mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-18 15:15:10 +01:00
File size optimization
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package eu.midnightdust.cullleaves;
|
||||
|
||||
import eu.midnightdust.cullleaves.config.CullLeavesConfig;
|
||||
|
||||
public class CullLeavesClient {
|
||||
|
||||
public static void onInitializeClient() {
|
||||
CullLeavesConfig.init("cullleaves", CullLeavesConfig.class);
|
||||
}
|
||||
}
|
||||
@@ -9,9 +9,9 @@ import net.minecraft.block.LeavesBlock;
|
||||
import net.minecraft.util.math.Direction;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@Mixin(LeavesBlock.class)
|
||||
@Mixin(value = LeavesBlock.class, priority = 1900)
|
||||
@Environment(EnvType.CLIENT)
|
||||
public class MixinLeavesBlock extends Block {
|
||||
public abstract class MixinLeavesBlock extends Block {
|
||||
|
||||
public MixinLeavesBlock(Settings settings) {
|
||||
super(settings);
|
||||
|
||||
Reference in New Issue
Block a user