
Add Rectangle FishingMiniGame Overlay
Yorunina opened this issue · 0 comments
In old version, this mod is always called 'fishing destroyer' among players as joking, for it makes automatic fishing impossible.
The reason why it destroy fishing not only about the boring MiniGame, but also poor bonus.
There is an easy way to improve such situation —— to change the circle area into rectangle.The reasons why doing that as below:
- Beneficial to ModPacker : More and More mods get benefit from varieties modpacks. Changing the way you rend will lower the difficulty of texture replacement, which makes it easier to meet modpacker's needs. For example, modpacker can change the texture into stardew-style so that make the fishing process not too boring.
- Code Maintenance Friendly: Forge render system is awful, and after I reading the minigame render func, the circle area render really confuse me. Changing render type will lower code maintenance cost, and make more minigame system possible.
- Easy to Change: Comparing circle func, adding rectangle method needs less effort (although it still need you to add a config into config file), and I believe if you build in a nice fishing area overlay textures, it will completely change the way players thought of it.