Create/src/main/resources/assets/create/blockstates/schematicannon.json
simibubi aacc52d84a Refactored animated block partials
- Moved all block partials used only for rendering out of the registry
- Refactored model registry hooks and custom block model handling
- Added a safety layer for all tile entity renderers, addresses #76
- Overstressed indicator no longer shows when the kinetic source changes
- Fixed framed glass rendering glass textures inbetween blocks
- Fixed blockzapper adding itself twice to the item group
- Fixed basing not spawning particles properly
- Updated Forge
- Reworked Schematicannon model
2020-02-04 14:48:21 +01:00

6 lines
98 B
JSON

{
"forgemarker": 1,
"variants": {
"": { "model": "create:block/schematicannon/base" }
}
}