cat.catlib-quilt.2.10.source-code.catlib.common.mixins.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catlib-quilt Show documentation
Show all versions of catlib-quilt Show documentation
Utilities for serialization, commands, noise generation, IO, and some new data types.
The newest version!
{
"required": true,
"package": "personthecat.catlib.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"BiomeAccessor",
"ChunkStatusMixin",
"DirectHolderSetAccessor",
"MappedRegistryAccessor",
"NamedHolderSetAccessor",
"ProtoChunkMixin"
],
"client": [
"TitleScreenMixin"
],
"server": [
"WorldStemServerMixin"
],
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8"
}