Posted January 13, 20205 yr Hello, I'm new to modding and I'm trying to make a campfire (block) with animated flame. I found little to no tutorials about this and what I found is for 1.12.2 or texture packs. My campfire has a blockstate .json file and models for both block and item (of course, as .json files). The block also has an animated texture .png and a .png.mcmeta file, just like "campfire_fire.png" from the Minecraft resource pack. Am I missing something or have I done something wrong?
January 13, 20205 yr 1 hour ago, Mihaitron said: Am I missing something or have I done something wrong? Without your code/project and/or logs, there is no way for us to know! Post logs and your entire project as a github repo so others can build it, view the source, and the project structure, and chances are someone will find something
January 16, 20205 yr Author Sorry for the long wait, I'm a student with finals right now ? On 1/13/2020 at 2:31 PM, Ugdhar said: Without your code/project and/or logs, there is no way for us to know! Here's my repository, for anyone that wants to clone it or just look through it to see what's wrong.https://github.com/Mihaitron/GypsyCraftMC Thank you in advance!
January 16, 20205 yr In your model .json, try removing the .png from the"gypsyfire_fire": "gc:block/gypsyfire_fire.png"textures node entry.
January 16, 20205 yr Author 1 hour ago, Ommina said: In your model .json, try removing the .png from the"gypsyfire_fire": "gc:block/gypsyfire_fire.png"textures node entry. Thanks, that worked, but now the texture doesn't display properly. Any idea on that?
January 17, 20205 yr 13 hours ago, Mihaitron said: Any idea on that? None at all. Check that you've got everything right in the model. If you do, maybe poke into the Forge code to see if its a problem there, the obj model loader just got rewritten for 1.15.1 so it's possible. 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.