Skip to content

Commit

Permalink
v1.8 - adjust dye blowing recipes + integration recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed May 12, 2024
1 parent fa8b575 commit f775c47
Show file tree
Hide file tree
Showing 92 changed files with 290 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "garnished:blue_dye_blowing",
"ingredients": [
{
"tag": "ae2:paint_balls"
}
],
"results": [
{
"item": "ae2:blue_paint_ball",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "garnished:green_dye_blowing",
"ingredients": [
{
"tag": "ae2:paint_balls"
}
],
"results": [
{
"item": "ae2:green_paint_ball",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "garnished:orange_dye_blowing",
"ingredients": [
{
"tag": "ae2:paint_balls"
}
],
"results": [
{
"item": "ae2:orange_paint_ball",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "garnished:purple_dye_blowing",
"ingredients": [
{
"tag": "ae2:paint_balls"
}
],
"results": [
{
"item": "ae2:purple_paint_ball",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "garnished:red_dye_blowing",
"ingredients": [
{
"tag": "ae2:paint_balls"
}
],
"results": [
{
"item": "ae2:red_paint_ball",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "garnished:yellow_dye_blowing",
"ingredients": [
{
"tag": "ae2:paint_balls"
}
],
"results": [
{
"item": "ae2:yellow_paint_ball",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "garnished:blue_dye_blowing",
"ingredients": [
{
"tag": "farmersdelight:canvas_signs"
}
],
"results": [
{
"item": "farmersdelight:blue_canvas_sign",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "garnished:green_dye_blowing",
"ingredients": [
{
"tag": "farmersdelight:canvas_signs"
}
],
"results": [
{
"item": "farmersdelight:green_canvas_sign",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "garnished:orange_dye_blowing",
"ingredients": [
{
"tag": "farmersdelight:canvas_signs"
}
],
"results": [
{
"item": "farmersdelight:orange_canvas_sign",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "garnished:purple_dye_blowing",
"ingredients": [
{
"tag": "farmersdelight:canvas_signs"
}
],
"results": [
{
"item": "farmersdelight:purple_canvas_sign",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "garnished:red_dye_blowing",
"ingredients": [
{
"tag": "farmersdelight:canvas_signs"
}
],
"results": [
{
"item": "farmersdelight:red_canvas_sign",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "garnished:yellow_dye_blowing",
"ingredients": [
{
"tag": "farmersdelight:canvas_signs"
}
],
"results": [
{
"item": "farmersdelight:yellow_canvas_sign",
"count": 1
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "c:stained_glass"
"tag": "forge:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "c:stained_glass_panes"
"tag": "forge:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "c:stained_glass"
"tag": "forge:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "c:stained_glass_panes"
"tag": "forge:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "garnished:green_dye_blowing",
"ingredients": [
{
"tag": "c:dough"
"tag": "forge:dough"
}
],
"results": [
Expand All @@ -11,4 +11,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "c:stained_glass"
"tag": "forge:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "c:stained_glass_panes"
"tag": "forge:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Loading

0 comments on commit f775c47

Please sign in to comment.