kleiders3010 / MCreator-1.16.5-Forge-Generator

GNU General Public License v3.0
1 stars 0 forks source link

Liquid tags are required and not optional? #3

Closed mcwoodcraft closed 2 years ago

mcwoodcraft commented 2 years ago

I'm not 100% sure but whenever I look up the specific issue this pops up: https://forums.minecraftforge.net/topic/99447-missing-required-tags-1165/

Basically my custom water is acting up causing it to fail to load worlds or create new ones.

This is the log: https://pastebin.com/fVnuZD2e

mcwoodcraft commented 2 years ago

Did have some issues even importing it/using it in procedures as well

F:\Workspace\mymod\src\main\java\com\wood\mymod\procedures\TestingProcedure.java:151: error: cannot find symbol 
               ItemStack _setstack = new ItemStack(TestingWaterBlock.bucket); 
                                                   ^
kleiders3010 commented 2 years ago

Can you show what you are trying to do exactly?

mcwoodcraft commented 2 years ago

I'll see if I can setup an example workspace

kleiders3010 commented 2 years ago

Found and fixed the bug, releasing in 1.3.2 in 5-10 minutes. Here is the version for you to try now if you want: MCreator 1.16.5 Generator Plugin v1.3.2.zip Thank you for your report!

mcwoodcraft commented 2 years ago

Perfect! Thanks for the quick response!

mcwoodcraft commented 2 years ago

Yep it seems to work! Thank you so much!