Posted May 31, 20196 yr im very new to modelling so this is very hard for me to do, anyways my problem is when i place my custom model down, the block below misses its top side, im aware minecraft does this because it thinks that it is a full block and it wouldnt normally render. i know people have already "fixed" this but it never seems to work, and when i do get the code i need, im totally clueless to know where to put it.
May 31, 20196 yr Author no i mean if it was possible to do it in 1.14 if not then 1.13.2 then of course
May 31, 20196 yr 2 minutes ago, V0idWa1k3r said: Where'd you get 1.14 forge from? I was just about to ask
May 31, 20196 yr 7 minutes ago, PhantasticDark said: no i dont how to like i said im new to modelling Can you post the block class? and your Model .json file
May 31, 20196 yr The title of your post suggests you are using 1.14.2. Please clarify what version are you actually using. And whether you are using forge at all. 5 minutes ago, Ywes said: and your Model .json file This has nothing to do with the model file of either of the blocks. OP just needs to override Block#isFullCube and Block#isOpaqueCube to return false.
May 31, 20196 yr Thanks. Override Block#isFullCube and return false. For propagating light either override Block#isOpaqueCube or Block#propagatesSkylightDown and return false.
June 6, 20196 yr On 5/31/2019 at 11:39 AM, V0idWa1k3r said: For propagating light either override Block#isOpaqueCube or It changed to isSolid in 1.13 About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
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.