Glowing grasslands update
This commit is contained in:
parent
31163e7658
commit
77c56433cc
57 changed files with 382 additions and 107 deletions
|
@ -121,9 +121,10 @@ public class BlockProperties {
|
|||
}
|
||||
|
||||
public static enum LumecornShape implements StringIdentifiable {
|
||||
LIGHT1("light1", 15),
|
||||
LIGHT2("light2", 14),
|
||||
LIGHT3("light3", 13),
|
||||
LIGHT_TOP("light_top", 10),
|
||||
LIGHT_TOP_MIDDLE("light_top_middle", 13),
|
||||
LIGHT_MIDDLE("light_middle", 15),
|
||||
LIGHT_BOTTOM("light_bottom", 10),
|
||||
MIDDLE("middle", 0),
|
||||
BOTTOM_BIG("bottom_big", 0),
|
||||
BOTTOM_SMALL("bottom_small", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue