Changes for vanilla wood type bookshelfs

This commit is contained in:
Frank 2022-07-29 15:49:49 +02:00
parent 47a744cf23
commit 696e0d5def
4 changed files with 27 additions and 2 deletions

View file

@ -215,7 +215,7 @@ public class WoodenComplexMaterial extends ComplexMaterial {
.setItemTags(CommonItemTags.BARREL, CommonItemTags.WOODEN_BARREL));
}
final protected void initDecorations(FabricBlockSettings blockSettings, FabricItemSettings itemSettings) {
protected void initDecorations(FabricBlockSettings blockSettings, FabricItemSettings itemSettings) {
addBlockEntry(new BlockEntry(
BLOCK_CRAFTING_TABLE,
(cmx, settings) -> new BaseCraftingTableBlock(getBlock(BLOCK_PLANKS))