-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b70075b
commit 4cc7356
Showing
22 changed files
with
439 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...atagen/generated/mekanism/data/mekanism/recipes/compat/biomesoplenty/dye/large_brown.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:enriching", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:cattail" | ||
} | ||
}, | ||
"output": { | ||
"count": 4, | ||
"item": "minecraft:brown_dye" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...n/generated/mekanism/data/mekanism/recipes/compat/biomesoplenty/dye/large_light_blue.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:enriching", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:icy_iris" | ||
} | ||
}, | ||
"output": { | ||
"count": 4, | ||
"item": "minecraft:light_blue_dye" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...tagen/generated/mekanism/data/mekanism/recipes/compat/biomesoplenty/dye/large_purple.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:enriching", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:tall_lavender" | ||
} | ||
}, | ||
"output": { | ||
"count": 4, | ||
"item": "minecraft:purple_dye" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...atagen/generated/mekanism/data/mekanism/recipes/compat/biomesoplenty/dye/large_white.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:enriching", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:tall_white_lavender" | ||
} | ||
}, | ||
"output": { | ||
"count": 4, | ||
"item": "minecraft:white_dye" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...datagen/generated/mekanism/data/mekanism/recipes/compat/biomesoplenty/dye/light_gray.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:enriching", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:endbloom" | ||
} | ||
}, | ||
"output": { | ||
"count": 2, | ||
"item": "minecraft:light_gray_dye" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
src/datagen/generated/mekanism/data/mekanism/recipes/compat/biomesoplenty/dye/white.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:enriching", | ||
"input": { | ||
"ingredient": [ | ||
{ | ||
"item": "biomesoplenty:white_lavender" | ||
}, | ||
{ | ||
"item": "biomesoplenty:white_petals" | ||
} | ||
] | ||
}, | ||
"output": { | ||
"count": 2, | ||
"item": "minecraft:white_dye" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...d/mekanism/data/mekanism/recipes/compat/biomesoplenty/pigment_extracting/large_brown.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:pigment_extracting", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:cattail" | ||
} | ||
}, | ||
"output": { | ||
"amount": 1536, | ||
"pigment": "mekanism:brown" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...anism/data/mekanism/recipes/compat/biomesoplenty/pigment_extracting/large_light_blue.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:pigment_extracting", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:icy_iris" | ||
} | ||
}, | ||
"output": { | ||
"amount": 1536, | ||
"pigment": "mekanism:light_blue" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
.../mekanism/data/mekanism/recipes/compat/biomesoplenty/pigment_extracting/large_purple.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:pigment_extracting", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:tall_lavender" | ||
} | ||
}, | ||
"output": { | ||
"amount": 1536, | ||
"pigment": "mekanism:purple" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...d/mekanism/data/mekanism/recipes/compat/biomesoplenty/pigment_extracting/large_white.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:pigment_extracting", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:tall_white_lavender" | ||
} | ||
}, | ||
"output": { | ||
"amount": 1536, | ||
"pigment": "mekanism:white" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...ed/mekanism/data/mekanism/recipes/compat/biomesoplenty/pigment_extracting/light_gray.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:pigment_extracting", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:endbloom" | ||
} | ||
}, | ||
"output": { | ||
"amount": 768, | ||
"pigment": "mekanism:light_gray" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...nerated/mekanism/data/mekanism/recipes/compat/biomesoplenty/pigment_extracting/white.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:pigment_extracting", | ||
"input": { | ||
"ingredient": [ | ||
{ | ||
"item": "biomesoplenty:white_lavender" | ||
}, | ||
{ | ||
"item": "biomesoplenty:white_petals" | ||
} | ||
] | ||
}, | ||
"output": { | ||
"amount": 768, | ||
"pigment": "mekanism:white" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...n/generated/mekanism/data/mekanism/recipes/compat/biomesoplenty/sawing/boat/empyreal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:sawing", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:empyreal_boat" | ||
} | ||
}, | ||
"mainOutput": { | ||
"count": 5, | ||
"item": "biomesoplenty:empyreal_planks" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...rated/mekanism/data/mekanism/recipes/compat/biomesoplenty/sawing/chest_boat/empyreal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
], | ||
"type": "mekanism:sawing", | ||
"input": { | ||
"ingredient": { | ||
"item": "biomesoplenty:empyreal_chest_boat" | ||
} | ||
}, | ||
"mainOutput": { | ||
"item": "biomesoplenty:empyreal_boat" | ||
}, | ||
"secondaryChance": 1.0, | ||
"secondaryOutput": { | ||
"item": "minecraft:chest" | ||
} | ||
} |
Oops, something went wrong.