Jump to content

lunchboxxx19

Members
  • Posts

    4
  • Joined

  • Last visited

lunchboxxx19's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. block json location - blockstates json - item json - i dont know why it calls for the block to be registered in modblocks, thats just how the tutorial done it
  2. ok this is a link to a pastebin containing the latest FML log - https://pastebin.com/HeUuVRGm this is the blockstates json - https://pastebin.com/zRbjMtTF its path is src/main/resources - assets.lbm - blockstates file name is "Blockbeef" this is the block model json - https://pastebin.com/2yJy0kXM its path is src/main/resources - assets.lbm - models - block file name is "blockbeef" this is the item model json - https://pastebin.com/DALqwvYb its path is src/main/resources - assets.lbm - models - item file name is "Blockbeef" the texture png name is "blockbeef" is there any special requirement for textures? ive got mine on 16x16 with 96 pixels per inch for resolution this is the modblocks class code - https://pastebin.com/S5hQWgHp and this is the @mod class code (i think) - https://pastebin.com/fLbZhhVH
  3. not at all, i just dont know what part of the code other than the json files people need to see
  4. Minecraft version: 1.11.2 Forge version: 1.11.2 - 13.20.0.2228 ive been making a mod and have the first block made, and it runs all good with zero errors but it has no texture. i followed the tutorial and have even redone everything a couple times now but to no avail. could someone with more experience please help me to see where i went wrong?, thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.