Skip to content

Commit 01d4487

Browse files
committed
Version bumps
1 parent f1fdcbe commit 01d4487

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
Allomancy 6.0.0
1+
Allomancy 6.1.0
22
===============
33

44
[![CurseForge](http://cf.way2muchnoise.eu/256282.svg)](https://www.curseforge.com/minecraft/mc-mods/allomancy) [![Modrinth Downloads](https://img.shields.io/modrinth/dt/allomancy?color=00AF5C&label=downloads&style=flat-square&logo=modrinth)](https://modrinth.com/mod/allomancy) [![Build status](https://github.com/legobmw99/Allomancy/actions/workflows/gradle.yml/badge.svg)](https://github.com/legobmw99/Allomancy/actions)
55

6-
This mod adds the basics of [Allomancy](http://coppermind.net/wiki/Allomancy) from Brandon Sanderson's book series *Mistborn*.
6+
This mod adds the basics of [Allomancy](http://coppermind.net/wiki/Allomancy) from Brandon Sanderson's book series
7+
*Mistborn*.
78

8-
This mod is currently updated for `Minecraft 1.21.6` and `NeoForge 21.6.6-beta`
9+
This mod is currently updated for `Minecraft 1.21.6` and `NeoForge 21.6.11-beta`
910

1011
Please verify and report any issues!
1112

12-
*This mod was originally conceived by [ZenDarva](https://github.com/ZenDarva) and used some code from [Psi](https://github.com/Vazkii/Psi) as a template. Textures were redone
13-
by [SuPaChikEn](https://twitter.com/SuPaChIkEn1), with later assistance by Roseplate, Emsinatree, Khronos, and Halyo. All code is used under license or with permission.*
13+
*This mod was originally conceived by [ZenDarva](https://github.com/ZenDarva) and used some code
14+
from [Psi](https://github.com/Vazkii/Psi) as a template. Textures were redone
15+
by [SuPaChikEn](https://twitter.com/SuPaChIkEn1), with later assistance by Roseplate, Emsinatree, Khronos, and Halyo.
16+
All code is used under license or with permission.*

gradle.properties

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ org.gradle.parallel=true
55
org.gradle.caching=true
66
org.gradle.configuration-cache=true
77
org.gradle.configuration-cache.problems=warn
8-
98
## Environment Properties
109
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
1110
# The Minecraft version must agree with the Neo version to get a valid artifact
@@ -15,9 +14,9 @@ minecraft_version=1.21.6
1514
# as they do not follow standard versioning conventions.
1615
minecraft_version_range=[1.21.6]
1716
# The Neo version must agree with the Minecraft version to get a valid artifact
18-
neo_version=21.6.6-beta
17+
neo_version=21.6.11-beta
1918
# The Neo version range can use any version of Neo as bounds
20-
neo_version_range=[21.6.6-beta,)
19+
neo_version_range=[21.6.11-beta,)
2120
# read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings
2221
# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
2322
parchment_minecraft_version=1.21.5
@@ -34,7 +33,7 @@ mod_name=Allomancy
3433
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3534
mod_license=GPL v3
3635
# The mod version. See https://semver.org/
37-
mod_version=6.0.0
36+
mod_version=6.1.0
3837
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3938
# This should match the base package used for the mod sources.
4039
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
@@ -43,6 +42,5 @@ mod_group_id=com.legobmw99.allomancy
4342
mod_authors=legobmw99
4443
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
4544
mod_description=Adds Brandon Sanderson's Allomancy to Minecraft!
46-
4745
# Prevent NG attempting to make the test sourceset a junit one
4846
neogradle.subsystems.conventions.sourcesets.automatic-inclusion=false

0 commit comments

Comments
 (0)