Started by
SpaceSoldier248
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a glass pane for my mod (using the built-in block base). Everything seems to be fine, but it won't compile. The error seems to be related to the material type, but I can't find a way to fix it.
Build log:
Edited by SpaceSoldier248 on Tue, 09/02/2025 - 08:24
This is super old version of MCreator and Minecraft 1.12.2. Update to later versions that have many bugs fixed
Unfortunately, this will not work for me. I can quite clearly see that there is a solution to the problem, but I am unable to fix it. If someone can give me an actual solution, that would be appreciated.
Change super(Material.GLASS); to super(Material.GLASS,true);
Just guessing, 1.12.2 is so old I don't actually remeber how most of the things worked back then
Thank you for your time and help. While this exact thing did not fix it, by some strange way, setting it to "Material,Boolean", building (failed), and then unlocking the file and saving the normal one, fixed it, and now it is compiling fine.
On second thought, it appears they are not using the built-in pane model anymore. (link to a good tutorial for using Blockbench with MCreator please)