[Features] **New** Hanging Signs for End Woods
This commit is contained in:
parent
db5c3c169b
commit
c9bc6dab02
93 changed files with 454 additions and 52 deletions
|
@ -1,6 +1,8 @@
|
|||
package org.betterx.betterend.complexmaterials;
|
||||
|
||||
import org.betterx.bclib.complexmaterials.WoodenComplexMaterial;
|
||||
import org.betterx.bclib.complexmaterials.entry.SlotMap;
|
||||
import org.betterx.bclib.complexmaterials.set.wood.WoodSlots;
|
||||
import org.betterx.betterend.BetterEnd;
|
||||
import org.betterx.betterend.registry.EndBlocks;
|
||||
import org.betterx.betterend.registry.EndItems;
|
||||
|
@ -24,6 +26,11 @@ public class EndWoodenComplexMaterial extends WoodenComplexMaterial {
|
|||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected SlotMap<WoodenComplexMaterial> createMaterialSlots() {
|
||||
return super.createMaterialSlots().add(WoodSlots.HANGING_SIGN);
|
||||
}
|
||||
|
||||
public boolean isTreeLog(Block block) {
|
||||
return block == getLog() || block == getBark();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue