aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json b/minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json
new file mode 100644
index 0000000..e61416e
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json
@@ -0,0 +1,13 @@
+{
+ "type": "minecraft:crafting_shapeless",
+ "group": "netherite_ingot",
+ "ingredients": [
+ {
+ "item": "minecraft:netherite_block"
+ }
+ ],
+ "result": {
+ "item": "minecraft:netherite_ingot",
+ "count": 9
+ }
+} \ No newline at end of file