aboutsummaryrefslogtreecommitdiff
path: root/src/texturePacks/java/moe/nea/firmament/mixins/custommodels/screenlayouts/ReplaceForgingScreen.java
blob: 8b07feca58f6ebc8b0cfb23297d7798a45364e73 (plain)
1
2
3
4
5
6
7
8
9
package moe.nea.firmament.mixins.custommodels.screenlayouts;

import net.minecraft.client.gui.screens.inventory.ItemCombinerScreen;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.Inject;

@Mixin(ItemCombinerScreen.class)
public class ReplaceForgingScreen {
}