Posted December 12, 20186 yr i've created the pillar block but have now a new error there stands modid:block#axis=z/x/y with no texture how do i fix this?
December 12, 20186 yr 10 minutes ago, bouwmeester2003 said: i've created the pillar block but have now a new error there stands modid:block#axis=z/x/y with no texture how do i fix this? Create a blockstate file for it. And then probably textures. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
December 12, 20186 yr Author so what should i fill in into the blockstate file i have one but with only { "variants":{ "normal":{ "model": "dreammod:block_pilar_cloud" } } }
December 12, 20186 yr Author found it it is { "variants":{ "axis=y": { "model": "dreammod:block_pilar_cloud" }, "axis=z": { "model": "dreammod:block_pilar_cloud", "x": 90 }, "axis=x": { "model": "dreammod:block_pilar_cloud", "x": 90, "y": 90 } } } now only one problem i can't get the inventory block picture right could someone help me?
December 13, 20186 yr Do you register a model for the item? 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)
December 13, 20186 yr Author yes i register a model for an item because earlier when i didn't add extends BlockRotatateblePillar it registered but now it doesn't
December 13, 20186 yr Author could someone help me? i've used extends blockrotatablepillar have now an model for the block but in my inventory it doesn't display
December 14, 20186 yr 19 hours ago, Cadiboo said: Do you register a model for the item? Can you show the code for it? Your log will also probably be telling you what the error is 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.