Started by
EmojiTvYt
on
Topic category: Help with Minecraft modding (Java Edition)
So, I've been following this tutorial from 2018: https://mcreator.net/news/42657/mcreator-tutorial-using-procedures-custom-crafting-block
and everything should be working in my procedure but it doesn't (provided screenshots)
Idk what to do, everything should be working but it isn't
please help
Can you tell me where you use the Procedure in the first screenshot? Also do you use the Procedure in a Trigger of your custom block etc.?
Because the error message tells you that you cannot convert from double to int.
But you fix that by editing the code ^^
On every place where you see this "new BlockPos(x, y, z)" change it to "new BlockPos((int) x, (int) y, (int) z)" Without the quotation marks.
But I highly recommend to report this issue to the Fabric Generator Plugin. Because this should be not happening.