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 14 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,4 @@
{
"name": "Black",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Blue",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Brown",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Cyan",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:4",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Gray",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Green",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Light Blue",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Light Gray",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:4",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Lime",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:4",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Magenta",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:4",
"color": "FF00FF",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Colorless",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:1",
"ingredient": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Orange",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Pink",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Purple",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Red",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "White",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"textures": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Yellow",
"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
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
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
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
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
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
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
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
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
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
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_cyan_crafting_table": {
"name": "Cyan Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_cyan",
"icon": {
"item": "colouredstuff:crafting_table_cyan"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:gray_crafting_table": {
"name": "Gray Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_gray",
"icon": {
"item": "colouredstuff:crafting_table_gray"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_gray_crafting_table": {
"name": "Gray Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_gray",
"icon": {
"item": "colouredstuff:crafting_table_gray"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:green_crafting_table": {
"name": "Green Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_green",
"icon": {
"item": "colouredstuff:crafting_table_green"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_green_crafting_table": {
"name": "Green Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_green",
"icon": {
"item": "colouredstuff:crafting_table_green"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:light_blue_crafting_table": {
"name": "Light_Blue Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_light_blue",
"icon": {
"item": "colouredstuff:crafting_table_light_blue"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_light_blue_crafting_table": {
"name": "Light_Blue Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_light_blue",
"icon": {
"item": "colouredstuff:crafting_table_light_blue"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:light_gray_crafting_table": {
"name": "Light_Gray Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_light_gray",
"icon": {
"item": "colouredstuff:crafting_table_light_gray"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_light_gray_crafting_table": {
"name": "Light_Gray Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_light_gray",
"icon": {
"item": "colouredstuff:crafting_table_light_gray"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:lime_crafting_table": {
"name": "Lime Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_lime",
"icon": {
"item": "colouredstuff:crafting_table_lime"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_lime_crafting_table": {
"name": "Lime Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_lime",
"icon": {
"item": "colouredstuff:crafting_table_lime"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:magenta_crafting_table": {
"name": "Magenta Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_magenta",
"icon": {
"item": "colouredstuff:crafting_table_magenta"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_magenta_crafting_table": {
"name": "Magenta Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_magenta",
"icon": {
"item": "colouredstuff:crafting_table_magenta"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"groups": {},
"filters": {
"craftingforblockheads:colorless_crafting_table": {
"name": "Colorless Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_none",
"icon": {
"item": "colouredstuff:crafting_table_none"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_colorless_crafting_table": {
"name": "Colorless Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_none",
"icon": {
"item": "colouredstuff:crafting_table_none"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:orange_crafting_table": {
"name": "Orange Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_orange",
"icon": {
"item": "colouredstuff:crafting_table_orange"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_orange_crafting_table": {
"name": "Orange Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_orange",
"icon": {
"item": "colouredstuff:crafting_table_orange"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:pink_crafting_table": {
"name": "Pink Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_pink",
"icon": {
"item": "colouredstuff:crafting_table_pink"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_pink_crafting_table": {
"name": "Pink Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_pink",
"icon": {
"item": "colouredstuff:crafting_table_pink"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:purple_crafting_table": {
"name": "Purple Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_purple",
"icon": {
"item": "colouredstuff:crafting_table_purple"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"groups": {},
"filters": {
"craftingforblockheads:rainbow_purple_crafting_table": {
"name": "Purple Recipes",
"name": "skyfactory_5.recipes.skyfactory_5_purple",
"icon": {
"item": "colouredstuff:crafting_table_purple"
},
Expand Down
Loading