ancient_city Structure ID incompatible with explorer map loot table functions
If you attempt to create a custom explorer map leading to an ancient city using the loot table functions, it doesn't recognize "ancient_city" as an id. Here's the code I was using:
"type": "minecraft:item", "weight": 3, "functions": [ { "function": "minecraft:exploration_map", "destination": "ancient_city", "decoration": "red_x", "zoom": 1, "skip_existing_chunks": false }, { "function": "minecraft:set_name", "name": { "translate": "filled_map.buried_treasure" } } ], "name": "minecraft:map" },
Perhaps this is just an issue on my part? I'm not exactly a great coder.
Created Issue:
ancient_city Structure ID incompatible with explorer map loot table functions
If you attempt to create a custom explorer map leading to an ancient city using the loot table functions, it doesn't recognize "ancient_city" as an id. Here's the code I was using:
"type": "minecraft:item", "weight": 3, "functions": [ { "function": "minecraft:exploration_map", "destination": "ancient_city", "decoration": "red_x", "zoom": 1, "skip_existing_chunks": false }, { "function": "minecraft:set_name", "name": { "translate": "filled_map.buried_treasure" } } ], "name": "minecraft:map" },Perhaps this is just an issue on my part? I'm not exactly a great coder.
Duplicate of MC-249449.
Thank you for your report!
We're tracking this issue in MC-249449, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.