Models for cables
This commit is contained in:
parent
d6e64364fc
commit
ce72496ddd
48 changed files with 564 additions and 295 deletions
|
@ -30,9 +30,10 @@ import net.minecraft.client.resource.language.I18n;
|
|||
import net.minecraft.entity.player.PlayerEntity;
|
||||
import net.minecraft.text.LiteralText;
|
||||
import net.minecraft.util.Identifier;
|
||||
import reborncore.client.containerBuilder.builder.BuiltContainer;
|
||||
import techreborn.tiles.machine.iron.TileIronAlloyFurnace;
|
||||
|
||||
public class GuiAlloyFurnace extends AbstractContainerScreen {
|
||||
public class GuiAlloyFurnace extends AbstractContainerScreen<BuiltContainer> {
|
||||
|
||||
private static final Identifier texture = new Identifier("techreborn",
|
||||
"textures/gui/alloy_furnace.png");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue