mixin injection on client in forge

This commit is contained in:
dfsek
2021-05-21 23:36:20 -07:00
parent ce3d09cf2e
commit 3b3905b513
9 changed files with 104 additions and 74 deletions
@@ -6,6 +6,7 @@
"mixins": [
"DimensionGeneratorSettingsMixin",
"access.AbstractSpawnerAccessor",
"access.BiomeGeneratorTypeScreensAccessor",
"implementations.BiomeMixin",
"implementations.ChunkGeneratorMixin",
"implementations.ConfiguredFeatureMixin",
@@ -30,7 +31,12 @@
"implementations.world.ServerWorldMixin",
"implementations.world.WorldGenRegionMixin"
],
"client": [
"init.MinecraftClientMixin"
],
"server": [
"init.MinecraftServerMixin"
],
"injectors": {
"defaultRequire": 1