Skip to content

Commit 7f8a998

Browse files
committed
upgrade to mc 1.21.3
1 parent 23523c5 commit 7f8a998

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## v.21.2.0
1+
## v21.3.0
2+
- Upgrade to MC 1.21.3
3+
-
4+
- ## v21.2.0
25
- Upgrade to MC 1.21.2
36

47
## v21.1.5

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
# Every field you add must be added to the root build.gradle expandProps map.
33

44
# Project
5-
version=21.2.0-beta
5+
version=21.3.0-beta
66
group=net.xalcon.torchmaster
77
java_version=21
88

99
# Common
10-
minecraft_version=1.21.2
10+
minecraft_version=1.21.3
1111
mod_name=Torchmaster
1212
mod_author=Xalcon
1313
mod_id=torchmaster
1414
license=MIT
1515
credits=
1616
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)
1818
## This is the version of minecraft that the 'common' project uses, you can find a list of all versions here
1919
## https://projects.neoforged.net/neoforged/neoform
20-
neo_form_version=1.21.2-20241022.151510
20+
neo_form_version=1.21.3-20241023.131943
2121
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
2222
parchment_minecraft=1.21
2323
parchment_version=2024.07.28
2424

2525
# Fabric - https://fabricmc.net/develop/
26-
fabric_version=0.106.1+1.21.2
26+
fabric_version=0.106.1+1.21.3
2727
fabric_loader_version=0.16.7
2828
# https://github.com/wisp-forest/owo-lib/releases
2929
owo_version=0.12.16+1.21.2
3030
# https://github.com/TerraformersMC/ModMenu/releases
3131
modmenu_version=12.0.0-beta.1
3232

3333
# NeoForge - https://neoforged.net/
34-
neoforge_version=21.2.1-beta
34+
neoforge_version=21.3.1-beta
3535
neoforge_loader_version_range=[4,)
3636

3737
# Gradle

0 commit comments

Comments
 (0)