1

Custom Exploration Map Loot Table not working

Spuduking 5/24/22 6:43 pm
538
5/26/2022 9:22 pm
I am attempting to create custom explorers maps using loot tables, but they aren't working. Here's the loot table, trying to find a bastion remnant:

{
"pools": [
    {
  "rolls": 1,
  entries": [
    {
    "type": "minecraft:item",
    "name": "minecraft:map",
    "functions": [
    {
      "function": "minecraft:exploration_map",
      "destination": "minecraft:bastion_remnant",
      "decoration": "target_x",
      "zoom": 2,
      search_radius": 100,
      "skip_existing_chunks": false
    }
    ]
    }
]
}
]
}

What could be going wrong?
Posted by
Spuduking
Level 34 : Artisan Procrastinator
18

  Have something to say?

JoinSign in

5

HoboMaggot
05/25/2022 6:18 am
Level 55 : Grandmaster Blob
Can you define not working? Is there an error in the output log?
1
Spuduking
05/25/2022 2:37 pm
Level 34 : Artisan Procrastinator
Oh shoot! I forgot to check the output log!

The map function won't work, so it gives me an empty map
1
HoboMaggot
05/26/2022 5:52 am
Level 55 : Grandmaster Blob
Can you elaborate on doesn't work?
Is there a syntax error or just doesnt give u a proper map?
1
Spuduking
05/26/2022 1:25 pm
Level 34 : Artisan Procrastinator
So the exploration_map function turns an empty map into an explorer's map, but the function doesn't seem to be working...

I used the Misode loot table generator for this, so I don't think it's a syntax error
1
HoboMaggot
05/26/2022 9:22 pm
Level 55 : Grandmaster Blob
Does that item function work via /item?
1

Welcome