Started by
Matt The Banana
on
Topic category: Help with Minecraft modding (Java Edition)
I have some code and when it runs, it gives a number for client side and for server side and they're different.
Here's my code:
I want to make it so that it only makes a number that is the same client side and server side.
If(NOT is world remote){
//your number stuff
}
But how do I do that in the procedure creator?
there is a is world remote procedure block in the world section iirc
This code:
https://imgur.com/gallery/O35KOpw
gives a number but the gem drops don't drop even if the number is in the parameters.
If NOT is world remote, not
If is world remote
If not doesn't work either
https://mcreator.net/wiki/developing-multiplayer-compatible-mods
I managed to fix the problem. Thank you. I think the x10 was part of the problem too so I removed it and changed some numbers around and it seems to be working.