Add some compatibility recipes for Oh The Biomes You'll Go
This commit is contained in:
parent
1b602c00d5
commit
2adad077a9
70 changed files with 1951 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "forge:ores/anthracite"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "byg:anthracite",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:anthracite",
|
||||||
|
"chance": 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:brimstone",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 150
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:blue_nether_gold_ore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:gold_nugget",
|
||||||
|
"count": 18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:blue_netherrack",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 350
|
||||||
|
}
|
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:blue_nether_quartz_ore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:quartz",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:quartz",
|
||||||
|
"chance": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:blue_netherrack",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 350
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:brimstone_nether_gold_ore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:gold_nugget",
|
||||||
|
"count": 18
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:brimstone",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 350
|
||||||
|
}
|
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:brimstone_nether_quartz_ore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:quartz",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:quartz",
|
||||||
|
"chance": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:brimstone",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 350
|
||||||
|
}
|
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:cryptic_redstone_ore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:redstone",
|
||||||
|
"count": 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:redstone",
|
||||||
|
"chance": 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:cryptic_stone",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 250
|
||||||
|
}
|
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "forge:ores/emeraldite"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "byg:emeraldite_shards",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:emeraldite_shards",
|
||||||
|
"chance": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:scoria_cobblestone",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 500
|
||||||
|
}
|
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "forge:ores/lignite"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "byg:lignite",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:lignite",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:cobbled_ether_stone",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 300
|
||||||
|
}
|
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:pervaded_netherrack"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:glowstone_dust",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:glowstone_dust",
|
||||||
|
"chance": 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "create:experience_nugget",
|
||||||
|
"chance": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:netherrack",
|
||||||
|
"chance": 0.125
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 150
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:red_rock"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_sand",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 150
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:filling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:lush_dirt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fluid": "minecraft:water",
|
||||||
|
"nbt": {},
|
||||||
|
"amount": 500
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "byg:lush_grass_block"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:allium_flower_bush"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:alpine_bellflower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:blue_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:amaranth"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:angelica"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:begonia"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:bistort"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:black_rose"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:black_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:black_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:blue_sage"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:blue_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:cyan_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:california_poppy"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:orange_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:crocus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:cyan_amaranth"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:cyan_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:light_blue_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:cyan_rose"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:cyan_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:cyan_tulip"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:cyan_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:daffodil"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:delphinium"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:blue_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:blue_dye",
|
||||||
|
"count": 1,
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:fairy_slipper"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:yellow_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:firecracker_flower_bush"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:foxglove"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:cyan_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"chance": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:light_gray_dye",
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:green_tulip"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:guzmania"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:orange_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 1,
|
||||||
|
"chance": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 1,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:hydrangea_bush"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:blue_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:incan_lily"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:orange_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:iris"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:japanese_orchid"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:kovan_flower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"chance": 0.2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:lazarus_bellflower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:lollipop_flower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:yellow_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:yellow_dye",
|
||||||
|
"chance": 0.25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:magenta_amaranth"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:magenta_tulip"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:orange_amaranth"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:orange_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:orange_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:orange_daisy"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:orange_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:yellow_dye",
|
||||||
|
"chance": 0.2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:osiria_rose"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:peach_leather_flower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:pink_allium"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:pink_allium_flower_bush"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:pink_anemone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:pink_daffodil"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:protea_flower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:purple_amaranth"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:purple_sage"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:purple_tulip"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:richea"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:light_gray_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:brown_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:rose"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:silver_vase_flower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"chance": 0.05
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:snowdrops"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:tall_allium"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:purple_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:tall_pink_allium"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.05
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:magenta_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:torch_ginger"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:violet_leather_flower"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:blue_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:white_anemone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:light_gray_dye",
|
||||||
|
"count": 2,
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:white_puffball_cap"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "byg:white_puffball_spores",
|
||||||
|
"chance": 0.25
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 150
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:white_sage"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gray_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:winter_cyclamen"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:cyan_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:winter_rose"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:white_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:winter_scilla"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:light_blue_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:yellow_daffodil"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:yellow_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:green_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:pink_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:milling",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:yellow_tulip"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:yellow_dye",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lime_dye",
|
||||||
|
"chance": 0.1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 50
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:pressing",
|
||||||
|
"ingredients": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"item": "byg:lush_grass_block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "byg:lush_dirt"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "byg:lush_grass_path"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "forge:mod_loaded",
|
||||||
|
"modid": "byg"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "create:splashing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "byg:cryptic_magma_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:obsidian"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue