From 24018f0a81c70ddf14c3b580404a14bd70d16e3c Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Sun, 1 Mar 2026 18:55:33 +0000 Subject: [PATCH] Port antique atlas recipe --- .../data/aa4-atlas/recipe/antique_atlas.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 overrides/global_packs/mc_rebalance_datapack/data/aa4-atlas/recipe/antique_atlas.json 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 + } +}