Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGATREX4 committed Aug 8, 2024
1 parent ff1e3a4 commit 02a7a0f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 98 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"input5": "minecraft:wheat",
"container": "minecraft:glass_bottle",
"output": "ukrainian_delight:wine_bottle",
"waterAmount": 500,
"brewingTime": 200,
"text": "This is how you use the BrewingKeg to create various beverages. $(br) The input items and container are required for the process, and the result will be displayed as the output item."
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,36 +1,13 @@
{
"processor": "com.megatrex4.ukrainian_dlight.compat.patchouli.BrewingKegProcessor",
"include": [
{
"template": "ukrainian_delight:brewing_keg",
"as": "brew",
"using": {
"input0": "#input0",
"input1": "#input1",
"input2": "#input2",
"input3": "#input3",
"input4": "#input4",
"input5": "#input5",
"container": "#container",
"output": "#output",
"water": "#water",
"waterAmount": "#waterAmount",
"brewingTime": "#brewingTime",
"text": "#text"
},
"x": 20,
"y": 20
}
],
"components": [
{
"type": "patchouli:image",
"image": "ukrainian_delight:textures/gui/patchouli/brewing_keg.png",
"width": 256,
"height": 64,
"texture_height": 16,
"texture_height": 64,
"scale": 0.65,
"u": 20
"u": 40
},
{
"type": "patchouli:item",
Expand Down Expand Up @@ -80,22 +57,6 @@
"x": 180,
"y": 60
},
{
"type": "patchouli:item",
"item": "#water",
"x": 220,
"y": 60
},
{
"type": "patchouli:tooltip",
"tooltip": [
"Water Amount: #waterAmount mB"
],
"width": 100,
"height": 20,
"x": 140,
"y": 20
},
{
"type": "patchouli:separator",
"y": 100
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "ukrainian_delight:brewing",
"container": {
"item": "minecraft:glass_bottle"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "ukrainian_delight:brewing",
"container": {
"item": "ukrainian_delight:wine_bottle"
},
Expand All @@ -9,6 +10,18 @@
{
"item": "minecraft:nether_wart"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
}
Expand Down

0 comments on commit 02a7a0f

Please sign in to comment.