vectorwing
vectorwing
Oh wow! That's quite a thorough integration! 😄 This sounds really exciting. I'll have to reserve time in the future to review/test it properly, though. Just two questions: - I...
I finally got a chance to try this integration out on a local clone. Gotta say, the fact that your mod can conjure brand new tools out of nothing but...
@shattyyt `instanceof` is used to verify if something extends or uses a certain Java class, which would restrict it to just my own mod and no external ones. Tags, types...
I swear I haven't forgotten about this PR... 😓 Many features/fixed stepped in front of it lately, and I couldn't decide yet whether to integrate two ToolTypes on the knives....
Hi there! Thank you very much for contributing this feature. ^^ You sorta nailed what I wanted to achieve with it: points 1 and 2 are solid, and 3 seems...
Hi again! Sorry for the delay. I decided to come back to this PR and test it again, regarding the discussion we had about leaving a hotbar slot free when...
@LimonBlaze, the changes are great! However, since this was aimed at 1.18.1 (again, sorry for taking so long to reply), it might be a bit outdated. I can add these...
Alright! Added this feature on commit 1538311. Thank you very much for the contribution! 👍
Tried it locally just now. It seems that the Cutting Board is considering these to be a 3D block, and is trying to render their sprite as such, instead of...
After taking a look again over vanilla and FD items, only Wheat seems to follow this rule; other produce like Beetroot and Melon don't. But yes, it would probably be...