Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
import net.minecraft.item.ItemStack;
import net.minecraft.util.EnumChatFormatting;

import gregtech.common.blocks.ItemCasingsAbstract;
import gregtech.common.blocks.ItemCasings;
import micdoodle8.mods.galacticraft.core.util.GCCoreUtil;

/**
* Items of the space elevator casings
*
* @author minecraft7771
*/
public class ItemCasingSpaceElevator extends ItemCasingsAbstract {
public class ItemCasingSpaceElevator extends ItemCasings {

/**
* Create a new item for the casing blocks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

import com.gtnewhorizons.gtnhintergalactic.tile.multi.elevator.ElevatorUtil;

import gregtech.common.blocks.ItemCasingsAbstract;
import gregtech.common.blocks.ItemCasings;
import micdoodle8.mods.galacticraft.core.util.GCCoreUtil;

/**
* Items of the space elevator motors
*
* @author minecraft7771
*/
public class ItemCasingSpaceElevatorMotor extends ItemCasingsAbstract {
public class ItemCasingSpaceElevatorMotor extends ItemCasings {

/**
* Create a new item for the motor blocks
Expand Down