Skip to content

Commit 7154424

Browse files
committed
More resource pack stuff?
1 parent 0d76418 commit 7154424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gm4/plugins/resource_pack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
JsonType = dict[str,Any]
6969

7070
CUSTOM_MODEL_PREFIX = 3420000
71-
MINECRAFT_REFERENECE_VERSION = "1.21.6"
71+
MINECRAFT_REFERENECE_VERSION = "1.21.9"
7272

7373
parent_logger = logging.getLogger("gm4.resource_pack")
7474

gm4_metallurgy/shamir_model_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def beet_default(ctx: Context):
221221
# bind context object to a ClassVar so it can be accessed later during template processing
222222
ShamirTemplate.bound_ctx = ctx
223223
vanilla = ctx.inject(Vanilla)
224-
vanilla.minecraft_version = '1.21.5'
224+
vanilla.minecraft_version = '1.21.9'
225225
ShamirTemplate.vanilla_models_jar = vanilla.mount("assets/minecraft/items")
226226
merge_policy(ctx)
227227

0 commit comments

Comments
 (0)