From 3123d5696a34a434f8d976df64047c1e12086810 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Fri, 26 Jul 2024 22:43:04 +0000 Subject: feat(nether): 1.16.1 loot_table --- src/main/resources/fabric.mod.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8e153fb..b097ea1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,13 +18,10 @@ "world.anhgelus.manhunt.Manhunt" ] }, - "mixins": [ - "manhunt.mixins.json" - ], "depends": { "fabricloader": ">=0.15.11", - "minecraft": "~1.16.1", - "java": ">=17", + "minecraft": "~1.21", + "java": ">=21", "fabric": "*" }, "suggests": { -- cgit v1.2.3