From aa20e0b5832eb2ab34c924e9885f91b1a5ebaf05 Mon Sep 17 00:00:00 2001 From: hyper Date: Mon, 1 Jan 2024 10:48:03 -0500 Subject: [PATCH] Crop block lang file adjustment Added all crop types to the lang file. --- .github/workflows/build.yml | 2 +- gradle.properties | 2 +- .../resources/assets/potatoesplus/lang/en_us.json | 12 +++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ff69b5..2c1591d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ permissions: env: MINECRAFT_VERSION: 1.20.4 JAVA_VERSION: 17 - VERSION: 1.0.2+1.20.4 + VERSION: 1.0.3 RELEASE_NAME: PotatoesPlus jobs: diff --git a/gradle.properties b/gradle.properties index 012f9a3..7b0d20c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.4+build.1 loader_version=0.15.0 # Mod Properties -mod_version=1.0.2 +mod_version=1.0.3 modid=potatoesplus maven_group=me.hyper archives_base_name=potatoesplus diff --git a/src/main/resources/assets/potatoesplus/lang/en_us.json b/src/main/resources/assets/potatoesplus/lang/en_us.json index 7dbec64..eed2b1a 100644 --- a/src/main/resources/assets/potatoesplus/lang/en_us.json +++ b/src/main/resources/assets/potatoesplus/lang/en_us.json @@ -7,6 +7,7 @@ "item.potatoesplus.space_potato": "Space Potato", "item.potatoesplus.white_potato": "White Potato", "item.potatoesplus.yellow_potato": "Yellow Potato", + "item.potatoesplus.baked_black_potato": "Baked Black Potato", "item.potatoesplus.baked_blue_potato": "Baked Blue Potato", "item.potatoesplus.baked_green_potato": "Baked Green Potato", @@ -14,5 +15,14 @@ "item.potatoesplus.baked_red_potato": "Baked Red Potato", "item.potatoesplus.baked_space_potato": "Baked Space Potato", "item.potatoesplus.baked_white_potato": "Baked White Potato", - "item.potatoesplus.baked_yellow_potato": "Baked Yellow Potato" + "item.potatoesplus.baked_yellow_potato": "Baked Yellow Potato", + + "block.potatoesplus.black_potato_crop_block": "Black Potatoes", + "block.potatoesplus.blue_potato_crop_block": "Blue Potatoes", + "block.potatoesplus.green_potato_crop_block": "Green Potatoes", + "block.potatoesplus.invisible_potato_crop_block": "Invisible Potatoes", + "block.potatoesplus.red_potato_crop_block": "Red Potatoes", + "block.potatoesplus.space_potato_crop_block": "Space Potatoes", + "block.potatoesplus.white_potato_crop_block": "White Potatoes", + "block.potatoesplus.yellow_potato_crop_block": "Yellow Potatoes" } \ No newline at end of file