New Procedures Plus+

Published by MinoBanana on
Supported MCreator versions
2024.1
Tags / plugin type
Procedures
New Procedures Plus+ Logo
Downloads:
909
Upvotes: 10
About the plugin

THIS IS A COPY OF Marwinekk256 PROCEDURES PLUS+ PLUGIN

WITH UPDATED PLUGIN INFO & FILES FOR NEWER VERSIONS

 

 

COPIED OLD PROCEDURES PLUS DESCRIPTION:

Available for forge: 1.16.5, 1.18.2, 1.19.2, 1.19.4, 1.20.1 - (NeoForge is not fully tested but most things should work)

 

I'd 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.

The procedures:


 


Examples of some mechanics, that may require explaining and understanding before using:

IF THEN ELSE:

example1-ternary
example2-ternary

SPHERE SHAPES:

example1-circularexample2-circular
 

The positions of generating the spheres are also adjustable, you just need to use the Shape X/Y/Z blocks correctly, like in the above images

MAKE ENTITIES FACE PLAYER:


 


New Procedures:


 


 

Project members
Former developer

Plugin downloads
Marwinekks&Minos_Procedures_Plus-1.5_0.zip - Marwinekks&Minos_Procedures_Plus-1.5_0.zipUploaded on: 06/10/2024 - 10:26   File size: 71.22 KB
Marwinekks&Minos_Procedures_Plus-1.6.0.zip - Marwinekks&Minos_Procedures_Plus-1.6.0.zipUploaded on: 06/15/2024 - 09:34   File size: 74.07 KB

Comments

I hope the next update is going to release soon...
World noise procedures will help my mod so much :)

Hello, I tried to look into this for you and go through the Forge documentation but I cant find anything outside of .getBaseTempearture() biome method which is already in mcreator. They removed their other methods like .getDownfall() in recent versions so I don't know if it will be possible with my skills to get the other noise values

stackable if/then/else making compile fail like in old ver of plugin.

Is there a way to get world noise/ world seed with this plugin?

Will there be a procedure to get a specific noise type (temperature, humidity (aka. vegetation), continentalness (aka. continents), erosion, weirdness (aka. ridges), depth) at the location x, y, z?
Thank you for making mod development so much easier :)