Posted January 3, 20196 yr I'm having an issue with my sapling model. There's something up with the model when I'm holding it in my hand or when it's on the ground. Images of Problem: https://imgur.com/a/dq3bZIe JSON Files https://github.com/BURN447/DartcraftReloaded/blob/master/src/main/resources/assets/dartcraftreloaded/blockstates/force_sapling.json https://github.com/BURN447/DartcraftReloaded/blob/master/src/main/resources/assets/dartcraftreloaded/models/block/force_sapling.json
January 3, 20196 yr Can you explain what is wrong? Everything looks perfect to me 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)
January 3, 20196 yr Author The Block Model in the world and in hand is 3D and crossed, where a vanilla sapling renders as a 2D texture.
January 3, 20196 yr If you want your block and item model to be different then you have to have different models for them. Currently you only have the one block model, which has this parent "parent": "block/cross", 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)
January 3, 20196 yr Author Ok. I should be able to do that. There's nothing like it that I could find in the vanilla JSON files, so I was a little confused
January 3, 20196 yr 5 hours ago, BURN447 said: Ok. I should be able to do that. There's nothing like it that I could find in the vanilla JSON files, so I was a little confused If you look in the vanilla assets for e.g. the oak sapling, there are actually separate models for the block and item forms of the sapling. models/block/oak_sapling.json uses a parent of block/cross, but models/item/oak_sapling.json uses a parent of item/generated.
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.