Skip to content

Commit

Permalink
Merge pull request #214 from Gu-ZT/fix-recipe
Browse files Browse the repository at this point in the history
 修改手持磁铁配方
  • Loading branch information
XeKr authored Apr 11, 2024
2 parents faee350 + a2b3cdd commit 4803005
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions common/src/main/java/dev/dubhe/anvilcraft/init/ModItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public class ModItems {
.pattern(" A ")
.pattern("BCB")
.pattern(" A ")
.define('A', Items.REDSTONE)
.define('A', Items.ENDER_PEARL)
.define('B', ModItems.MAGNET_INGOT)
.define('C', Items.ENDER_PEARL)
.define('C', Items.REDSTONE)
.unlockedBy("hasitem", RegistrateRecipeProvider.has(ModItems.MAGNET_INGOT))
.save(provider)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
"text.autoconfig.anvilcraft.option.redstoneEmpRadius": "snıpɐᴚ ԀWƎ ǝuoʇspǝᴚ",
"text.autoconfig.anvilcraft.option.redstoneEmpRadius.@Tooltip": "ןıʌuɐ ǝɥʇ ʎq pǝddoɹp ʞɔoןq ɹǝd pǝʇɐɹǝuǝb ǝɔuɐʇsıp ԀWƎ ǝuoʇspǝᴚ",
"text.autoconfig.anvilcraft.title": "bıɟuoƆ ʇɟɐɹƆןıʌuⱯ"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
"text.autoconfig.anvilcraft.option.redstoneEmpRadius": "Redstone EMP Radius",
"text.autoconfig.anvilcraft.option.redstoneEmpRadius.@Tooltip": "Redstone EMP distance generated per block dropped by the anvil",
"text.autoconfig.anvilcraft.title": "AnvilCraft Config"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"category": "equipment",
"key": {
"A": {
"item": "minecraft:redstone"
"item": "minecraft:ender_pearl"
},
"B": {
"item": "anvilcraft:magnet_ingot"
},
"C": {
"item": "minecraft:ender_pearl"
"item": "minecraft:redstone"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
"text.autoconfig.anvilcraft.option.redstoneEmpRadius": "snıpɐᴚ ԀWƎ ǝuoʇspǝᴚ",
"text.autoconfig.anvilcraft.option.redstoneEmpRadius.@Tooltip": "ןıʌuɐ ǝɥʇ ʎq pǝddoɹp ʞɔoןq ɹǝd pǝʇɐɹǝuǝb ǝɔuɐʇsıp ԀWƎ ǝuoʇspǝᴚ",
"text.autoconfig.anvilcraft.title": "bıɟuoƆ ʇɟɐɹƆןıʌuⱯ"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
"text.autoconfig.anvilcraft.option.redstoneEmpRadius": "Redstone EMP Radius",
"text.autoconfig.anvilcraft.option.redstoneEmpRadius.@Tooltip": "Redstone EMP distance generated per block dropped by the anvil",
"text.autoconfig.anvilcraft.title": "AnvilCraft Config"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"category": "equipment",
"key": {
"A": {
"item": "minecraft:redstone"
"item": "minecraft:ender_pearl"
},
"B": {
"item": "anvilcraft:magnet_ingot"
},
"C": {
"item": "minecraft:ender_pearl"
"item": "minecraft:redstone"
}
},
"pattern": [
Expand Down

0 comments on commit 4803005

Please sign in to comment.