Assets for battery and matter capacitor banks

This commit is contained in:
DBotThePony 2021-08-15 00:12:34 +07:00
parent 52ae451a23
commit 0471c27c44
Signed by: DBot
GPG Key ID: DCC23B5715498507
8 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,19 @@
{
"variants": {
"facing=south": {
"model": "overdrive_that_matters:block/matter_capacitor_bank"
},
"facing=west": {
"model": "overdrive_that_matters:block/matter_capacitor_bank",
"y": 90
},
"facing=north": {
"model": "overdrive_that_matters:block/matter_capacitor_bank",
"y": 180
},
"facing=east": {
"model": "overdrive_that_matters:block/matter_capacitor_bank",
"y": 270
}
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "overdrive_that_matters:block/battery_bank",
"textures": {
"core": "overdrive_that_matters:block/matterybank_core"
}
}

View File

@ -1,3 +1,3 @@
{
"parent": "overdrive_that_matters:block/android_station"
"parent": "overdrive_that_matters:block/android_station"
}

View File

@ -0,0 +1,3 @@
{
"parent": "overdrive_that_matters:block/battery_bank"
}

View File

@ -0,0 +1,3 @@
{
"parent": "overdrive_that_matters:block/matter_capacitor_bank"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B