Id like to share with a few procedures that I think might come in handy. Each time I think of new procedures to add, an update will be available here!
A few explanations:
- Morph procedures (orange) are for the "Identity" mod, that I often use, so I don't have to write a new command each time I use it. They will not morph you in mcreator though, as you need the identity mod installed.
- If Then Else operator is the exact same that MCreator offers, however my version lets you stack them inside of each other!
- "Set no physics" is basically spectator mode in survival, but if you don't give yourself flying somehow - you will literally drown in the ground and fall into void eventually. Also, it can only be used with the trigger On loaded entity tick update, otherwise it will not work.
- Shape X, Y, and Z blocks should only be used inside the sphere procedures, nowhere else. Otherwise you'll get errors.
- Added support for forge 1.19.4
- Added 5 new procedures:
- "Drop the whole off-hand of entity player"
- "Drop the whole main-hand of entity player"
- "Drop one item from the off-hand of entity player"
- "Drop one item from the main-hand of entity player"
- "Amplify the current motion of entity by a factor of "
- [BUG FIX] "is player flying" couldn't work properly with certain logic operators
- Added "Is player flying" that checks if a player is flying at all. (works with players only)
- [BUG FIX] In "get number of slots of block at x y z..." replacing xyz with variables would sometimes return errors
Y'know, I understand that these sorts of projects are done as a hobby, and nobody is paying you, but it's been a while since 2024.1 released by now, and a lot of mods depend on this to be able to update. 2023.4 is extremely laggy when it comes to saving elements, so working on larger mods that use this is completely out of the picture.
I would show more understanding for this whole debacle, if it wasn't for the fact I see you active on this site practically every day. At this point, I'm still patient, but I want to stress that a number of people rely on the plugin.
3a8082e126