diff --git a/overrides/global_packs/mc_rebalance_datapack/data/aa4-atlas/recipe/antique_atlas.json b/overrides/global_packs/mc_rebalance_datapack/data/aa4-atlas/recipe/antique_atlas.json new file mode 100644 index 0000000..46515a0 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/aa4-atlas/recipe/antique_atlas.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "minecraft:book" + }, + { + "item": "minecraft:feather" + }, + { + "item": "minecraft:glowstone_dust" + } + ], + "result": { + "id": "aa4-atlas:antique_atlas", + "count": 1 + } +}