Item reward triggered but not spawning?
Tfarcenim opened this issue ยท 2 comments
Minecraft Version:
1.12.2
Forge Version:
2847
ChanceCubes Version:
5.0.1.339
Reward(s) Affected:
test_reward
The Issue:
the chance cubes do not drop the custom item (even with cubes chance forced to 0) but it still logs it in latest.log.
The reward is based on the example given in the item reward json page.
No other mods besides nbttooltip and jei were used in this instance
Origin:
Curseforge
Logs:
latest.log
https://pastebin.com/YXyG4bsH
test_reward.json
https://pastebin.com/iL55nukF
Seems you have found an issue with the dynamic values as the item count. I will look into it. For the time being, not using "%%RND(1,10)%%" as the Count will fix this. Also damage needs to be upper case D as in "Damage".