Math Utils 1.1.1 [Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4]

Supported MCreator versions
2023.4
2024.1
Tags / plugin type
Procedures
Variables
Math Utils
Downloads:
1712
Upvotes: 24
About the plugin

This plugin adds utils for complex calculations.

 

How to use

https://mcreator.net/forum/107789/tutorial-math-utils

 

Changelog:

v1.1.1

Improved the sort of vector lists and maps

 

v1.1.0

Vector list and map need to be created at first (local variables only)

Added procedures to sort and iterate vector lists and maps

Changed procedure and variable colors

Some fixes and improvements

 

Information:

This plugin supports Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4

This plugin supports MCreator 2023.4 or above

License
MIT License

Plugin downloads
Math Utils 1.1.1 for MCreator 2024.1 - Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 - MathUtils-1.1.1-2024.1-1.19.2-1.19.4-1.20.1-1.20.4.zipUploaded on: 06/29/2024 - 06:17   File size: 204.08 KB
Math Utils 1.1.1 for MCreator 2023.4 - Forge 1.19.2 / 1.19.4 / 1.20.1 - MathUtils-1.1.1-2023.4-1.19.2-1.19.4-1.20.1.zipUploaded on: 06/29/2024 - 06:17   File size: 167.51 KB

Comments

Hi, I have a question. What is the random source seed supposed to be (Integer, positive number etc.) and how does it work? I tried using the random number based on seed [ world seed + x + z ] for feature world gen but it was the same on every single world seed. It would really help to know more about the random source seed system. Will you update this plugin to 2024.2 when it releases? Thank you for making this plugin and hopefully helping me

Is there a way to get a number based on world seed and x/z coordinates with this plugin?

I have been using this plugin for quite a while, and it's honestly the best one on here in my opinion. I don't even use the majority of the functions of the plugin like interpolation and dot products and all that. Just having the ability to save vectors as a variable and even a vector list, is quite a treat. I can see how other plugins may be considered better, like the Geckolib plugin, but the fact is that this plugin uses a much more necessary feature to the development of a mod that even newbies to the community can figure out. I am purposefully holding back on updating my MCreator until I know that this plugin works on 2024.1, or is updated to 2024.1.
If anyone knows that this plugin works on 2024.1, then it would be nice if you could let me know.
Thanks for making this!

I have no idea why this isn't in base MCreator, it's soo useful! A lot better than Arrays lol

The problem with this is that theres no tutorial of how to use it so i am kinda of confused

I have both this and Additions installed on 2023.2, but none of the generators are being recognized....
Anything specific I have to do to load this plugin?

Oh my god this is literally exactly what I need. I'm trying to make a "dodge" script and the forward/back keys work fine but the left/right dodges don't, since I have no idea how to convert look angles to euler angles and then rotate them.

I am having some trouble with that, I just need to rotate the look x & y values -90 but I can't put the rotate block into vx on the override motion vector, only Get (X,Y,Z) which pushes the player towards the X coordinates, not based upon look direction.

this looks interesting, but I think it is a missed opportunity to maybe be able to extract the location based data of blocks and entities.