Glass Panes not compiling

Started by SpaceSoldier248 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Glass Panes not compiling
Tue, 09/02/2025 - 08:24 (edited)

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:

https://pastebin.com/u9vR38wK

Edited by SpaceSoldier248 on Tue, 09/02/2025 - 08:24
This is super old version of…
Sun, 08/31/2025 - 12:45

This is super old version of MCreator and Minecraft 1.12.2. Update to later versions that have many bugs fixed

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unfortunately, this will not…
Mon, 09/01/2025 - 05:56

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)…
Mon, 09/01/2025 - 14:21

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 

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for your time and…
Tue, 09/02/2025 - 07:24

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.

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On second thought, it…
Tue, 09/02/2025 - 08:26

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)