-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add glue recipes so Terraformers' biome mod logs can be stripped of b…
…ark on Farmer's Delight cutting boards.
- Loading branch information
1 parent
3dbe95e
commit d81e4c5
Showing
30 changed files
with
871 additions
and
1 deletion.
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
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:cherry_log" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_cherry_log" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/cherry_wood.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,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:cherry_wood" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_cherry_wood" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/cypress_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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:cypress_log" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_cypress_log" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/cypress_quarter_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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:cypress_quarter_log" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_cypress_quarter_log" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/cypress_wood.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,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:cypress_wood" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_cypress_wood" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/fir_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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"traverse" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "traverse:fir_log" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "traverse:stripped_fir_log" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/fir_wood.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,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"traverse" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "traverse:fir_wood" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "traverse:stripped_fir_wood" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/hemlock_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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:hemlock_log" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_hemlock_log" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/hemlock_quarter_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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:hemlock_quarter_log" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_hemlock_quarter_log" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/hemlock_wood.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,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:hemlock_wood" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_hemlock_wood" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:japanese_maple_log" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_japanese_maple_log" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_wood.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,30 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"farmersdelight", | ||
"terrestria" | ||
] | ||
} | ||
], | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "terrestria:japanese_maple_wood" | ||
} | ||
], | ||
"tool": { | ||
"type": "farmersdelight:tool", | ||
"tag": "c:tools/axes" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "terrestria:stripped_japanese_maple_wood" | ||
}, | ||
{ | ||
"item": "farmersdelight:tree_bark" | ||
} | ||
], | ||
"sound": "minecraft:item.axe.strip" | ||
} |
Oops, something went wrong.