diff --git a/data/aa4-atlas/recipes/antique_atlas.json b/data/aa4-atlas/recipes/antique_atlas.json new file mode 100644 index 0000000..6cf04f1 --- /dev/null +++ b/data/aa4-atlas/recipes/antique_atlas.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "minecraft:book" + }, + { + "item": "minecraft:compass" + }, + { + "item": "minecraft:glowstone_dust" + } + ], + "result": { + "item": "aa4-atlas:antique_atlas", + "count": 1 + } +}