
[๐]: Azalea Hedges are not generated from caverns and chasms
Derpgamer22 opened this issue ยท 15 comments
Code of Conduct
- Always check you are using the latest version of the mods and its dependencies
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FORGE
EveryCompat Version
1.20-2.7.21-forge
Moonlight Lib Version
forge_1.20-2.13.73
Issue with mods
Quark
caverns and chasms
Issue Detail
The azalea wood from caverns and chasms doesn't get it's own azalea hedge. This might have something related to do with the one bug I posted before where the azalea wood from C&C didn't register for any of the quark stuff. I must of forgot to include the hedges on the list.
stuff you might need.. idk I forgot:
caverns_and_chasms:azalea_log
everycomp:q/caverns_and_chasms/
OPTIONAL: Latest.log | Crash-report Attachment
No response
OPTIONAL: To Produce
No response
I wonder if I can make it myself using kubejs, but I would have to figure out how quark does it's hedges... they are similar to walls..
Alright, It's impossible to create the hedge using minecraft:azalea_leaves because it's a vanilla LeavesType.
Thanks to this issue. I learned a new thing. The only thing I can do in Moonlight Lib is to attach "minecraft:azalea_leaves" to WoodType: caverns_and_chasms:azalea
, so if there are other recipes that use leaves to craft a wood products, then they will be generated.
that's all I can do.
Yea You can do it with KubeJS, it's easy, tho. How hedge behave like wall is because of the tag, #minecraft:walls
. Diagonal Walls use this tag to apply the custom model files to walls.
ok. there is nothing I can do about this. The wood, Azalea from Caverns & Chasms has no leaves. I don't know what leaves it use. I can't find the sapling to grow one to know which leaves is used.
Quark's hedge required 2 things: a log and leaves for recipe
There would be two bushes:
One that is normal azalea leaves, the other is the flowering ones
I forgot if you can specifically choose what leaves it uses.
are you able to give it two hedges for it so it there is a normal and flowering one?
it's so it would match quark since quark does that
I'll need to experiment with that and see if it's possible.
@Derpgamer22
It's possible to create a block with flowering_azalea. EC already did it for Ecologics' Azalea with flowering.
it's a overlay texture being applied over the azalea's texture making it a flowering_azalea.
one bush with normal leaves, the other the same but with them flowers or whatever
Just making sure I am clear so no misunderstanding happen. :P