Renamed Blocks and Minor Changes
Renamed block 1973:1 to Ancient Fabric. Renamed block 220 to Eternal Fabric. I assigned new names so that we didn't need to use the long ones we had before (e.g. "Fabric of Reality Permanent/Pushable"). Also removed unused imports from various classes along the way.
This commit is contained in:
@@ -7,7 +7,7 @@ import StevenDimDoors.mod_pocketDim.mod_pocketDim;
|
||||
|
||||
public class ItemBlockDimWall extends ItemBlock
|
||||
{
|
||||
private final static String[] subNames = {"Fabric of Reality", "Fabric of Reality Permanent"};
|
||||
private final static String[] subNames = {"Fabric of Reality", "Ancient Fabric"};
|
||||
|
||||
public ItemBlockDimWall(int par1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user