Posted January 3, 20241 yr Hello, I'm trying to make a block that is basically like a reskin of the vine block. I got almost everything working, except that the texture is not transparent when rendered. https://prnt.sc/2CoFbadXH-6j Does someone know what's wrong with it? https://github.com/robinroloff/alpinemod/ The block is called "resin". Thanks in advance
January 3, 20241 yr See: https://forums.minecraftforge.net/topic/141611-textures-under-grass-overlay-rendering-in-black/?do=findComment&comment=561537 If you look in ItemBlockRenderTypes, the vanilla vine uses cutout. You already have this on other blocks: https://github.com/search?q=repo%3Arobinroloff%2Falpinemod+render+type&type=code Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
January 3, 20241 yr https://github.com/robinroloff/alpinemod/blob/54c091e898bc90ca1a3238b6764b76d5cf20794e/src/main/resources/assets/alpinemod/models/block/resin.json#L4 You should also change the particle texture otherwsie you will get green particles when somebody breaks the block. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
January 4, 20241 yr Author 8 hours ago, warjort said: See: https://forums.minecraftforge.net/topic/141611-textures-under-grass-overlay-rendering-in-black/?do=findComment&comment=561537 If you look in ItemBlockRenderTypes, the vanilla vine uses cutout. You already have this on other blocks: https://github.com/search?q=repo%3Arobinroloff%2Falpinemod+render+type&type=code 8 hours ago, warjort said: https://github.com/robinroloff/alpinemod/blob/54c091e898bc90ca1a3238b6764b76d5cf20794e/src/main/resources/assets/alpinemod/models/block/resin.json#L4 You should also change the particle texture otherwsie you will get green particles when somebody breaks the block. Thanks alot!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.