Misode
Misode
You don't need both the mod and data pack. You can pick one of the options, whichever is easiest for you to install.
Did you follow the instructions on the readme? Do you have any mods installed?
This is currently a limitation with the schema framework. I don't have an immidiate fix for this, but I'm aware this is an issue.
The reason for this is that block entities have hardcoded rendering code. I'm working to get this implemented.
@hhhxiao I believe this was fixed together with #52 in version `0.8.2`. Could you confirm whether this issue still exists?
This is quite tricky to implement. The extension would have to know the following: - A list of blocks IDs and block states added by the mod - The mod's...
This is definitely something I want to get working
> I would be happy to look at implementing this (I mainly work with web extensions). Which branch should I be starting from? @AdamRaichu Thanks for the offer! I haven't...
Probably related to #53
I guess #14 was specifically about editable block states and ID, whereas this one is about the block NBT. I can keep it separate because they're fairly unrelated