Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
heypr committed Jan 1, 2024
2 parents e6d74ee + aa20e0b commit 4415c9d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/main/resources/assets/potatoesplus/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@
"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",
"item.potatoesplus.baked_invisible_potato": "Baked Invisible Potato",
"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"
}

0 comments on commit 4415c9d

Please sign in to comment.