Mineuniverse
Log in Register
Mods

AssortedUtils

A collection of utils for devs and players
by GiantLuigi4
Claim this project
971 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Currently this offers an slightly modified version of the vanilla AI debug renderer, structure debug renderer, and also an way to access the vanilla heightmap renderer

 

To use this in dev envro:

buildscript {
     repositories {
...
        maven { url "https://plugins.gradle.org/m2/" }
        ...
}
    dependencies {
...
        classpath "com.wynprice.cursemaven:CurseMaven:2.1.4"
...
}
}

minecraft {
...
    runs {
        client {
...
             property 'mixin.env.disableRefMap', 'true'
...
}
server {
...
property 'mixin.env.disableRefMap', 'true'
...
}
...
}
...
}

repositories{
  ...
maven {url "https://www.cursemaven.com"}
  ...
}

dependencies {
...
compile fg.deobf("curse.maven:Assorted_Utils-431410:3149945")
  ...
}

(I tried so hard to have formatting on that... but it just didn't work... :L) 

 

Tools for devs:

-Simple conditional registries

-Rendering Utils (currently basic, and only half functional I think)

-Coming eventually, conditional data loading, so you don't have to have minecraft's recipe loader complaining at you

No files available for download.

More from GiantLuigi4

Better FPS Graph
6,868
Orange Lighting
67,271
Tinged Lights
472
Vincel
450
Smaller Units
37,483
MegapackTweaker
355

You Might Also Like

APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Tiquality
Make server lag the problem of the source player.
99,489
Blame (Fabric)
Those gosh darn crashlogs not saying which worldgen feature is crashing!
99,012
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579