Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/blockstates/matrix_frame.json
Sebastian Hartte 3403e47b02 Fixes vibrant quartz glass using the wrong model.
Fixes matrix frame not having a model (the block is transparent though).
Don't register an item model for the invalid part anymore.
Make variant registration for items more explicit.
This fixes #5
2016-09-10 13:19:21 +02:00

7 lines
95 B
JSON

{
"variants": {
"normal": {
"model": "appliedenergistics2:matrix_frame"
}
}
}