File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Allomancy 5.1.0
5
5
6
6
This mod adds the basics of [ Allomancy] ( http://coppermind.net/wiki/Allomancy ) from Brandon Sanderson's book series * Mistborn* .
7
7
8
- This mod is currently updated for ` Minecraft 1.21 ` and ` NeoForge 21.0.21 -beta `
8
+ This mod is currently updated for ` Minecraft 1.21 ` and ` NeoForge 21.0.38 -beta `
9
9
10
10
Please verify and report any issues!
11
11
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' eclipse'
4
4
id ' idea'
5
5
id ' maven-publish'
6
- id ' net.neoforged.gradle.userdev' version ' 7.0.150 '
6
+ id ' net.neoforged.gradle.userdev' version ' 7.0.151 '
7
7
}
8
8
9
9
tasks. named(' wrapper' , Wrapper ). configure {
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ minecraft_version=1.21
12
12
# as they do not follow standard versioning conventions.
13
13
minecraft_version_range =[1.21,1.22)
14
14
# The Neo version must agree with the Minecraft version to get a valid artifact
15
- neo_version =21.0.37 -beta
15
+ neo_version =21.0.38 -beta
16
16
# The Neo version range can use any version of Neo as bounds
17
- neo_version_range =[21.0.37 -beta,)
17
+ neo_version_range =[21.0.38 -beta,)
18
18
# The loader version range can only use the major version of FML as bounds
19
19
loader_version_range =[4,)
20
20
# read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings
You can’t perform that action at this time.
0 commit comments