KnightMiner

Results 152 comments of KnightMiner

Cross-linking KnightMiner/Inspirations#161. I perform block substitutions to make my carpet on stairs feature work. Essentially, I replace the block with a new version. This would normally work fine with mods,...

Brief summary so we can look into compatibility: our harvest works by first checking if the block is in one of a set of tags (one for blocks like berry...

I cannot see how adding an annotation to a class would not be a runtime dependency. As far as what a container tag is, any registry in minecraft supports tags....

The mods that do that annotate a class used *nowhere else* in their logic (that is, that has no use without the mod the annotation is from). Not annotate a...

I would suggest updating the sign test mod regardless. Modders will sometimes use forge test mods as examples of how to do a thing, and the sign test mod is...

Adding them to the tags to get vanilla behavior is not desired, it pollutes those tags that are expected to be just vanilla fluids. Have you tried implementing those behaviors...

Alternatively, is this a case that would benefit from tool actions? Yes I know, repeat of mine and pup's comments from #8168.

Using tool actions instead of instanceof is not about overthinking it, its about flexibility. instanceof means you prevent anyone from benefitting from this patch unless they extend the vanilla class....

The documentation does not explain how this new feature different from the attribute, nor when it is updated so the player can know its up to date. My suspicion is...

The tag desync issue is not based on vanilla or forge tags. The issue is the client side and the serverside checking different block lists. * If the behavior is...