Missing textures for BetterEnd/BetterNether slabs
We briefly discussed this on Discord, just submitting an issue for tracking.
Better-End-2.1.6 Better-Nether-7.1.4 AutoSlabs-1.1.0
Place any BCLib slab vertically and the texture will be missing.
Same on newer versions better-end-4.0.10 better-nether-9.0.9 autoslabs-1.1.2
Just got the same problem with betterend and missing textures when using auto-slabs :/
This issue is due to the way BetterEnd and BetterNether set up their slab models. It can be fixed if they define slab models like Vanilla (using bottom, side, and top as texture definitions), or by user-made resource pack.
Here is a commit of mine that adds texture and model support to Mo Glass' glass slab: https://github.com/Andrew6rant/Auto-Slabs/commit/b33cd4be9353e8f10405ac18fa79894ebb8cc778. You can see how I set up the model JSONs, and do pretty much the same thing for these slabs.
I'm not going to add support for these or the rest of BCLib's slabs (not now, at least), so if you want them in AutoSlabs, feel free to make a PR.
Thanks for the explanation and the example. If i've understood correctly, you are saying that the order in which bottom, side and top are defined in the model json is incorrect? If so it seems simple enough that I would try to fix it myself, but when i searched through the betterend json files i cant even find all the slab json files... is there something i am missing?
I'm having this issue as well. So just to be clear, should this issue be reposted in the BCLib team's GitHub?
@Andrew6rant Oh also, not sure if it's the same bug, but I'm noticing that slabs from Terraqueous also don't display textures correctly when placed vertically. (If it's not, I can certainly move that to its own thread instead)
@Andrew6rant So I just heard back from Paulevs from the BetterX team, and he said that you should be able to pull block textures directly from the block model instead of from the JSON. Not sure if that'll help you, but at least I've got the ball rolling to some extent.