aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2023-01-14 16:03:02 -0800
committerAnthony Hilyard <anthony.hilyard@gmail.com>2023-01-14 16:03:02 -0800
commitb0d1aa6d5076738965f1f0fd9df98c6cd5bf946f (patch)
tree35a2e2b6ff94425459bead944b4b73b87d51c460 /src/main/resources
parent7a93277b92f834c5a27f627cd0f873417cdbe95e (diff)
downloadIceberg-b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f.tar.gz
Iceberg-b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f.tar.bz2
Iceberg-b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f.zip
Ported 1.1.4 changes from Forge.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json4
-rw-r--r--src/main/resources/iceberg.accesswidener9
-rw-r--r--src/main/resources/iceberg.mixins.json5
3 files changed, 13 insertions, 5 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index b7adb25..8cd7444 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -28,9 +28,9 @@
],
"depends": {
- "fabricloader": ">=0.12.5",
+ "fabricloader": ">=0.12.8",
"fabric": "*",
- "minecraft": "~1.19",
+ "minecraft": "~1.19.3",
"java": ">=17"
},
"custom": {
diff --git a/src/main/resources/iceberg.accesswidener b/src/main/resources/iceberg.accesswidener
index 144309a..2c544b7 100644
--- a/src/main/resources/iceberg.accesswidener
+++ b/src/main/resources/iceberg.accesswidener
@@ -1,3 +1,10 @@
accessWidener v1 named
accessible field net/minecraft/client/gui/screens/inventory/tooltip/ClientTextTooltip text Lnet/minecraft/util/FormattedCharSequence;
-accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen hoveredSlot Lnet/minecraft/world/inventory/Slot; \ No newline at end of file
+accessible field net/minecraft/client/gui/screens/inventory/AbstractContainerScreen hoveredSlot Lnet/minecraft/world/inventory/Slot;
+accessible field net/minecraft/client/gui/screens/inventory/tooltip/TooltipRenderUtil BACKGROUND_COLOR I
+accessible field net/minecraft/client/gui/screens/inventory/tooltip/TooltipRenderUtil BORDER_COLOR_TOP I
+accessible field net/minecraft/client/gui/screens/inventory/tooltip/TooltipRenderUtil BORDER_COLOR_BOTTOM I
+accessible field net/minecraft/world/item/MinecartItem type Lnet/minecraft/world/entity/vehicle/AbstractMinecart$Type;
+accessible field net/minecraft/world/item/BoatItem type Lnet/minecraft/world/entity/vehicle/Boat$Type;
+accessible field net/minecraft/world/item/BoatItem hasChest Z
+accessible method net/minecraft/client/renderer/entity/ItemRenderer renderModelLists (Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/item/ItemStack;IILcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;)V \ No newline at end of file
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json
index ed51f10..f3f0e24 100644
--- a/src/main/resources/iceberg.mixins.json
+++ b/src/main/resources/iceberg.mixins.json
@@ -9,12 +9,13 @@
"ScreenMixin",
"ClientPacketListenerMixin",
"LivingEntityMixin",
+ "TextColorMixin",
"MinecraftMixin",
- "TextColorMixin"
+ "TooltipRenderUtilMixin"
],
"injectors": {
"defaultRequire": 1
},
- "minVersion": "0.8.4",
+ "minVersion": "0.8.5",
"target": "@env(DEFAULT)"
}