-
Notifications
You must be signed in to change notification settings - Fork 1
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
8455787
commit 2b13aba
Showing
54 changed files
with
388 additions
and
475 deletions.
There are no files selected for viewing
25 changes: 10 additions & 15 deletions
25
src/main/generated/data/ragium/recipe/growth_chamber/acacia_log.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 |
---|---|---|
@@ -1,18 +1,13 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:dirt", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": { | ||
"count": 8, | ||
"item": "minecraft:acacia_log" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:acacia_sapling" | ||
], | ||
"item_outputs": [ | ||
{ | ||
"count": 8, | ||
"item": "minecraft:acacia_log" | ||
}, | ||
"minecraft:acacia_sapling" | ||
] | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"seed": "minecraft:acacia_sapling", | ||
"soil": "minecraft:dirt" | ||
} |
24 changes: 7 additions & 17 deletions
24
src/main/generated/data/ragium/recipe/growth_chamber/amethyst_shard.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 |
---|---|---|
@@ -1,20 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "basic" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:amethyst_shard", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"fluid_inputs": [ | ||
"minecraft:water" | ||
], | ||
"item_inputs": [ | ||
"#c:gems/amethyst", | ||
"#c:dusts/quartz" | ||
], | ||
"item_outputs": [ | ||
{ | ||
"count": 3, | ||
"item": "minecraft:amethyst_shard" | ||
} | ||
] | ||
"seed": "ragium:quartz_dust", | ||
"soil": "minecraft:amethyst_block" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/bamboo.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:dirt", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:bamboo", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:bamboo" | ||
], | ||
"item_outputs": [ | ||
"minecraft:bamboo", | ||
"minecraft:bamboo" | ||
] | ||
"seed": "minecraft:bamboo", | ||
"soil": "minecraft:dirt" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/beetroot.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:dirt", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:beetroot", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:beetroot_seeds" | ||
], | ||
"item_outputs": [ | ||
"minecraft:beetroot", | ||
"minecraft:beetroot_seeds" | ||
] | ||
"seed": "minecraft:beetroot_seeds", | ||
"soil": "minecraft:dirt" | ||
} |
25 changes: 10 additions & 15 deletions
25
src/main/generated/data/ragium/recipe/growth_chamber/birch_log.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 |
---|---|---|
@@ -1,18 +1,13 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:dirt", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": { | ||
"count": 8, | ||
"item": "minecraft:birch_log" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:birch_sapling" | ||
], | ||
"item_outputs": [ | ||
{ | ||
"count": 8, | ||
"item": "minecraft:birch_log" | ||
}, | ||
"minecraft:birch_sapling" | ||
] | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"seed": "minecraft:birch_sapling", | ||
"soil": "minecraft:dirt" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/brown_mushroom.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:dirt", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:brown_mushroom", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:brown_mushroom" | ||
], | ||
"item_outputs": [ | ||
"minecraft:brown_mushroom", | ||
"minecraft:brown_mushroom" | ||
] | ||
"seed": "minecraft:brown_mushroom", | ||
"soil": "minecraft:dirt" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/cactus.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:sand", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:cactus", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:cactus" | ||
], | ||
"item_outputs": [ | ||
"minecraft:cactus", | ||
"minecraft:cactus" | ||
] | ||
"seed": "minecraft:cactus", | ||
"soil": "minecraft:sand" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/carrot.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:dirt", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:carrot", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:carrot" | ||
], | ||
"item_outputs": [ | ||
"minecraft:carrot", | ||
"minecraft:carrot" | ||
] | ||
"seed": "minecraft:carrot", | ||
"soil": "minecraft:dirt" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/carved_pumpkin.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "ragium:mutated_soil", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:carved_pumpkin", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:pumpkin_seeds" | ||
], | ||
"item_outputs": [ | ||
"minecraft:carved_pumpkin", | ||
"minecraft:pumpkin_seeds" | ||
] | ||
"seed": "minecraft:pumpkin_seeds", | ||
"soil": "ragium:mutated_soil" | ||
} |
25 changes: 10 additions & 15 deletions
25
src/main/generated/data/ragium/recipe/growth_chamber/cherry_log.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 |
---|---|---|
@@ -1,18 +1,13 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:dirt", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": { | ||
"count": 8, | ||
"item": "minecraft:cherry_log" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:cherry_sapling" | ||
], | ||
"item_outputs": [ | ||
{ | ||
"count": 8, | ||
"item": "minecraft:cherry_log" | ||
}, | ||
"minecraft:cherry_sapling" | ||
] | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"seed": "minecraft:cherry_sapling", | ||
"soil": "minecraft:dirt" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/chorus_fruit.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:end_stone", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:chorus_fruit", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:chorus_flower" | ||
], | ||
"item_outputs": [ | ||
"minecraft:chorus_fruit", | ||
"minecraft:chorus_flower" | ||
] | ||
"seed": "minecraft:chorus_flower", | ||
"soil": "minecraft:end_stone" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/cocoa_beans.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:jungle_log", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:cocoa_beans", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:cocoa_beans" | ||
], | ||
"item_outputs": [ | ||
"minecraft:cocoa_beans", | ||
"minecraft:cocoa_beans" | ||
] | ||
"seed": "minecraft:cocoa_beans", | ||
"soil": "minecraft:jungle_log" | ||
} |
19 changes: 7 additions & 12 deletions
19
src/main/generated/data/ragium/recipe/growth_chamber/crimson_fungus.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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "ragium:mutated_soil", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": "minecraft:crimson_fungus", | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:red_mushroom" | ||
], | ||
"item_outputs": [ | ||
"minecraft:crimson_fungus", | ||
"minecraft:red_mushroom" | ||
] | ||
"seed": "minecraft:red_mushroom", | ||
"soil": "ragium:mutated_soil" | ||
} |
25 changes: 10 additions & 15 deletions
25
src/main/generated/data/ragium/recipe/growth_chamber/crimson_stem.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 |
---|---|---|
@@ -1,18 +1,13 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:netherrack", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": { | ||
"count": 8, | ||
"item": "minecraft:crimson_stem" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:crimson_fungus" | ||
], | ||
"item_outputs": [ | ||
{ | ||
"count": 8, | ||
"item": "minecraft:crimson_stem" | ||
}, | ||
"minecraft:crimson_fungus" | ||
] | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:lava" | ||
}, | ||
"seed": "minecraft:crimson_fungus", | ||
"soil": "minecraft:netherrack" | ||
} |
25 changes: 10 additions & 15 deletions
25
src/main/generated/data/ragium/recipe/growth_chamber/dark_oak_log.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 |
---|---|---|
@@ -1,18 +1,13 @@ | ||
{ | ||
"type": "ragium:machine", | ||
"catalyst": "minecraft:dirt", | ||
"definition": { | ||
"type": "ragium:growth_chamber", | ||
"tier": "primitive" | ||
"type": "ragium:growth_chamber", | ||
"crops": { | ||
"count": 8, | ||
"item": "minecraft:dark_oak_log" | ||
}, | ||
"item_inputs": [ | ||
"minecraft:dark_oak_sapling" | ||
], | ||
"item_outputs": [ | ||
{ | ||
"count": 8, | ||
"item": "minecraft:dark_oak_log" | ||
}, | ||
"minecraft:dark_oak_sapling" | ||
] | ||
"fluid": { | ||
"amount": 1000, | ||
"fluids": "minecraft:water" | ||
}, | ||
"seed": "minecraft:dark_oak_sapling", | ||
"soil": "minecraft:dirt" | ||
} |
Oops, something went wrong.