Support for itemsadder custom blocks
BookWyrm114 opened this issue · 4 comments
Is your feature request related to a problem? Please describe.
Any custom blocks added by itemsadder show up as noteblocks
Describe the solution you'd like
support for itemsadder resource packs, the idea is that bluemap will read the resource pack and give custom Itemsadder blocks the correct texture
Usually it should be enough to add the resource-pack to bluemaps resourcepacks-folder. If you have not tried that already, then try it, it might just work: https://bluemap.bluecolored.de/wiki/customization/ResourcePacks.html
If it doesn't work: I don't know how itemsadder works exactly and if they are doing something special with their resourcepacks .. but i can't check that because itemsadder is a paid resource. So to evaluate if this is feasible I would at least need an example resource-pack from that plugin to look at.
Closing this for now, if the first doesn't work and you can provide an example resource-pack, feel free to reopen.
Yep, it doesn't work currently. I'll now provide a pack and a basic explanation on how the custom blocks work:
The blocks work because noteblocks have nearly 800 states depending on their note and instrument, so itemsadder reserves about 25-ish states for vanilla noteblocks to work, and can give all the other states their own texture.
pack:
pack.zip
Placed a noteblock with instrument: basedrum
and note: 0
... installed your resourcepack on bluemap ... got expected result: Block rendered as a ruby block ^^
So it seems to work for me. Make sure you re-render your map and use the Update Map
button on the web, after you installed the resource-pack.
:)