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);
}
@Override
public EnumPlacementType getPlacementType() {
return null;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 801 B