base storage block

This commit is contained in:
Raoul Van den Berge
2016-01-28 22:28:07 +01:00
parent 60b3475869
commit 5bcd1719c3
15 changed files with 264 additions and 50 deletions

View File

@@ -1,45 +1,45 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "storagecraft:blocks/side",
"top": "storagecraft:blocks/side",
"front": "storagecraft:blocks/drive"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block",
"y": 0
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
"forge_marker": 1,
"defaults": {
"model": "orientable",
"textures": {
"side": "storagecraft:blocks/side",
"top": "storagecraft:blocks/side",
"front": "storagecraft:blocks/drive"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block",
"y": 0
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -0,0 +1,81 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all"
},
"variants": {
"inventory": [
{
"textures": {
"all": "storagecraft:blocks/1k_storage_block"
},
"transform": "forge:default-block"
},
{
"textures": {
"all": "storagecraft:blocks/4k_storage_block"
},
"transform": "forge:default-block"
},
{
"textures": {
"all": "storagecraft:blocks/16k_storage_block"
},
"transform": "forge:default-block"
},
{
"textures": {
"all": "storagecraft:blocks/64k_storage_block"
},
"transform": "forge:default-block"
},
{
"textures": {
"all": "storagecraft:blocks/creative_storage_block"
},
"transform": "forge:default-block"
}
],
"type": {
"1k": {
"textures": {
"all": "storagecraft:blocks/1k_storage_block"
}
},
"4k": {
"textures": {
"all": "storagecraft:blocks/4k_storage_block"
}
},
"16k": {
"textures": {
"all": "storagecraft:blocks/16k_storage_block"
}
},
"64k": {
"textures": {
"all": "storagecraft:blocks/64k_storage_block"
}
},
"creative": {
"textures": {
"all": "storagecraft:blocks/creative_storage_block"
}
}
},
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
}
}
}

View File

@@ -72,6 +72,11 @@ block.storagecraft:solderer.name=Solderer
block.storagecraft:wireless_transmitter.name=Wireless Transmitter
block.storagecraft:destructor.name=Destructor
block.storagecraft:constructor.name=Constructor
block.storagecraft:storage.0.name=1k Storage Block
block.storagecraft:storage.1.name=4k Storage Block
block.storagecraft:storage.2.name=16k Storage Block
block.storagecraft:storage.3.name=64k Storage Block
block.storagecraft:storage.4.name=Creative Storage Block
item.storagecraft:storage_cell.0.name=1k Storage Cell
item.storagecraft:storage_cell.1.name=4k Storage Cell

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B