Add disk manipulator texture

This commit is contained in:
Raoul Van den Berge
2016-09-21 17:42:27 +02:00
parent 90c7420851
commit 41bdbad10d
3 changed files with 16 additions and 24 deletions

View File

@@ -39,4 +39,9 @@ public class BlockDiskManipulator extends BlockNode {
super.breakBlock(world, pos, state); super.breakBlock(world, pos, state);
} }
@Override
public EnumPlacementType getPlacementType() {
return null;
}
} }

View File

@@ -1,38 +1,25 @@
{ {
"forge_marker": 1, "forge_marker": 1,
"defaults": { "defaults": {
"model": "orientable", "model": "cube",
"textures": { "textures": {
"side": "refinedstorage:blocks/side", "particle": "refinedstorage:blocks/disk_manipulator",
"top": "refinedstorage:blocks/side", "down": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/disk_manipulator" "up": "refinedstorage:blocks/side",
"north": "refinedstorage:blocks/disk_manipulator",
"east": "refinedstorage:blocks/disk_manipulator",
"south": "refinedstorage:blocks/disk_manipulator",
"west": "refinedstorage:blocks/disk_manipulator"
} }
}, },
"variants": { "variants": {
"inventory": [ "inventory": [
{ {
"y": 0 "transform": "forge:default-block"
} }
], ],
"direction": { "normal": {
"north": { "model": "cube"
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
} }
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 801 B