I'm trying to add a block to my mod but the textures aren't showing up, but everything else is working fine. #1843
-
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
This should just work if your mod is structured as a resource pack:
what structure do you see if you type the following on a command line (replace mymod with your real jar name)
If all that is ok, check your latest.log, it probably has an error when it tries to parse one of your .json files |
Beta Was this translation helpful? Give feedback.
-
then how do I get "fabric-resource-loader-v0" |
Beta Was this translation helpful? Give feedback.
-
You didn't give the full path to the jar file so it couldn't find it. |
Beta Was this translation helpful? Give feedback.
-
The parsing is done when it loads the resource packs. Unless you are going to the post the log here and/or the json files there is not much more we can do to help you. |
Beta Was this translation helpful? Give feedback.
-
These are the warnings from the log:
Your assets/moreredstone/models/block/bluestone_block.json should be referencing
The other warnings are likely caused by this first problem. |
Beta Was this translation helpful? Give feedback.
These are the warnings from the log:
Your assets/moreredstone/models/block/bluestone_block.json should be referencing
The other warnings are likely caused by this first problem.