From ad676a714305c2cc2b5a99fc0d38db171f33eeb9 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Sun, 7 Sep 2025 00:55:14 +0100 Subject: [PATCH] Add glowstone dust to antique atlas recipe * This is lock obtaining one behind the nether --- data/aa4-atlas/recipes/antique_atlas.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/aa4-atlas/recipes/antique_atlas.json 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 + } +}