Supported MCreator versions
2025.3
2025.2
Downloads:
1376
Upvotes: 7
About the plugin
Adds some useful procedures.
- Player
- Client
- Get Render Distance
- Get Simulation Distance
- Get FOV
- Get FOV Effect Scale
- Get FPS
- Get Max FPS
- Get VSync (Fixed)
- Has Graphics Mode
- Set Render Distance [Experimental]
- Gender (Mod Support, FABRIC ONLY!)
- Get Player Gender
- Client
- Entity
- Data
- Is entity flying (works by checking if the block below entity == air)
- Is entity moving
- Data
- Advanced
- Pure Logic (T/F) (Fixed)
That's all, for now...
If someone provides code I will add: Get Cloud Distance, Get VSync (Added), Raytrace from Block to Block
Comment your ideas and I might add them!
License
Public Domain
Plugins may contain bugs, break workspaces, or alter the way MCreator operates.
Plugins are not official or affiliated with Pylo in any way.
In case of any copyright infringement or suspicious downloads, please let us know as soon as possible.
Plugin downloads
Initial Release (0.0.1) - Procedures-Extras_0.zip
Uploaded on: 11/12/2025 - 13:17 File size: 10.71 KB
Hotfix (0.0.2) - ProceduresExtras-0.0.2-HOTFIX.zip
Uploaded on: 11/13/2025 - 10:01 File size: 9.68 KB
Render Distance Setter (0.0.3) - ProceduresExtras_0.0.3.zip
Uploaded on: 11/13/2025 - 10:44 File size: 10.97 KB
VSync + Hotfix (0.0.4) - ProceduresExtras-0.0.4-VSyncHotfix.zip
Uploaded on: 11/13/2025 - 10:58 File size: 12.19 KB
0.1.0 (Patched) - ProceduresExtras-0.1.0-Patched.zip
Uploaded on: 12/02/2025 - 11:35 File size: 16.44 KB
0.1.1 - ProceduresExtras-0.1.1.zip
Uploaded on: 03/05/2026 - 11:01 File size: 23.15 KB
Comments
Wow! Thank you so much for your reply! But, when I set the condition to greater than 0.1, the procedure is still executed. When I put any number greater than 0.1, it doesn't work... Is there any way to solve this? The condition is: if(get base walk speed parameter of (entity) > (0.1) then (true) else (false))?
26.1 is when