Add initial low spec CPUs
This commit is contained in:
parent
92c90e5e5a
commit
50433e1173
99 changed files with 337 additions and 886 deletions
18
src/main/resources/assets/oc2ls/lang/en_us.json
Normal file
18
src/main/resources/assets/oc2ls/lang/en_us.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"item_group.oc2ls.common": "OC2R Components",
|
||||
|
||||
"manual.oc2ls.items": "OC2R Components",
|
||||
|
||||
"item.oc2ls.cpu_tier_1": "CPU Tier 1",
|
||||
"item.oc2ls.cpu_tier_1.desc": "Processes computer instructions at 500kHz.",
|
||||
"item.oc2ls.cpu_tier_2": "CPU Tier 2",
|
||||
"item.oc2ls.cpu_tier_2.desc": "Processes computer instructions at 750kHz.",
|
||||
"item.oc2ls.cpu_tier_3": "CPU Tier 3",
|
||||
"item.oc2ls.cpu_tier_3.desc": "Processes computer instructions at 1MHz.",
|
||||
"item.oc2ls.cpu_tier_4": "CPU Tier 4",
|
||||
"item.oc2ls.cpu_tier_4.desc": "Processes computer instructions at 2.5MHz.",
|
||||
"item.oc2ls.cpu_tier_5": "CPU Tier 5",
|
||||
"item.oc2ls.cpu_tier_5.desc": "Processes computer instructions at 5MHz.",
|
||||
"item.oc2ls.cpu_tier_6": "CPU Tier 6",
|
||||
"item.oc2ls.cpu_tier_6.desc": "Processes computer instructions at 12.5MHz."
|
||||
}
|
||||
18
src/main/resources/assets/oc2ls/lang/en_us.json~
Normal file
18
src/main/resources/assets/oc2ls/lang/en_us.json~
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"item_group.oc2rc.common": "OC2R Components",
|
||||
|
||||
"manual.oc2rc.items": "OC2R Components",
|
||||
|
||||
"item.oc2rc.cpu_tier_1": "CPU Tier 5",
|
||||
"item.oc2rc.cpu_tier_1.desc": "Processes computer instructions.",
|
||||
"item.oc2rc.cpu_tier_2": "CPU Tier 6",
|
||||
"item.oc2rc.cpu_tier_2.desc": "Processes computer instructions.",
|
||||
"item.oc2rc.cpu_tier_3": "CPU Tier 7",
|
||||
"item.oc2rc.cpu_tier_3.desc": "Processes computer instructions.",
|
||||
"item.oc2rc.cpu_tier_4": "CPU Tier 8",
|
||||
"item.oc2rc.cpu_tier_4.desc": "Processes computer instructions.",
|
||||
"item.oc2rc.floppy": "Floppy Disk",
|
||||
"item.oc2rc.floppy.desc": "Portable storage used to transfer data between Computers.",
|
||||
"item.oc2rc.floppy_modern": "Modern Floppy Disk",
|
||||
"item.oc2rc.floppy_modern.desc": "Newer version of portable storage used to transfer data between Computers."
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2ls:item/cpu_tier_1"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2rc:item/cpu_tier_1"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2ls:item/cpu_tier_2"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2rc:item/cpu_tier_2"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2ls:item/cpu_tier_3"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2rc:item/cpu_tier_3"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2ls:item/cpu_tier_4"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2rc:item/cpu_tier_4"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2ls:item/cpu_tier_5"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2ls:item/cpu_tier_4"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2ls:item/cpu_tier_6"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "oc2ls:item/cpu_tier_5"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_1.png
Normal file
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 325 B |
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_2.png
Normal file
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 B |
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_3.png
Normal file
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 B |
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_4.png
Normal file
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 B |
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_5.png
Normal file
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 B |
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_6.png
Normal file
BIN
src/main/resources/assets/oc2ls/textures/item/cpu_tier_6.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 B |
Loading…
Add table
Add a link
Reference in a new issue