Moved WorldPresetMixin
to Client Mixins
This commit is contained in:
parent
6b7996bdf4
commit
16b5dc3822
3 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
package ru.bclib.mixin.common;
|
||||
package ru.bclib.mixin.client;
|
||||
|
||||
import net.minecraft.client.gui.screens.worldselection.WorldPreset;
|
||||
import net.minecraft.core.Registry;
|
|
@ -14,7 +14,7 @@
|
|||
"ModelBakeryMixin",
|
||||
"MinecraftMixin",
|
||||
"GameMixin",
|
||||
"GameMixin"
|
||||
"WorldPresetMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
"shears.SheepMixin",
|
||||
"PortalShapeMixin",
|
||||
"ServerLevelMixin",
|
||||
"WorldPresetMixin",
|
||||
"AnvilBlockMixin",
|
||||
"AnvilMenuMixin",
|
||||
"TagLoaderMixin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue