Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I18n modpack and CHS local #238

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Black",
"name": "黑色",
nageih marked this conversation as resolved.
Show resolved Hide resolved
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Blue",
"name": "蓝色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Brown",
"name": "棕色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Cyan",
"name": "青色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:4",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Gray",
"name": "灰色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Green",
"name": "绿色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Light Blue",
"name": "淡蓝色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Light Gray",
"name": "淡灰色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:4",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Lime",
"name": "黄绿色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:4",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Magenta",
"name": "品红色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:4",
"color": "FF00FF",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Colorless",
"name": "失色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:1",
"ingredient": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Orange",
"name": "橙色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Pink",
"name": "粉红色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Purple",
"name": "紫色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Red",
"name": "红色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "White",
"name": "白色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Yellow",
"name": "黄色",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"groups": {},
"filters": {
"craftingforblockheads:sf5_blocks": {
"name": "Blocks",
"name": "skyfactory_5.recipes.block_resources",
"icon": {
"item": "minecraft:cobblestone"
},
Expand Down Expand Up @@ -76,4 +76,4 @@
"priority": 99997
}
}
}
}
nageih marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"groups": {},
"filters": {
"craftingforblockheads:crafting_stick": {
"name": "Crafting Stick",
"name": "skyfactory_5.recipes.crafting_stick",
"icon": {
"item": "cyclic:crafting_stick"
},
Expand Down Expand Up @@ -96,8 +96,10 @@
"recipe": "immersiveengineering:crafting/lead_white"
}
],
"hard_requirements": ["crafting_stick_present"],
"hard_requirements": [
"crafting_stick_present"
],
"priority": 100000
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"groups": {},
"filters": {
"craftingforblockheads:sf5_dye": {
"name": "Color Dyes",
"name": "skyfactory_5.recipes.dye_crafting",
"icon": {
"item": "minecraft:yellow_dye"
},
Expand Down Expand Up @@ -100,4 +100,4 @@
"priority": 99998
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"groups": {},
"filters": {
"craftingforblockheads:sf5_resources": {
"name": "Resources",
"name": "skyfactory_5.recipes.resources",
"icon": {
"item": "minecraft:iron_ingot"
},
Expand Down Expand Up @@ -151,4 +151,4 @@
"priority": 99999
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"groups": {},
"filters": {
"craftingforblockheads:silents_tools": {
"name": "Silent's Tools",
"name": "skyfactory_5.recipes.silents_tools",
"icon": {
"item": "silentgear:sword"
},
Expand Down Expand Up @@ -109,7 +109,9 @@
"item": "silentgear:bracelet"
}
],
"hard_requirements": ["colored_crafting_table_present"],
"hard_requirements": [
"colored_crafting_table_present"
],
"priority": 100
},
"craftingforblockheads:silents_tool_parts": {
Expand Down Expand Up @@ -239,7 +241,9 @@
"item": "silentgear:machete"
}
],
"hard_requirements": ["colored_crafting_table_present"],
"hard_requirements": [
"colored_crafting_table_present"
],
"priority": 101
},
"craftingforblockheads:silents_templates": {
Expand Down Expand Up @@ -366,8 +370,10 @@
"item": "silentgear:bracelet_template"
}
],
"hard_requirements": ["colored_crafting_table_present"],
"hard_requirements": [
"colored_crafting_table_present"
],
"priority": 102
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:black_crafting_table": {
"name": "Black Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_black",
"icon": {
"item": "colouredstuff:crafting_table_black"
},
Expand Down Expand Up @@ -137,8 +137,10 @@
"recipe": "immersiveengineering:crafting/lead_white"
}
],
"hard_requirements": ["black_crafting_table_present"],
"hard_requirements": [
"black_crafting_table_present"
],
"priority": 9998
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_black_crafting_table": {
"name": "Black Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_black",
"icon": {
"item": "colouredstuff:crafting_table_black"
},
Expand Down Expand Up @@ -137,8 +137,10 @@
"recipe": "immersiveengineering:crafting/lead_white"
}
],
"hard_requirements": ["rainbow_crafting_table_present"],
"hard_requirements": [
"rainbow_crafting_table_present"
],
"priority": 9998
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:blue_crafting_table": {
"name": "Blue Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_blue",
"icon": {
"item": "colouredstuff:crafting_table_blue"
},
Expand Down Expand Up @@ -137,8 +137,10 @@
"recipe": "immersiveengineering:crafting/lead_white"
}
],
"hard_requirements": ["blue_crafting_table_present"],
"hard_requirements": [
"blue_crafting_table_present"
],
"priority": 9997
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_blue_crafting_table": {
"name": "Blue Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_blue",
"icon": {
"item": "colouredstuff:crafting_table_blue"
},
Expand Down Expand Up @@ -137,8 +137,10 @@
"recipe": "immersiveengineering:crafting/lead_white"
}
],
"hard_requirements": ["rainbow_crafting_table_present"],
"hard_requirements": [
"rainbow_crafting_table_present"
],
"priority": 9997
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:brown_crafting_table": {
"name": "Brown Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_brown",
"icon": {
"item": "colouredstuff:crafting_table_brown"
},
Expand Down Expand Up @@ -137,8 +137,10 @@
"recipe": "immersiveengineering:crafting/lead_white"
}
],
"hard_requirements": ["brown_crafting_table_present"],
"hard_requirements": [
"brown_crafting_table_present"
],
"priority": 9996
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_brown_crafting_table": {
"name": "Brown Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_brown",
"icon": {
"item": "colouredstuff:crafting_table_brown"
},
Expand Down Expand Up @@ -137,8 +137,10 @@
"recipe": "immersiveengineering:crafting/lead_white"
}
],
"hard_requirements": ["rainbow_crafting_table_present"],
"hard_requirements": [
"rainbow_crafting_table_present"
],
"priority": 9996
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:cyan_crafting_table": {
"name": "Cyan Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_cyan",
"icon": {
"item": "colouredstuff:crafting_table_cyan"
},
Expand Down Expand Up @@ -137,8 +137,10 @@
"recipe": "immersiveengineering:crafting/lead_white"
}
],
"hard_requirements": ["cyan_crafting_table_present"],
"hard_requirements": [
"cyan_crafting_table_present"
],
"priority": 9995
}
}
}
}
Loading