Wall mosses

This commit is contained in:
paulevsGitch 2020-11-04 15:55:26 +03:00
parent 8279dcd8ef
commit a0ecdff67f
17 changed files with 322 additions and 5 deletions

View file

@ -113,11 +113,6 @@ public class BlockWallPlant extends BlockPlant {
}
}
@Override
public List<ItemStack> getDroppedStacks(BlockState state, LootContext.Builder builder) {
return Lists.newArrayList(new ItemStack(this));
}
@Override
public BlockState rotate(BlockState state, BlockRotation rotation) {
return BlocksHelper.rotateHorizontal(state, rotation, FACING);