Posted November 29, 201410 yr To put it simply my mod Is broken as of 1.8 and I have no idea how to fix it. The main issue is I cant figure out how the new Item and block texture system works and my world generator is completely broken, once again no idea how to fix it.
November 29, 201410 yr To put it simply we can't help with such vague information. Check how vanilla json files assign textures, when you GameRegister.register(block, "block") assets/modid/blockstates/block.json is automagically used to do the heavy lifting, ergo, study vanilla. CreepyPastaCraft git | SCPCraft git Keep an eye on them, see that I'm still working on it
November 29, 201410 yr Author I couldn't find mcp for 1.8 to decompile vanilla with and cant seem to access vanilla with forge.
November 29, 201410 yr use the forgesrc zip from files.minecraftforge.net, then do the setup with gradle (gradle setupDecompWorkspace), then find forgeSrc-version.jar under libraries in your IDE. CreepyPastaCraft git | SCPCraft git Keep an eye on them, see that I'm still working on it
November 29, 201410 yr Run setupDecompWorkspace instead of setupDevWorkspace . Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
November 30, 201410 yr note, the forgesrc files will be in snapshot_nodoc/date/ rather than main folder as in 1.7.10 and earlier.
November 30, 201410 yr note, the forgesrc files will be in snapshot_nodoc/date/ rather than main folder as in 1.7.10 and earlier. Just go into the Reference Libraries section of the project and then look at the forgesrc libraries for all Minecrafts code. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
December 1, 201410 yr Author Run setupDecompWorkspace instead of setupDevWorkspace . O'k I ran what you told me to. But all the files from vanilla are still not decompiled so I cant even view them.
December 2, 201410 yr Gradle for 1.8 for some reason doesn't decompile properly. (I had the same problem) I think we just have to wait for an update.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.