buttilda / WoodStuff

Adds wood stuff for several mod's planks
6 stars 4 forks source link

the added vanilla bookshelves seem to have black wool as their textures! #2

Closed Azutte closed 9 years ago

Azutte commented 9 years ago

2015-06-26_21 39 31

buttilda commented 9 years ago

What on earth have you done? lol

What mods have you got installed?

Azutte commented 9 years ago

http://imgur.com/ZzUnZsl

buttilda commented 9 years ago

I think I know what the problem is :3

buttilda commented 9 years ago

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)

Azutte commented 9 years ago

Wellll.... no, but:

(link removed)

buttilda commented 9 years ago

I've released an update that should fix the issue. Try version 1.0.1 and let me know if it fixes it :)

Azutte commented 9 years ago

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?

buttilda commented 9 years ago

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.

buttilda commented 9 years ago

I'll close the issue since it was fixed. But feel free to keep commenting on it.

Azutte commented 9 years ago

http://pastebin.com/NSU5hiRu

I'm not actually seeing anything about woodstuff in there, should I be retrieving some different kind of log?