Bug

what changes from version 1 16 2?
the code is written correctly
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

this is what happens when you put a bush model

this is how they should be
this is what happens when you put a bush model
The bushes should be specified with a rendercutout
try putting this into your ClientModInitializer
```java
BlockRenderLayerMap.INSTANCE.putBlock(YOUR_BLOCK, RenderLayer.getCutoutMipped());
//Maybe that will work
Bug
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

Oh then, i dont know about that specific bush sorry

???
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.
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-3channels.
Oh, thank you very much!!!!