diff options
| author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-20 14:06:02 -0700 |
|---|---|---|
| committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-20 14:06:02 -0700 |
| commit | b35061a82bed88966b6efdab39fc3c5b11cb0267 (patch) | |
| tree | a5e9d6cd5e86a69aa1a03c58897909dda862176c /src/main/resources | |
| parent | de97dac7b449909e46db843aa4e65ccdcc9eb9ff (diff) | |
| download | Iceberg-b35061a82bed88966b6efdab39fc3c5b11cb0267.tar.gz Iceberg-b35061a82bed88966b6efdab39fc3c5b11cb0267.tar.bz2 Iceberg-b35061a82bed88966b6efdab39fc3c5b11cb0267.zip | |
Ported changes through 1.1.8.
Fixed crash when previewing fishing rods.
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 6 | ||||
| -rw-r--r-- | src/main/resources/iceberg.accesswidener | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f88b402..8f4e5a0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,13 +28,13 @@ ], "depends": { - "fabricloader": ">=0.12.8", + "fabricloader": ">=0.14.14", "fabric": "*", - "minecraft": "1.19.3", + "minecraft": "1.19.4", "java": ">=17" }, "suggests": { - "sodium": "<=0.4.9" + "sodium": "0.4.10" }, "custom": { "modupdater": { diff --git a/src/main/resources/iceberg.accesswidener b/src/main/resources/iceberg.accesswidener index 2c544b7..3413404 100644 --- a/src/main/resources/iceberg.accesswidener +++ b/src/main/resources/iceberg.accesswidener @@ -5,6 +5,4 @@ accessible field net/minecraft/client/gui/screens/inventory/tooltip/Toolti 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 |
