Add disk manipulator texture
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BIN
src/main/resources/assets/refinedstorage/textures/blocks/disk_manipulator.png
Normal file → Executable file
BIN
src/main/resources/assets/refinedstorage/textures/blocks/disk_manipulator.png
Normal file → Executable file
Binary file not shown.
|
Before Width: | Height: | Size: 605 B After Width: | Height: | Size: 801 B |
Reference in New Issue
Block a user