maityyy

Results 6 issues of maityyy

I use this and it looks ugly ```groovy afterEvaluate { loom.runs.configureEach { // https://gist.github.com/maityyy/3dbcd558d58a6412c3a2a38c72706e8e vmArg "-javaagent:${ configurations.compileClasspath.find { it.name.contains("sponge-mixin") } }" // https://github.com/SpongePowered/Mixin/wiki/Mixin-Java-System-Properties property "mixin.debug.export=true" // export classes with all...

enhancement

The Biome Modification API is most often used for simple operations like add/remove/replace a feature/mob/etc., which, IMO, can be implemented as simple JSON files in data packs. Datagen can also...

enhancement

There are many vanilla advancements like *"kill all hostile mobs"* or *"traverse all nether biomes"* — and also many mods that add new *"hostile mobs"* and *"nether biomes"*, but they...

enhancement

I'm creating this issue primarily to share my fix and let you know that this is a known issue, but also to possibly make a change. I'm using mojmap. Vanilla,...

Vanilla already has: `minecraft:zombies`, `minecraft:skeletons` and `minecraft:raiders`, while we have: `c:boats`, `c:minecarts`, and `c:bosses`

enhancement
area: tags

If you use the pure example mod and [remove this line of code](https://github.com/FabricMC/fabric-example-mod/blob/1.21/build.gradle#L27), the client run config does not appear without any additional logs. `configureLaunch`/`configureClientLaunch`, reloading gradle and closing the...