| 
2 | 2 | # Every field you add must be added to the root build.gradle expandProps map.  | 
3 | 3 | 
 
  | 
4 | 4 | # Project  | 
5 |  | -version=21.2.0-beta  | 
 | 5 | +version=21.3.0-beta  | 
6 | 6 | group=net.xalcon.torchmaster  | 
7 | 7 | java_version=21  | 
8 | 8 | 
 
  | 
9 | 9 | # Common  | 
10 |  | -minecraft_version=1.21.2  | 
 | 10 | +minecraft_version=1.21.3  | 
11 | 11 | mod_name=Torchmaster  | 
12 | 12 | mod_author=Xalcon  | 
13 | 13 | mod_id=torchmaster  | 
14 | 14 | license=MIT  | 
15 | 15 | credits=  | 
16 | 16 | description=Special lamp and torch which prevents mob spawning.  | 
17 |  | -minecraft_version_range=[1.21.2, 1.22)  | 
 | 17 | +minecraft_version_range=[1.21.3, 1.22)  | 
18 | 18 | ## This is the version of minecraft that the 'common' project uses, you can find a list of all versions here  | 
19 | 19 | ## https://projects.neoforged.net/neoforged/neoform  | 
20 |  | -neo_form_version=1.21.2-20241022.151510  | 
 | 20 | +neo_form_version=1.21.3-20241023.131943  | 
21 | 21 | # The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions  | 
22 | 22 | parchment_minecraft=1.21  | 
23 | 23 | parchment_version=2024.07.28  | 
24 | 24 | 
 
  | 
25 | 25 | # Fabric - https://fabricmc.net/develop/  | 
26 |  | -fabric_version=0.106.1+1.21.2  | 
 | 26 | +fabric_version=0.106.1+1.21.3  | 
27 | 27 | fabric_loader_version=0.16.7  | 
28 | 28 | # https://github.com/wisp-forest/owo-lib/releases  | 
29 | 29 | owo_version=0.12.16+1.21.2  | 
30 | 30 | # https://github.com/TerraformersMC/ModMenu/releases  | 
31 | 31 | modmenu_version=12.0.0-beta.1  | 
32 | 32 | 
 
  | 
33 | 33 | # NeoForge - https://neoforged.net/  | 
34 |  | -neoforge_version=21.2.1-beta  | 
 | 34 | +neoforge_version=21.3.1-beta  | 
35 | 35 | neoforge_loader_version_range=[4,)  | 
36 | 36 | 
 
  | 
37 | 37 | # Gradle  | 
 | 
0 commit comments