Floppies work! Inserting is a bit jank and the disk drives state is NOT FULLY SAVED.
parent
9fcbfa755c
commit
1e611348b8
@ -1,5 +1,6 @@
|
||||
{
|
||||
"item.redcontrol.squeaky_hammer": "Squeaky Hammer",
|
||||
"item.redcontrol.floppy_disk": "Floppy Disk",
|
||||
"block.redcontrol.cpu": "Central Processing Unit",
|
||||
"block.redcontrol.disk_drive": "Disk drive",
|
||||
"block.redcontrol.monitor": "Monitor"
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "redcontrol:item/basic_floppy_disk"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "redcontrol:item/floppy_disk"
|
||||
},
|
||||
"overrides": [
|
||||
{ "predicate": { "custom_model_data": 1}, "model": "redcontrol:item/basic_floppy_disk" },
|
||||
{ "predicate": { "custom_model_data": 2}, "model": "redcontrol:item/slideshow_floppy_disk" },
|
||||
{ "predicate": { "custom_model_data": 3}, "model": "redcontrol:item/read_only_floppy_disk" }
|
||||
]
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "redcontrol:item/read_only_floppy_disk"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "redcontrol:item/slideshow_floppy_disk"
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 270 B |
Binary file not shown.
After Width: | Height: | Size: 235 B |
Binary file not shown.
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 302 B |
Loading…
Reference in New Issue