[Suggestion] Blacklist For Enlightened Bushes
ChloeDawn opened this issue ยท 5 comments
The reason for this suggestion is that Enlightened Bushes are being generated from Chromatic Foliage's leaves. Firstly, you don't appear to support modded subitems, so only the black (meta 0) chromatic leaves are craftable into enlightened bushes; secondly, this integration results in literally crafting coloured leaves into coloured leaves... And to me that makes no sense. I would appreciate a config to be able to blacklist leaves for cases such as this. For reference to the secondary issue regarding subitems, you can find my Item#getSubItems
method here:
If you would like me to open a separate issue regarding subitems, let me know.
Inspirations version: 0.1.3
Sub items were working last I checked, vanilla leaves use them and they work. I'll think about a blacklist, it's not easy due to the way the recipe works though (same logic as the bookshelves so it would be a lot of special casing). In any case, you can just not craft them
Oh, I see the issue... I don't override Block#getSubBlocks
, which is what you are using. I assumed mods wouldn't be using it for a Block with an ItemBlock.
Fixed subitems issue in 1.12-1.0.2.
Should probably leave this issue open for the suggestion itself though, idk.
Update: I hadn't realised until now (now that I can see all of my chromatic variants listed) that your models support custom tinting.. so maybe a blacklist isn't necessary for most edge case mods. This is awesome: cyan tinted dark oak christmas bushes! The only downside is all of the generated bushes for fixed colours include my already coloured ones, but ah well heh.