Well, that's a first....
This commit is contained in:
@@ -4,7 +4,8 @@ import net.minecraft.block.properties.PropertyDirection;
|
|||||||
import net.minecraft.entity.EntityLivingBase;
|
import net.minecraft.entity.EntityLivingBase;
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import scala.actors.threadpool.Arrays;
|
|
||||||
|
import java.util.Arrays;
|
||||||
|
|
||||||
public enum Direction {
|
public enum Direction {
|
||||||
ANY(EnumFacing.VALUES),
|
ANY(EnumFacing.VALUES),
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
"name": "Refined Storage",
|
"name": "Refined Storage",
|
||||||
"description": "An elegant solution to your hoarding problem",
|
"description": "An elegant solution to your hoarding problem",
|
||||||
"version": "1.4.2",
|
"version": "1.4.2",
|
||||||
"mcversion": "1.11",
|
"mcversion": "1.11.2",
|
||||||
"url": "https://refinedstorage.raoulvdberge.com",
|
"url": "https://refinedstorage.raoulvdberge.com",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
"authorList": ["Refined Storage contributors"],
|
"authorList": ["Refined Storage contributors"],
|
||||||
|
Reference in New Issue
Block a user