Fish Traps

Fish Traps

1M Downloads

Options in fishtraps-common.toml file do not work

markygnlg opened this issue ยท 1 comments

commented

mc 1.16.3, fishtraps-0.1.2.jar, with these settings:

woodenTrapLureLevel = 9
woodenTrapLuckLevel = 9
ironTrapLureLevel = 3
ironTrapLuckLevel = 3
diamondTrapLureLevel = 3
diamondTrapLuckLevel = 3
...
shouldTrapHavePenalty = false

...there's no change to the loot tables.

I also tried 'woodenTrap[Lure&Luck]Level=1/3/9' but there was no difference; always only 4 types of fish for the wooden trap.

Similarly for the Iron trap; ironTrap[Lure&Luck]Level=3 did not give any enchanted items as in diamondTrap[Lure&Luck]Level=3.
1@DELME_fishtraps config fail

commented

The fish traps were using datapack loot_tables and so wooden and iron did not have a roll for treasure loot. change: c89af8f
gives you the option of a config to use datapacks like before but defaults to just use the vanilla fishing loot tables, so all 3 should have the option to receive treasure.