Fabric: dark texture on versions 1 16 2/1 16 3

Created on 21 Oct 2020  路  14Comments  路  Source: FabricMC/fabric

All 14 comments

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

2020-10-18_19 15 28
this is what happens when you put a bush model

2020-10-04_02 18 34
this is how they should be

2020-10-18_19 15 28
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

image

Oh then, i dont know about that specific bush sorry

image
???

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-3 channels.

Oh, thank you very much!!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MikePeregrine picture MikePeregrine  路  6Comments

Juuxel picture Juuxel  路  3Comments

plW0lf picture plW0lf  路  5Comments

inklesspen1scripter picture inklesspen1scripter  路  5Comments

8bit-coder picture 8bit-coder  路  6Comments