Crafting Table pattern

This commit is contained in:
Aleksey 2020-10-14 12:14:32 +03:00
parent 24ec8637e7
commit 285addfc8b
3 changed files with 48 additions and 2 deletions

View file

@ -31,6 +31,7 @@ public interface Patterned {
//Models Block
public final static Identifier BASE_BLOCK_MODEL = BetterEnd.makeID("patterns/block/pattern_block.json");
public final static Identifier SIDED_BLOCK_MODEL = BetterEnd.makeID("patterns/block/pattern_block_sided.json");
public final static Identifier SLAB_BLOCK_MODEL = BetterEnd.makeID("patterns/block/pattern_slab.json");
public final static Identifier STAIRS_MODEL = BetterEnd.makeID("patterns/block/pattern_stairs.json");
public final static Identifier STAIRS_MODEL_INNER = BetterEnd.makeID("patterns/block/pattern_inner_stairs.json");