Removed Schematic orientation
The block already stores that info in meta or NBT anyway. A separate field isn't really needed.
This commit is contained in:
parent
a5e2be13af
commit
1dda771c18
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
package buildcraft.api.builder;
|
||||
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
import net.minecraftforge.common.ForgeDirection;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -11,7 +10,6 @@ public final class BlockSchematic {
|
|||
|
||||
public final String blockName;
|
||||
public int metadata = 0;
|
||||
public ForgeDirection orientation = ForgeDirection.UNKNOWN;
|
||||
public NBTTagCompound blockData = null;
|
||||
|
||||
public BlockSchematic(String blockName) {
|
||||
|
|
Loading…
Reference in a new issue