Fixed regression in air generator always rendering as active
This commit is contained in:
parent
f4d6af8a1d
commit
db17c5af6f
3 changed files with 12 additions and 12 deletions
|
@ -17,12 +17,12 @@
|
|||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"active": {
|
||||
"false": {},
|
||||
"true": {
|
||||
"false": {
|
||||
"textures": {
|
||||
"north" : "warpdrive:blocks/breathing/air_generator-side_active"
|
||||
"north" : "warpdrive:blocks/breathing/air_generator-side_inactive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"true": { }
|
||||
},
|
||||
"facing": {
|
||||
"north": {},
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"active": {
|
||||
"false": {},
|
||||
"true": {
|
||||
"false": {
|
||||
"textures": {
|
||||
"north" : "warpdrive:blocks/breathing/air_generator-side_active"
|
||||
"north" : "warpdrive:blocks/breathing/air_generator-side_inactive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"true": { }
|
||||
},
|
||||
"facing": {
|
||||
"north": {},
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"active": {
|
||||
"false": {},
|
||||
"true": {
|
||||
"false": {
|
||||
"textures": {
|
||||
"north" : "warpdrive:blocks/breathing/air_generator-side_active"
|
||||
"north" : "warpdrive:blocks/breathing/air_generator-side_inactive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"true": { }
|
||||
},
|
||||
"facing": {
|
||||
"north": {},
|
||||
|
|
Loading…
Add table
Reference in a new issue