[Feature] **New** Wooden Furniture (quiqueck/BetterNether#134)
This commit is contained in:
parent
32c4e69516
commit
10afe277d3
114 changed files with 1674 additions and 1 deletions
|
@ -28,7 +28,12 @@ public class EndWoodenComplexMaterial extends WoodenComplexMaterial {
|
|||
|
||||
@Override
|
||||
protected SlotMap<WoodenComplexMaterial> createMaterialSlots() {
|
||||
return super.createMaterialSlots().add(WoodSlots.HANGING_SIGN);
|
||||
return super.createMaterialSlots()
|
||||
.add(WoodSlots.HANGING_SIGN)
|
||||
.add(WoodSlots.TABURET)
|
||||
.add(WoodSlots.BAR_STOOL)
|
||||
.add(WoodSlots.CHAIR)
|
||||
;
|
||||
}
|
||||
|
||||
public boolean isTreeLog(Block block) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue