Changes for vanilla wood type bookshelfs
This commit is contained in:
parent
47a744cf23
commit
696e0d5def
4 changed files with 27 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue