Skip to content

Commit

Permalink
Add BannerBlock.forColor to SAS to fix banner.toItem() on servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCurle authored Nov 10, 2020
1 parent 9a4a501 commit 1782973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/forge.sas
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ net/minecraft/block/Block func_185473_a(Lnet/minecraft/world/IBlockReader;Lnet/m
net/minecraft/block/TallSeaGrassBlock func_185473_a(Lnet/minecraft/world/IBlockReader;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/item/ItemStack;
# Vanilla blocks calling these sided methods in getItem
net/minecraft/tileentity/BannerTileEntity func_190615_l(Lnet/minecraft/block/BlockState;)Lnet/minecraft/item/ItemStack;
net/minecraft/block/BannerBlock func_196287_a(Lnet/minecraft/item/DyeColor;)Lnet/minecraft/block/Block;
net/minecraft/block/AttachedStemBlock func_196279_O_()Lnet/minecraft/item/Item;
net/minecraft/block/StemBlock func_176481_j()Lnet/minecraft/item/Item;
#=====================================
Expand Down

0 comments on commit 1782973

Please sign in to comment.