Closed Techtad closed 11 years ago
WOW...Also as the lead texture developer, I want to know...what do you mean by easier?
I hate and love updates at the same time. What are the errors, and what are the changes to texturing?
Im with you @sciguy1121
Is Forge updated?
I believe textures were split into individual files. Eg. Furnace.png
"Textures use one PNG file per block or item, which are stitched together at runtime, texture sizes don't need to be consistent" - Minecraft Wiki
@cman8396 Oh, OK.
@sciguy1121 you can check out more changes here http://www.minecraftwiki.net/wiki/Version_history#1.5
@cman8396 Ok, thanks. Do you know what kind of code was affected?
Not without looking at it. Ill check the pulls that were changed in forge and ill get back to you
I dont get it...how has texturing changed?
Individual Texture files for every block
so isnt that already implemented
Ohhhh...I just looked in my minecraft folder and saw...WOW...no more sprite sheets!
PS if you need any textures, i saved ALL of them (including GUIs) in a folder (they are all single) @sciguy1121 @smigolpol @cman8396
@KingCreeperEli Could you start separating the textures into individual files?
I already have, when I created all of them, I kept them as individual 16x16 pngs
@KingCreeperEli Could you upload them all, along with any that you didn't create?
Sure
Minecraft 1.5 is out! That's a huge problem with the code, there are changes with basic block and item code and many others. The only good thing for our mod is that textures are now a little easier to make and use(I even made some textures and animations, it's really fun now).
So what should we do now? We need to change the whole code. I made a new MCP for 1.5 to test, and when I pasted one of my mods in there, I got more than 250 errors. That's a big problem.