Skip to content

Commit

Permalink
微调jei info文案, 补齐各种潜影盒配方
Browse files Browse the repository at this point in the history
  • Loading branch information
DancingSnow0517 committed Sep 28, 2024
1 parent 63ad672 commit 1d91112
Show file tree
Hide file tree
Showing 10 changed files with 123 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/generated/resources/assets/anvilcraft/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@
"itemGroup.anvilcraft.tools": "sǝıʇıןıʇ∩ :ʇɟɐɹƆןıʌuⱯ",
"jei.anvilcraft.info.capacitor": "˙ʇı uıɐʇqo oʇ ɹǝbɹɐɥɔ ǝɥʇ uı ɹoʇıɔɐdɐɔ ʎʇdɯǝ ǝɥʇ ǝbɹɐɥɔ uɐɔ noʎ",
"jei.anvilcraft.info.craw_claw": "˙ɹǝʇɐʍ ǝɥʇ uı pǝɔɐןd sdɐɹʇ qɐɹɔ ɯoɹɟ sıɥʇ uıɐʇqo uɐɔ noʎ",
"jei.anvilcraft.info.geode_1": "˙ʇı buısn uǝɥʍ ǝpoǝ⅁ ʇsʎɥʇǝɯⱯ buıpunoɹɹns ǝɥʇ puıℲ",
"jei.anvilcraft.info.geode_2": "˙ʇsʎɥʇǝɯɐ buıppnq ǝɥʇ buıuıɯ ʎq sıɥʇ uıɐʇqo uɐɔ noʎ",
"jei.anvilcraft.info.geode_3": "ʇsǝɥƆ snuoᗺ ǝɥʇ uı ʇı puıɟ uɐɔ noʎ ɹO",
"jei.anvilcraft.info.geode_4": "ɹǝןǝʍǝظ ǝɥʇ ɥʇıʍ ʇı ǝpɐɹʇ uɐɔ noʎ ɹO",
"jei.anvilcraft.info.geode_1": "˙buısn uǝɥʍ ʎqɹɐǝu sǝpoǝ⅁ ʇsʎɥʇǝɯⱯ spuıℲ",
"jei.anvilcraft.info.geode_2": "˙sʞɔoןq ʇsʎɥʇǝɯⱯ buıppnᗺ ʎq pǝddoɹᗡ",
"jei.anvilcraft.info.geode_3": "ʇsǝɥƆ snuoᗺ ǝɥʇ uı ʇı puıɟ osןɐ uɐɔ noʎ",
"jei.anvilcraft.info.geode_4": "ɹǝbɐןןıΛ ɹǝןǝʍǝſ ɐ ɯoɹɟ ʇı ǝpɐɹʇ ɹO",
"jei.anvilcraft.info.royal_steel_upgrade_smithing_template_1": "˙ɥʇıɯs suodɐǝʍ ǝbɐןןıʌ ǝɥʇ ɟo ʇsǝɥɔ ǝɥʇ uı ʇı puıɟ uɐɔ noʎ",
"jei.anvilcraft.info.royal_steel_upgrade_smithing_template_2": "˙ɹǝןǝʍǝظ ǝɥʇ ɥʇıʍ ǝpɐɹʇ uɐɔ noʎ ɹO",
"message.anvilcraft.code_gen_check": "˙sɯǝʇı sɐɥ ʇoןs ʇndʇno ǝɥʇ ɟı puɐ ǝqnɔ ɐ sı ɐǝɹɐ pǝʇɔǝןǝs ǝɥʇ ɟı ʞɔǝɥɔ ǝsɐǝןԀ",
Expand Down
8 changes: 4 additions & 4 deletions src/generated/resources/assets/anvilcraft/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@
"itemGroup.anvilcraft.tools": "AnvilCraft: Utilities",
"jei.anvilcraft.info.capacitor": "You can charge the empty capacitor in the charger to obtain it.",
"jei.anvilcraft.info.craw_claw": "You can obtain this from crab traps placed in the water.",
"jei.anvilcraft.info.geode_1": "Find the surrounding Amethyst Geode when using it.",
"jei.anvilcraft.info.geode_2": "You can obtain this by mining the budding amethyst.",
"jei.anvilcraft.info.geode_3": "Or you can find it in the Bonus Chest",
"jei.anvilcraft.info.geode_4": "Or you can trade it with the jeweler",
"jei.anvilcraft.info.geode_1": "Finds Amethyst Geodes nearby when using.",
"jei.anvilcraft.info.geode_2": "Dropped by Budding Amethyst blocks.",
"jei.anvilcraft.info.geode_3": "You can also find it in the Bonus Chest",
"jei.anvilcraft.info.geode_4": "Or trade it from a Jeweler Villager",
"jei.anvilcraft.info.royal_steel_upgrade_smithing_template_1": "You can find it in the chest of the village weapons smith.",
"jei.anvilcraft.info.royal_steel_upgrade_smithing_template_2": "Or you can trade with the jeweler.",
"message.anvilcraft.code_gen_check": "Please check if the selected area is a cube and if the output slot has items.",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "anvilcraft:item_inject/nesting_shulker_box"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"anvilcraft:item_inject/nesting_shulker_box"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "anvilcraft:item_inject/over_nesting_shulker_box"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"anvilcraft:item_inject/over_nesting_shulker_box"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "anvilcraft:item_inject/supercritical_nesting_shulker_box"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"anvilcraft:item_inject/supercritical_nesting_shulker_box"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "anvilcraft:item_inject",
"ingredients": [
{
"item": "minecraft:shulker_box"
}
],
"input_block": "minecraft:shulker_box",
"result_block": "anvilcraft:nesting_shulker_box"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "anvilcraft:item_inject",
"ingredients": [
{
"item": "anvilcraft:nesting_shulker_box"
}
],
"input_block": "minecraft:shulker_box",
"result_block": "anvilcraft:over_nesting_shulker_box"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "anvilcraft:item_inject",
"ingredients": [
{
"item": "anvilcraft:over_nesting_shulker_box"
}
],
"input_block": "minecraft:shulker_box",
"result_block": "anvilcraft:supercritical_nesting_shulker_box"
}
8 changes: 4 additions & 4 deletions src/main/java/dev/dubhe/anvilcraft/data/lang/JeiLang.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ public static void init(RegistrateLangProvider provider) {
provider.add("gui.anvilcraft.category.multiblock.all_layers", "All Layers Visible");
provider.add("gui.anvilcraft.category.multiblock.single_layer", "Visible Layer: %d of %d");

provider.add("jei.anvilcraft.info.geode_1", "Find the surrounding Amethyst Geode when using it.");
provider.add("jei.anvilcraft.info.geode_2", "You can obtain this by mining the budding amethyst.");
provider.add("jei.anvilcraft.info.geode_3", "Or you can find it in the Bonus Chest");
provider.add("jei.anvilcraft.info.geode_4", "Or you can trade it with the jeweler");
provider.add("jei.anvilcraft.info.geode_1", "Finds Amethyst Geodes nearby when using.");
provider.add("jei.anvilcraft.info.geode_2", "Dropped by Budding Amethyst blocks.");
provider.add("jei.anvilcraft.info.geode_3", "You can also find it in the Bonus Chest");
provider.add("jei.anvilcraft.info.geode_4", "Or trade it from a Jeweler Villager");

provider.add("jei.anvilcraft.info.royal_steel_upgrade_smithing_template_1", "You can find it in the chest of the village weapons smith.");
provider.add("jei.anvilcraft.info.royal_steel_upgrade_smithing_template_2", "Or you can trade with the jeweler.");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,23 @@ public static void init(RegistrateRecipeProvider provider) {
.inputBlock(Blocks.DEEPSLATE)
.resultBlock(ModBlocks.DEEPSLATE_URANIUM_ORE.get())
.save(provider);

ItemInjectRecipe.builder()
.requires(Items.SHULKER_BOX)
.inputBlock(Blocks.SHULKER_BOX)
.resultBlock(ModBlocks.NESTING_SHULKER_BOX.get())
.save(provider);

ItemInjectRecipe.builder()
.requires(ModBlocks.NESTING_SHULKER_BOX)
.inputBlock(Blocks.SHULKER_BOX)
.resultBlock(ModBlocks.OVER_NESTING_SHULKER_BOX.get())
.save(provider);

ItemInjectRecipe.builder()
.requires(ModBlocks.OVER_NESTING_SHULKER_BOX)
.inputBlock(Blocks.SHULKER_BOX)
.resultBlock(ModBlocks.SUPERCRITICAL_NESTING_SHULKER_BOX.get())
.save(provider);
}
}

0 comments on commit 1d91112

Please sign in to comment.