Add glowstone dust to antique atlas recipe
* This is lock obtaining one behind the nether
This commit is contained in:
parent
4e88ded80e
commit
ad676a7143
19
data/aa4-atlas/recipes/antique_atlas.json
Normal file
19
data/aa4-atlas/recipes/antique_atlas.json
Normal file
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue