AssortedUtils
This mod provides Minecraft developers with useful tools for debugging and visualization. The current version offers enhanced versions of the standard debug rendering systems for artificial intelligence and structures, as well as access to the built-in heightmap renderer.
Usage in Development Environment
To integrate into a development project, add the following settings to the build file:
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")
...
}
Available Tools
- Conditional Registries - simple systems for conditional element registration
- Rendering Utilities - basic tools for working with graphics (partially functional)
- Planned - conditional data loading to prevent Minecraft recipe loader errors