[Fix] Make PresetEditorMixin a clientside Mixin (#8)

This commit is contained in:
Frank 2022-06-30 08:56:54 +02:00
parent 8850752f25
commit 278d8c6201
3 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -12,6 +12,7 @@
"MinecraftMixin", "MinecraftMixin",
"ModelBakeryMixin", "ModelBakeryMixin",
"ModelManagerMixin", "ModelManagerMixin",
"PresetEditorMixin",
"SignEditScreenMixin", "SignEditScreenMixin",
"TextureAtlasMixin" "TextureAtlasMixin"
], ],

View file

@ -27,7 +27,6 @@
"PistonBaseBlockMixin", "PistonBaseBlockMixin",
"PortalShapeMixin", "PortalShapeMixin",
"PotionBrewingAccessor", "PotionBrewingAccessor",
"PresetEditorMixin",
"RecipeManagerAccessor", "RecipeManagerAccessor",
"RecipeManagerMixin", "RecipeManagerMixin",
"ServerLevelMixin", "ServerLevelMixin",