plane update and stuff

This commit is contained in:
2026-02-25 18:56:58 +01:00
parent 21f3acba86
commit 284cd1a547
12 changed files with 294 additions and 94 deletions

View File

@@ -6,7 +6,7 @@
},
"display": {
"icon": { "item": "minecraft:tnt" },
"title": "Too Close",
"title": "Hmm, familiar...",
"description": "You were there when the towers fell",
"frame": "challenge",
"show_toast": true,

View File

@@ -2,4 +2,5 @@ accessWidener v2 named
accessible field net/minecraft/client/gui/hud/InGameHud spyglassScale F
accessible field net/minecraft/entity/LivingEntity jumping Z
accessible class net/minecraft/client/gui/hud/InGameHud$HeartType
accessible class net/minecraft/client/gui/hud/InGameHud$HeartType
accessible field net/minecraft/server/network/ServerPlayerInteractionManager player Lnet/minecraft/server/network/ServerPlayerEntity;

View File

@@ -4,9 +4,12 @@
"package": "dev.tggamesyt.szar.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"PlayerEntityMixin",
"CraftingScreenHandlerMixin",
"CraftingScreenHandlerMixin2",
"LivingEntityFallDamageMixin",
"PlaneBlockInteractionMixin",
"PlayerEntityMixin",
"PlayerInteractionMixin",
"RadiatedItemMixin"
],
"injectors": {