diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-01-14 16:03:02 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-01-14 16:03:02 -0800 |
commit | b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f (patch) | |
tree | 35a2e2b6ff94425459bead944b4b73b87d51c460 /src/main/resources/iceberg.accesswidener | |
parent | 7a93277b92f834c5a27f627cd0f873417cdbe95e (diff) | |
download | Iceberg-b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f.tar.gz Iceberg-b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f.tar.bz2 Iceberg-b0d1aa6d5076738965f1f0fd9df98c6cd5bf946f.zip |
Ported 1.1.4 changes from Forge.
Diffstat (limited to 'src/main/resources/iceberg.accesswidener')
-rw-r--r-- | src/main/resources/iceberg.accesswidener | 9 |
1 files changed, 8 insertions, 1 deletions
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 |