sciguy1121 / Community-Mod-1

Community Mod 1
GNU Lesser General Public License v3.0
10 stars 16 forks source link

1.5 #100

Closed Techtad closed 11 years ago

Techtad commented 11 years ago

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.

EliSussman commented 11 years ago

WOW...Also as the lead texture developer, I want to know...what do you mean by easier?

sciguy1121 commented 11 years ago

I hate and love updates at the same time. What are the errors, and what are the changes to texturing?

EliSussman commented 11 years ago

Im with you @sciguy1121

sciguy1121 commented 11 years ago

Is Forge updated?

cman8396 commented 11 years ago

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

sciguy1121 commented 11 years ago

@cman8396 Oh, OK.

cman8396 commented 11 years ago

@sciguy1121 you can check out more changes here http://www.minecraftwiki.net/wiki/Version_history#1.5

sciguy1121 commented 11 years ago

@cman8396 Ok, thanks. Do you know what kind of code was affected?

cman8396 commented 11 years ago

Not without looking at it. Ill check the pulls that were changed in forge and ill get back to you

EliSussman commented 11 years ago

I dont get it...how has texturing changed?

cman8396 commented 11 years ago

Individual Texture files for every block

EliSussman commented 11 years ago

so isnt that already implemented

EliSussman commented 11 years ago

Ohhhh...I just looked in my minecraft folder and saw...WOW...no more sprite sheets!

EliSussman commented 11 years ago

PS if you need any textures, i saved ALL of them (including GUIs) in a folder (they are all single) @sciguy1121 @smigolpol @cman8396

sciguy1121 commented 11 years ago

@KingCreeperEli Could you start separating the textures into individual files?

EliSussman commented 11 years ago

I already have, when I created all of them, I kept them as individual 16x16 pngs

sciguy1121 commented 11 years ago

@KingCreeperEli Could you upload them all, along with any that you didn't create?

EliSussman commented 11 years ago

Sure