Create/src/main/resources/assets/create/blockstates/cocoa_log.json
simibubi ce7356798c Proper Directions
- Added layer of abstraction for Directional Blocks
- Added Cocoa Logs
- Added improved item tooltip framework
2019-08-18 17:02:29 +02:00

15 lines
No EOL
310 B
JSON

{
"forge_marker": 1,
"variants": {
"age": {
"0": { "model": "create:block/cocoa_log_0" },
"1": { "model": "create:block/cocoa_log_1" },
"2": { "model": "create:block/cocoa_log_2" }
},
"axis": {
"y": {},
"x": { "x": 90, "y": 90 },
"z": { "x": 90 }
}
}
}