By the way, I already need to thank you, the problem is half solved. The block has finnaly his textures, the only thing isn't solved is the icon of the block on the inventory.
Block class (Duplicator.java)
JSON files
models/item
models/block
blockstates
What did you want for me to say instead it's not working?... It's not showing any texture? And what do you mean by "block_model_name"? If i understand correctly, i need to put one model there, but what model? This block is gonna have 2 different textures. Please explain, I'm new at modding...
I copied everything, changed it to correct file localizations, but nothing is happening. Still the same...
Block code(class name is Duplicator.java)
JSON files
models/block
models/item
EDIT: This was "half-solved"... I'm gonna post a new topic with the new problem.
I'm making my first mod, and I already have some items, etc.... But now I'm stuck in adding a block with 2 different textures. 1 for the top side and the another to the rest. I followed every tutorials i found, but no one works... How do i do this?