[Fix] Make PresetEditorMixin a clientside Mixin (#8)
This commit is contained in:
parent
8850752f25
commit
278d8c6201
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
package org.betterx.bclib.mixin.common;
|
package org.betterx.bclib.mixin.client;
|
||||||
|
|
||||||
import net.minecraft.client.gui.screens.worldselection.PresetEditor;
|
import net.minecraft.client.gui.screens.worldselection.PresetEditor;
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
"MinecraftMixin",
|
"MinecraftMixin",
|
||||||
"ModelBakeryMixin",
|
"ModelBakeryMixin",
|
||||||
"ModelManagerMixin",
|
"ModelManagerMixin",
|
||||||
|
"PresetEditorMixin",
|
||||||
"SignEditScreenMixin",
|
"SignEditScreenMixin",
|
||||||
"TextureAtlasMixin"
|
"TextureAtlasMixin"
|
||||||
],
|
],
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
"PistonBaseBlockMixin",
|
"PistonBaseBlockMixin",
|
||||||
"PortalShapeMixin",
|
"PortalShapeMixin",
|
||||||
"PotionBrewingAccessor",
|
"PotionBrewingAccessor",
|
||||||
"PresetEditorMixin",
|
|
||||||
"RecipeManagerAccessor",
|
"RecipeManagerAccessor",
|
||||||
"RecipeManagerMixin",
|
"RecipeManagerMixin",
|
||||||
"ServerLevelMixin",
|
"ServerLevelMixin",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue