mod hides all blocks deriving from the BrushableBlock type without option to not have it do that
kuba26038 opened this issue ยท 4 comments
Mod loader
Forge
Minecraft version
1.20.1
Mod version
Jade-1.20.1-Forge-11.13.2
Modloader version
Forge 47.4.6
Modpack info
No response
[IMPORTANT] If bug:
- I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.
[IMPORTANT] If bug: The latest.log file, not the crash report
No response
Issue description
i'm making a small mod which adds a new brushable block that, after it's brushed, turns into air. everything was going swimmingly, but when i looked at it with jade, it suddently turned out to be showing me what it'll turn into, instead of what it is. i assume jade is programmed to always, no matter what, show what a block will brush into, in order to hide the suspiciousness of the blocks. so, i'd like to see something like a tag be used to differentiate between brushable blocks that are meant to be obfuscated and ones that aren't. unless you can tell me of a way to bypass this on my specific block?
oh, i guess that means i should mention i already plan to make more of these kinds of blocks. i really think that making this tag-based would be great