Started by
Daniil_White
on
Topic category: Help with Minecraft modding (Java Edition)
Hello everyone Such a problem: on version Mcreator 2023.2, when creating a procedure with the opening of the GUI, an error appears after compilation - OpenProcedure.java:53: error: cannot find symbol
return new VillagerguiMenu(id, inventory, new FriendlyByteBuf(Unpooled.buffer()).writeBlockPos(_bpos));
The solution is simple lock the element and import the component: import io.netty.buffer.Unpooled;
help plz
Addition: the mod now deletes all the code!
I suggest opening a bug report at github with example workspace
Thanks Klemen, you always help out bro!