Started by
CrashGyuluka
on
Topic category: Troubleshooting, bugs, and solutions
*SOLVED* I updated to 2021.3 and 1.17 and I get this error for some blocks and plants:
c:\path: error: cannot find symbol .execute(ImmutableMap.<String, Object>builder().put("x", x).put("y", y).put("z", z).put("world", world).build()))
^
symbol: variable world
location: class AlienshroomblockFeature (the class is different for each block)
The little ^ is under the 2nd "world"
The problem is with the additional generation condition! If I remove them, they work.
Please help!!
Thank you
Edited by CrashGyuluka on Mon, 11/15/2021 - 17:42
Am having this same issue. Specifying any generation condition for ores causes them to fail to build.
:(
Please check https://mcreator.net/changelog, fixed in upcoming snapshot
Thank you so much! :D