Fixed regression in air generator always rendering as active

This commit is contained in:
Unknown 2019-01-14 00:14:26 +01:00 committed by unknown
parent f4d6af8a1d
commit db17c5af6f
3 changed files with 12 additions and 12 deletions

View file

@ -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": {},

View file

@ -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": {},

View file

@ -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": {},