Re-add the portable grid (item form)

This commit is contained in:
raoulvdberge
2019-10-25 14:54:48 +02:00
parent 8e184141ed
commit 3a13caaf89
38 changed files with 893 additions and 307 deletions

View File

@@ -1,62 +1,2 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:portable_grid",
"textures": {
"particle": "refinedstorage:blocks/portable_grid_1",
"texture0": "refinedstorage:blocks/portable_grid_1",
"texture2": "refinedstorage:blocks/portable_grid_3",
"texture3": "refinedstorage:blocks/portable_grid_4",
"texture4": "refinedstorage:blocks/portable_grid_5",
"texture5": "refinedstorage:blocks/portable_grid_6",
"texture6": "refinedstorage:blocks/portable_grid_7",
"texture7": "refinedstorage:blocks/portable_grid_8"
},
"transform": "forge:default-block",
"uvlock": false
},
"variants": {
"disk_state": {
"normal": {
"submodel": "refinedstorage:disks/portable_grid_disk"
},
"near_capacity": {
"submodel": "refinedstorage:disks/portable_grid_disk_near_capacity"
},
"full": {
"submodel": "refinedstorage:disks/portable_grid_disk_full"
},
"disconnected": {
"submodel": "refinedstorage:disks/portable_grid_disk_disconnected"
},
"none": {
}
},
"connected": {
"true": {
"textures": {
"texture1": "refinedstorage:blocks/portable_grid_2"
}
},
"false": {
"textures": {
"texture1": "refinedstorage:blocks/portable_grid_2_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
}
}
}

View File

@@ -217,9 +217,9 @@
"block.refinedstorage.security_manager": "Security Manager",
"block.refinedstorage.quartz_enriched_iron_block": "Block of Quartz Enriched Iron",
"block.refinedstorage.storage_monitor": "Storage Monitor",
"block.refinedstorage:portable_grid.0": "Portable Grid",
"block.refinedstorage:portable_grid.1": "Creative Portable Grid",
"block.refinedstorage:portable_grid.tooltip": "Sneak to place in the world.",
"block.refinedstorage.portable_grid": "Portable Grid",
"block.refinedstorage.creative_portable_grid": "Creative Portable Grid",
"block.refinedstorage.portable_grid.tooltip": "Sneak to place in the world.",
"block.refinedstorage:crafter_manager": "Crafter Manager",
"item.refinedstorage.1k_storage_disk": "1k Storage Disk",
"item.refinedstorage.4k_storage_disk": "4k Storage Disk",

View File

@@ -1,4 +1,15 @@
{
"parent": "block/cube",
"textures": {
"particle": "refinedstorage:block/portable_grid_1",
"texture0": "refinedstorage:block/portable_grid_1",
"texture2": "refinedstorage:block/portable_grid_3",
"texture3": "refinedstorage:block/portable_grid_4",
"texture4": "refinedstorage:block/portable_grid_5",
"texture5": "refinedstorage:block/portable_grid_6",
"texture6": "refinedstorage:block/portable_grid_7",
"texture7": "refinedstorage:block/portable_grid_8"
},
"display": {
"firstperson_lefthand": {
"rotation": [10, 130, 0],

View File

@@ -0,0 +1,6 @@
{
"parent": "refinedstorage:block/portable_grid",
"textures": {
"texture1": "refinedstorage:block/portable_grid_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "refinedstorage:block/portable_grid",
"textures": {
"texture1": "refinedstorage:block/portable_grid_2_disconnected"
}
}

View File

@@ -1,3 +1,2 @@
{
"parent": "item/generated"
}

View File

@@ -10,20 +10,16 @@
"item": "refinedstorage:quartz_enriched_iron"
},
"G": {
"item": "refinedstorage:grid",
"data": 0
"item": "refinedstorage:grid"
},
"F": {
"item": "refinedstorage:grid",
"data": 3
"item": "refinedstorage:fluid_grid"
},
"C": {
"item": "refinedstorage:controller",
"data": 0
"item": "refinedstorage:controller"
}
},
"result": {
"item": "refinedstorage:portable_grid",
"data": 0
"item": "refinedstorage:portable_grid"
}
}