Started by
zippycat9
on
Topic category: Help with Minecraft modding (Java Edition)
thats the blurb im using. it should take 2 coal (if available) and then remove it, and make iron in slot 1 right?
heres what it spits out!
any guidance would be super helpful.
I see you use fabric generator (which is not officially supported by mcreator so in theory u should ask plugin's creator), but provided error says that you possibly pass double (x, y, z) and game wants integers in procedure that gets amounts of items in slot from block.
Try to round all coordinates (probably floor them to lower but im not sure) to get integer.