Posted March 8, 20214 yr I need help with a mod I am working on, and I am still modding but, I created a block the texture is all fine but when I place it down, the block's texture is missing(black and black grid pattern) I can't find out what I am doing wrong you can check my code in the model package and blockstates package block states: block model: (assets/tutorial/block/example_block.json) block model(i think its what its called), (assets/tutorial/item/example_block.json) my modid is "tutorial" and the block name is "example_block" I am following a tutorial so my modid is tutorial here are my other screenshots i took main class: my resources folder: src/main: Edited March 8, 20214 yr by randomdude12300
March 8, 20214 yr Author no there isnt any problems in the log it's just the texture not showing I checked the log aka console and there was no problem(I still have the texture problem)
March 8, 20214 yr You named your blockstate folder "Block_states". It has to be "blockstates" Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
March 9, 20214 yr Author 5 hours ago, Beethoven92 said: You named your blockstate folder "Block_states". It has to be "blockstates" Thank you so much, it worked
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.