Closed Azutte closed 9 years ago
What on earth have you done? lol
What mods have you got installed?
I think I know what the problem is :3
Do you know how to compile the mod? Would be nice if you could test it (so I don't need to download all of those mods)
Wellll.... no, but:
(link removed)
I've released an update that should fix the issue. Try version 1.0.1 and let me know if it fixes it :)
Yes, it did fix it. Did you manage to diagnose the issue? I'm interested in what caused it.
Also: this does not seem to have put in any new blocks, what have I done wrong?
I'm not sure how much you know of the technical stuff so I'll explain as best as I can assuming you know nothing: Minecraft loads of the icons for the blocks and stitches them together in a single texture. The blocks then store just the coordinates of their textures on that sheet so they can use them for rendering. What I was doing was storing the coordinates when the first bookshelf was being created and using that same coordinate for all of them. But what was happening is the stitched texture was changing after I cached the coordinates, so then I'd end up using the coordinates to a different block texture (in your case, black wool). All I had to do is make sure that the caching didn't occur anymore and the problem was fixed :)
As for why you're unable to add blocks, I'm not sure why, what you're doing should be working. Can you send me your logs? There should be an error in there somewhere.
I'll close the issue since it was fixed. But feel free to keep commenting on it.
I'm not actually seeing anything about woodstuff in there, should I be retrieving some different kind of log?