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
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
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