This commit is contained in:
GiantLuigi4 2023-09-22 16:51:36 -04:00
parent 5281694d6a
commit 260027f12e
65 changed files with 66 additions and 66 deletions

View File

@ -1,8 +1,8 @@
{ {
"parent": "block/orientable", "parent": "block/orientable",
"textures": { "textures": {
"top": "webdisplays:blocks/cci_topbot", "top": "webdisplays:block/cci_topbot",
"front": "webdisplays:blocks/cci_front", "front": "webdisplays:block/cci_front",
"side": "webdisplays:blocks/cci_side" "side": "webdisplays:block/cci_side"
} }
} }

View File

@ -2,8 +2,8 @@
"__comment": "Model absolutely not generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", "__comment": "Model absolutely not generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"textures": { "textures": {
"particle": "webdisplays:blocks/kb_key", "particle": "webdisplays:blocks/kb_key",
"0": "webdisplays:blocks/kb_base", "0": "webdisplays:block/kb_base",
"1": "webdisplays:blocks/kb_key" "1": "webdisplays:block/kb_key"
}, },
"elements": [ "elements": [
{ {

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
{ {
"parent": "block/orientable", "parent": "block/orientable",
"textures": { "textures": {
"top": "webdisplays:blocks/oci_topbot", "top": "webdisplays:block/oci_topbot",
"front": "webdisplays:blocks/oci_front", "front": "webdisplays:block/oci_front",
"side": "webdisplays:blocks/oci_side" "side": "webdisplays:block/oci_side"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "block/cube_all", "parent": "block/cube_all",
"textures": { "textures": {
"all": "webdisplays:blocks/rctrl" "all": "webdisplays:block/rctrl"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "block/cube_all", "parent": "block/cube_all",
"textures": { "textures": {
"all": "webdisplays:blocks/redctrl" "all": "webdisplays:block/redctrl"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "block/cube_all", "parent": "block/cube_all",
"textures": { "textures": {
"all": "webdisplays:blocks/screen15" "all": "webdisplays:block/screen15"
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"parent": "block/cube", "parent": "block/cube",
"textures": { "textures": {
"particle": "webdisplays:blocks/server", "particle": "webdisplays:block/server",
"down": "webdisplays:blocks/server2", "down": "webdisplays:block/server2",
"up": "webdisplays:blocks/server2", "up": "webdisplays:block/server2",
"north": "webdisplays:blocks/server", "north": "webdisplays:block/server",
"east": "webdisplays:blocks/server", "east": "webdisplays:block/server",
"south": "webdisplays:blocks/server", "south": "webdisplays:block/server",
"west": "webdisplays:blocks/server" "west": "webdisplays:block/server"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/advicon_brokenpad" "layer0": "webdisplays:item/advicon_brokenpad"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/advicon_pigeon" "layer0": "webdisplays:item/advicon_pigeon"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/advicon_wd" "layer0": "webdisplays:item/advicon_wd"
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"parent": "block/orientable", "parent": "block/orientable",
"textures": { "textures": {
"top": "webdisplays:blocks/cci_topbot", "top": "webdisplays:block/cci_topbot",
"front": "webdisplays:blocks/cci_front", "front": "webdisplays:block/cci_front",
"side": "webdisplays:blocks/cci_side" "side": "webdisplays:block/cci_side"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/backlight" "layer0": "webdisplays:item/backlight"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/badextcard" "layer0": "webdisplays:item/badextcard"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/batcell" "layer0": "webdisplays:item/batcell"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/batpack" "layer0": "webdisplays:item/batpack"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/extcard" "layer0": "webdisplays:item/extcard"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/laserdiode" "layer0": "webdisplays:item/laserdiode"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/peripheral" "layer0": "webdisplays:item/peripheral"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/stonekey" "layer0": "webdisplays:item/stonekey"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/upgrade" "layer0": "webdisplays:item/upgrade"
} }
} }

View File

@ -1,9 +1,9 @@
{ {
"__comment": "Model absolutely not generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", "__comment": "Model absolutely not generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"textures": { "textures": {
"particle": "webdisplays:blocks/kb_key", "particle": "webdisplays:block/kb_key",
"0": "webdisplays:blocks/kb_base", "0": "webdisplays:block/kb_base",
"1": "webdisplays:blocks/kb_key" "1": "webdisplays:block/kb_key"
}, },
"elements": [ "elements": [
{ {

View File

@ -1,9 +1,9 @@
{ {
"__comment": "Model absolutely not generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", "__comment": "Model absolutely not generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"textures": { "textures": {
"particle": "webdisplays:blocks/kb_key", "particle": "webdisplays:block/kb_key",
"0": "webdisplays:blocks/kb_base", "0": "webdisplays:block/kb_base",
"1": "webdisplays:blocks/kb_key" "1": "webdisplays:block/kb_key"
}, },
"elements": [ "elements": [
{ {

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/kb_inv" "layer0": "webdisplays:item/kb_inv"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/laserpointer" "layer0": "webdisplays:item/laserpointer"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/linker" "layer0": "webdisplays:item/linker"
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"parent": "block/orientable", "parent": "block/orientable",
"textures": { "textures": {
"top": "webdisplays:blocks/oci_topbot", "top": "webdisplays:block/oci_topbot",
"front": "webdisplays:blocks/oci_front", "front": "webdisplays:block/oci_front",
"side": "webdisplays:blocks/oci_side" "side": "webdisplays:block/oci_side"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/ownerthief" "layer0": "webdisplays:item/ownerthief"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "block/cube_all", "parent": "block/cube_all",
"textures": { "textures": {
"all": "webdisplays:blocks/rctrl" "all": "webdisplays:block/rctrl"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "block/cube_all", "parent": "block/cube_all",
"textures": { "textures": {
"all": "webdisplays:blocks/redctrl" "all": "webdisplays:block/redctrl"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "block/cube_all", "parent": "block/cube_all",
"textures": { "textures": {
"all": "webdisplays:blocks/screen15" "all": "webdisplays:block/screen15"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/screencfg" "layer0": "webdisplays:item/screencfg"
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"parent": "block/cube", "parent": "block/cube",
"textures": { "textures": {
"particle": "webdisplays:blocks/server", "particle": "webdisplays:block/server",
"down": "webdisplays:blocks/server2", "down": "webdisplays:block/server2",
"up": "webdisplays:blocks/server2", "up": "webdisplays:block/server2",
"north": "webdisplays:blocks/server", "north": "webdisplays:block/server",
"east": "webdisplays:blocks/server", "east": "webdisplays:block/server",
"south": "webdisplays:blocks/server", "south": "webdisplays:block/server",
"west": "webdisplays:blocks/server" "west": "webdisplays:block/server"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/upgrade", "layer0": "webdisplays:item/upgrade",
"layer1": "webdisplays:items/gps" "layer1": "webdisplays:item/gps"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/upgrade", "layer0": "webdisplays:item/upgrade",
"layer1": "webdisplays:items/laserpointer2" "layer1": "webdisplays:item/laserpointer2"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/upgrade", "layer0": "webdisplays:item/upgrade",
"layer1": "webdisplays:items/input" "layer1": "webdisplays:item/input"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "webdisplays:items/upgrade", "layer0": "webdisplays:item/upgrade",
"layer1": "webdisplays:items/output" "layer1": "webdisplays:item/output"
} }
} }

View File

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 472 B

View File

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 378 B

View File

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 164 B

View File

Before

Width:  |  Height:  |  Size: 182 B

After

Width:  |  Height:  |  Size: 182 B

View File

Before

Width:  |  Height:  |  Size: 765 B

After

Width:  |  Height:  |  Size: 765 B

View File

Before

Width:  |  Height:  |  Size: 676 B

After

Width:  |  Height:  |  Size: 676 B

View File

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 673 B

View File

Before

Width:  |  Height:  |  Size: 761 B

After

Width:  |  Height:  |  Size: 761 B

View File

Before

Width:  |  Height:  |  Size: 116 B

After

Width:  |  Height:  |  Size: 116 B

View File

Before

Width:  |  Height:  |  Size: 174 B

After

Width:  |  Height:  |  Size: 174 B

View File

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 205 B

View File

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

View File

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

View File

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

View File

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

View File

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 254 B

View File

Before

Width:  |  Height:  |  Size: 182 B

After

Width:  |  Height:  |  Size: 182 B

View File

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 219 B

View File

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

View File

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 198 B

View File

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 216 B

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 178 B

View File

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 214 B

View File

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 520 B

View File

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 351 B