Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/blockstates/vibration_chamber.json

10 lines
228 B
JSON
Raw Normal View History

{
"variants": {
"active=false": {
"model": "appliedenergistics2:vibration_chamber_off"
},
"active=true": {
"model": "appliedenergistics2:vibration_chamber_on"
}
}
}