Minecraft AssortedUtils mod 2026 download
logo
minecraft mod AssortedUtils

AssortedUtils

Game Version: 1.16.4
Total Downloads: 336
Updated: Jan 18, 2021
Created: Dec 27, 2020
Download AssortedUtilsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
V1.3 release 104.08 KB Jan 18, 2021 1.16.4 317 download AssortedUtils V1.3 releaseDownload
V1.1 release 38.57 KB Dec 28, 2020 1.16.4 11 download AssortedUtils V1.1 releaseDownload
V1.0 release 30.32 KB Dec 27, 2020 1.16.4 8 download AssortedUtils V1.0 releaseDownload

Description

Share this:

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

Comments

Add a comment