Re-add the portable grid (block form)

This commit is contained in:
raoulvdberge
2019-10-25 22:43:13 +02:00
parent 3a13caaf89
commit 07f9f673ed
19 changed files with 384 additions and 281 deletions

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "refinedstorage:block/portable_grid_disconnected"
}
}
}

View File

@@ -1,2 +1,7 @@
{
"variants": {
"": {
"model": "refinedstorage:block/portable_grid_disconnected"
}
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "refinedstorage:creative_portable_grid",
"functions": [
{
"function": "refinedstorage:portable_grid"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "refinedstorage:portable_grid",
"functions": [
{
"function": "refinedstorage:portable_grid"
}
]
}
]
}
]
}