Trading Station does not work
GinkREAL opened this issue · 7 comments
Description of the Bug
Trading station does not work, right clicking it does nothing.
To Reproduce
- Create new world and fly to village
- Place trading station and right click
- Nothing happens
Expected behavior
- GUI pops up to allow trading
https://gist.github.com/GinkREAL/61d0d2c33202032fad2f68d32cb38edb
The extra logs about missing blocks was because i tried to remove forestry to see if that would fix the problem
(@BloodyRain2k It is recommended to use the latest Beta release)
TileLogic#blockActivated() and CartBaseLogic#doInteract() doesn't call openGuiMethod when interactMethod returns true.
TradeStationLogic#interact() always return true, so we can't open GUI.