Skip to content

Commit

Permalink
Patch something but I won't know how I've done that...
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Jan 30, 2024
1 parent 20075b7 commit 555a44b
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"item.copper_extension.exposed_copper_ingot": "Exposed Copper Ingot",
"item.copper_extension.oxidized_copper_ingot": "Oxidized Copper Ingot",
"item.copper_extension.waxed_copper_ingot": "Waxed Copper Ingot",
"item.copper_extension.waxed_exposed_copper_ingot": "Waxed Exposed Copper Ingot",
"item.copper_extension.waxed_weathered_copper_ingot": "Waxed Weathered Copper Ingot",
"item.copper_extension.weathered_copper_ingot": "Weathered Copper Ingot",
"gamerule.copperOxidationChance": "Copper oxidation chance"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"item.copper_extension.exposed_copper_ingot": "Lingot de cuivre exposé",
"item.copper_extension.oxidized_copper_ingot": "Lingot de cuivre oxydé",
"item.copper_extension.waxed_copper_ingot": "Lingot de cuivre ciré",
"item.copper_extension.waxed_exposed_copper_ingot": "Lingot de cuivre exposé et ciré",
"item.copper_extension.waxed_weathered_copper_ingot": "Lingot de cuivre érodé et ciré",
"item.copper_extension.weathered_copper_ingot": "Lingot de cuivre érodé",
"gamerule.copperOxidationChance": "Chance d'érosion du cuivre"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"item.copper_extension.exposed_copper_ingot": "斑驳的铜锭",
"item.copper_extension.oxidized_copper_ingot": "氧化的铜锭",
"item.copper_extension.waxed_copper_ingot": "涂蜡的铜锭",
"item.copper_extension.waxed_exposed_copper_ingot": "涂蜡的斑驳铜锭",
"item.copper_extension.waxed_weathered_copper_ingot": "涂蜡的锈蚀铜锭",
"item.copper_extension.weathered_copper_ingot": "锈蚀的铜锭"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "copper_extension:item/exposed_copper_ingot"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "copper_extension:item/oxidized_copper_ingot"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/copper_ingot"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "copper_extension:item/exposed_copper_ingot"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "copper_extension:item/weathered_copper_ingot"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "copper_extension:item/weathered_copper_ingot"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ processResources {
"mod_issues": project.mod_issues_url,
"mod_license": project.mod_license,
"mod_icon": project.mod_icon,
"mod_sources": project.fabric_mod_sources,
"mod_sources": project.fabric_mod_sources,
"mod_main_class": project.fabric_mod_main,
"minecraft_version": project.minecraft_version
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mod_authors=Killar.exe
mod_contributors=junshengxie
mod_license=CC-1.0
mod_description=A simple Minecraft mod witch adds a few features to the copper set...
mod_icon="assets/${mod_id}/icon.png"
mod_icon=assets/copper_extension/icon.png
mod_homepage_url=https://modrinth.com/mod/copper-extension
mod_issues_url=https://github.com/Killarexe/Copper-Extension/issues

Expand Down

0 comments on commit 555a44b

Please sign in to comment.