dark texture on versions 1 16 2/1 16 3
Miros77 opened this issue ยท 14 comments
what changes from version 1 16 2?
Right here, do this:
"entrypoints": {
"main": [
"com.miros77.rbp.Tutorial"
],
"client": [
"com.miros77.rbp.RBPclient"
]
},
And it'll work.
In the future, other curse forge pages, and the issues for fabric api, are not the places to go looking for help with your own mod. The fabric wiki is a good place to look. In fact they have a whole article on how to do exactly what you want (https://fabricmc.net/wiki/tutorial:blockappearance). If you aren't getting the help you want the fabric discord is also a good place to go. Specifically the #mod-dev-1
, #mod-dev-2
, and #mod-dev-3
channels.
I assume this is a json model?
I am not fully sure what the difference is between the two bushes.
I assume this is a json model?
I am not fully sure what the difference is between the two bushes.
I tried changing the model but it still doesn't work
I assume this is a json model?
I am not fully sure what the difference is between the two bushes.
error in code, can't find
what changes from version 1 16 2?
As for this, you could try putting .nonOpaque() in your block settings for that specific block
https://github.com/Miros77/Realistic-Bakery-Products---Fabric/edit/master/src/main/java/com/miros77/rbp/RBPclient.java
https://github.com/Miros77/Realistic-Bakery-Products---Fabric/blob/master/src/main/java/com/miros77/rbp/registry/all_cake/StrawberryBushBlock.java
https://github.com/Miros77/Realistic-Bakery-Products---Fabric/blob/master/src/main/java/com/miros77/rbp/registry/ModItems.java
Bug
what changes from version 1 16 2?As for this, you could try putting .nonOpaque() in your block settings for that specific block
he lies there
Right here, do this:
"entrypoints": { "main": [ "com.miros77.rbp.Tutorial" ], "client": [ "com.miros77.rbp.RBPclient" ] },And it'll work.
In the future, other curse forge pages, and the issues for fabric api, are not the places to go looking for help with your own mod. The fabric wiki is a good place to look. In fact they have a whole article on how to do exactly what you want (https://fabricmc.net/wiki/tutorial:blockappearance). If you aren't getting the help you want the fabric discord is also a good place to go. Specifically the
#mod-dev-1
,#mod-dev-2
, and#mod-dev-3
channels.
Oh, thank you very much!!!!