Fabric API

Fabric API

106M Downloads

dark texture on versions 1 16 2/1 16 3

Miros77 opened this issue ยท 14 comments

commented

the code is written correctly

commented

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.

commented

I assume this is a json model?

I am not fully sure what the difference is between the two bushes.

commented

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

commented

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

commented

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

commented

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

commented

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

BlockRenderLayerMap.INSTANCE.putBlock(YOUR_BLOCK, RenderLayer.getCutoutMipped());
//Maybe that will work
commented

image

commented

Oh then, i dont know about that specific bush sorry

commented

image
???

commented

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!!!!