Probably User Error. If so please help?
mistaboom opened this issue ยท 1 comments
My problem:
I can't get the gamestage condition to work for drops for Evil Wizards from Electrobob's wizardry. I'm probably doing something wrong.
Mods using:
Electroblob's wizardry
GameStages
CraftTweaker
LootTweaker
More Loot Stuff
My Script
Here is my zen script. I have it saved as a .zs file GitHub just doesn't like those so I had to copy paste it.
MyZenscript.txt
Troubleshooting
My entry shows up in the evil_wizard loot table when I dump it using "/ct loottables all" and I've given myself the gamestage "tier_7" listed in the loot condition. Here is that portion of the loot table
{
"name": "RandomBauble",
"entries": [
{
"entryName": "minecraftdiamondblock",
"weight": 1,
"quality": 0,
"type": "item",
"name": "minecraft:diamond_block"
}
],
"rolls": 1.0,
"conditions": [
{
"stage": "tier_7",
"condition": "morelootstuff:has_stage"
}
]
}