We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d76418 commit 7154424Copy full SHA for 7154424
gm4/plugins/resource_pack.py
@@ -68,7 +68,7 @@
68
JsonType = dict[str,Any]
69
70
CUSTOM_MODEL_PREFIX = 3420000
71
-MINECRAFT_REFERENECE_VERSION = "1.21.6"
+MINECRAFT_REFERENECE_VERSION = "1.21.9"
72
73
parent_logger = logging.getLogger("gm4.resource_pack")
74
gm4_metallurgy/shamir_model_template.py
@@ -221,7 +221,7 @@ def beet_default(ctx: Context):
221
# bind context object to a ClassVar so it can be accessed later during template processing
222
ShamirTemplate.bound_ctx = ctx
223
vanilla = ctx.inject(Vanilla)
224
- vanilla.minecraft_version = '1.21.5'
+ vanilla.minecraft_version = '1.21.9'
225
ShamirTemplate.vanilla_models_jar = vanilla.mount("assets/minecraft/items")
226
merge_policy(ctx)
227
0 commit comments