Posted November 27, 201410 yr How do i register items and blocks in forge 1.8 The Developer Of The BackWoods Mod
November 27, 201410 yr Author Ok, Now i cant get the textures to work, Here is my code https://github.com/BackWoodsMod/TheBackWoods-1.8 and my items render as a block in my inventory Ive tried everything i can think of. The Developer Of The BackWoods Mod
November 27, 201410 yr In your ModItems class https://github.com/BackWoodsMod/TheBackWoods-1.8/blob/master/src/main/java/com/chaka/thebackwoods/init/ModItems.java#L16 Replace "modid:amethystItem" with Reference.MOD_ID + ":amethystItem" I also think you need to rename test.json to amethystItem.json. Also, on an unrelated note, I believe items and blocks should be initialized in the preInit() method, not init().
November 27, 201410 yr Author I am still having trouble getting my items and blocks to get textures can i get any help. The Developer Of The BackWoods Mod
November 27, 201410 yr Hi Show us your code and describe the symptoms of your problem (including error logs)? -TGG
November 27, 201410 yr Author https://github.com/BackWoodsMod/TheBackWoods-1.8 My code is there. Problems: My Items render as a block in my inventory Blocks and Items have no texture (I dont know how to get the textures to work) I am also having trouble updating my OreGeneration Class The Developer Of The BackWoods Mod
November 28, 201410 yr Author I got items to work, My blocks and ore gen still dont work The Developer Of The BackWoods Mod
November 28, 201410 yr Made a PR that might help. I don't know about the ore gen though. Edit: Looked into the ore gen some more and got that working too. Added to PR.
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.