Skip to content

Commit

Permalink
Functional Multiblocks for ch4+5, and revert back to blaze cake tradi…
Browse files Browse the repository at this point in the history
…tion!
  • Loading branch information
Laskyyy committed Feb 1, 2024
1 parent 908670a commit 01219ce
Show file tree
Hide file tree
Showing 10 changed files with 368 additions and 276 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,89 +1,88 @@
{
"name": "Distillation Tower",
"appearance": {
"block": "techreborn:grinder",
"running": {
"lightlevel": 15
}
},
"gui": [
{
"texture": "custommachinery:textures/gui/base_background.png",
"x": 0,
"y": 0,
"type": "custommachinery:texture"
"name": "Distillation Tower",
"appearance": {
"block": "techreborn:grinder",
"running": {
"lightlevel": 15
}
},
{
"x": 47,
"y": 80,
"type": "custommachinery:player_inventory"
},
{
"id": "inputtank",
"x": 90,
"y": 30,
"type": "custommachinery:fluid"
},
{
"id": "inputslot",
"x": 70,
"y": 30,
"type": "custommachinery:slot"
},
{
"id": "outputtank",
"x": 142,
"y": 30,
"type": "custommachinery:fluid"
},
{
"type": "custommachinery:energy",
"x": 20,
"y": 20
},
{
"x": 116,
"y": 30,
"type": "custommachinery:progress"
},
{
"x": 236,
"y": 5,
"type": "custommachinery:status"
},
{
"text": "Distillation Tower",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
],
"components": [
{
"type": "custommachinery:fluid",
"capacity": 810000,
"id": "outputtank",
"maxInput": 0,
"maxOutput": 1000
},
{
"type": "custommachinery:fluid",
"capacity": 810000,
"id": "inputtank",
"maxInput": 666,
"maxOutput": 0

},
{
"type": "custommachinery:item",
"id": "inputslot",
"mode": "input"
},
{
"type": "custommachinery:energy",
"capacity": 100000,
"maxInput": 1000,
"maxOutput": 0
}
]
}
"gui": [
{
"texture": "custommachinery:textures/gui/base_background.png",
"x": 0,
"y": 0,
"type": "custommachinery:texture"
},
{
"x": 47,
"y": 80,
"type": "custommachinery:player_inventory"
},
{
"id": "inputtank",
"x": 90,
"y": 30,
"type": "custommachinery:fluid"
},
{
"id": "inputslot",
"x": 70,
"y": 30,
"type": "custommachinery:slot"
},
{
"id": "outputtank",
"x": 142,
"y": 30,
"type": "custommachinery:fluid"
},
{
"type": "custommachinery:energy",
"x": 20,
"y": 20
},
{
"x": 116,
"y": 30,
"type": "custommachinery:progress"
},
{
"x": 236,
"y": 5,
"type": "custommachinery:status"
},
{
"text": "Distillation Tower",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
],
"components": [
{
"type": "custommachinery:fluid",
"capacity": 810000,
"id": "outputtank",
"maxInput": 0,
"maxOutput": 1000
},
{
"type": "custommachinery:fluid",
"capacity": 810000,
"id": "inputtank",
"maxInput": 50000,
"maxOutput": 0
},
{
"type": "custommachinery:item",
"id": "inputslot",
"mode": "input"
},
{
"type": "custommachinery:energy",
"capacity": 100000,
"maxInput": 50000,
"maxOutput": 0
}
]
}
Original file line number Diff line number Diff line change
@@ -1,87 +1,86 @@
{
"name": "Shimmer Refinery",
"appearance": {
"block": "yttr:void_filter",
"running": {
"lightlevel": 15
}
},
"gui": [
{
"texture": "custommachinery:textures/gui/base_background.png",
"x": 0,
"y": 0,
"type": "custommachinery:texture"
"name": "Shimmer Refinery",
"appearance": {
"block": "yttr:void_filter",
"running": {
"lightlevel": 15
}
},
{
"x": 47,
"y": 80,
"type": "custommachinery:player_inventory"
},
{
"id": "inputtank",
"x": 90,
"y": 30,
"type": "custommachinery:fluid"
},
{
"id": "inputslot",
"x": 70,
"y": 30,
"type": "custommachinery:slot"
},
{
"id": "outputslot",
"x": 142,
"y": 30,
"type": "custommachinery:slot"
},
{
"type": "custommachinery:energy",
"x": 20,
"y": 20
},
{
"x": 116,
"y": 30,
"type": "custommachinery:progress"
},
{
"x": 236,
"y": 5,
"type": "custommachinery:status"
},
{
"text": "Shimmer Refinery",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
],
"components": [
{
"type": "custommachinery:fluid",
"capacity": 810000,
"id": "inputtank",
"maxInput": 666,
"maxOutput": 0

},
{
"type": "custommachinery:item",
"id": "inputslot",
"mode": "input"
},
{
"type": "custommachinery:item",
"id": "outputslot",
"mode": "output"
},
{
"type": "custommachinery:energy",
"capacity": 1000000,
"maxInput": 1000,
"maxOutput": 0
}
]
}
"gui": [
{
"texture": "custommachinery:textures/gui/base_background.png",
"x": 0,
"y": 0,
"type": "custommachinery:texture"
},
{
"x": 47,
"y": 80,
"type": "custommachinery:player_inventory"
},
{
"id": "inputtank",
"x": 90,
"y": 30,
"type": "custommachinery:fluid"
},
{
"id": "inputslot",
"x": 70,
"y": 30,
"type": "custommachinery:slot"
},
{
"id": "outputslot",
"x": 142,
"y": 30,
"type": "custommachinery:slot"
},
{
"type": "custommachinery:energy",
"x": 20,
"y": 20
},
{
"x": 116,
"y": 30,
"type": "custommachinery:progress"
},
{
"x": 236,
"y": 5,
"type": "custommachinery:status"
},
{
"text": "Shimmer Refinery",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
],
"components": [
{
"type": "custommachinery:fluid",
"capacity": 810000,
"id": "inputtank",
"maxInput": 50000,
"maxOutput": 0
},
{
"type": "custommachinery:item",
"id": "inputslot",
"mode": "input"
},
{
"type": "custommachinery:item",
"id": "outputslot",
"mode": "output"
},
{
"type": "custommachinery:energy",
"capacity": 1000000,
"maxInput": 50000,
"maxOutput": 0
}
]
}
Loading

0 comments on commit 01219ce

Please sign in to comment.