lang for buckets

This commit is contained in:
minjaesong
2024-09-14 22:27:46 +09:00
parent dfac9ed9a8
commit e8eae1e961
7 changed files with 36 additions and 11 deletions

View File

@@ -10,5 +10,9 @@
"item@basegame:34": { /* signal switch */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:112", 1, "$ROCK", 1, "$WOOD"]] /* 1 copper ingot, 1 rock, 1 planks */
},
"item@basegame:1048576": { /* wooden bucket */
"workbench": "basiccrafting",
"ingredients": [[1, 3, "$WOOD"]] /* 3 planks */
}
}

View File

@@ -112,6 +112,7 @@
"BLOCK_WATER": "Water",
"BLOCK_LAVA": "Lava",
"BLOCK_CRUDE_OIL": "Crude Oil",
"WIRE_RED": "Red Wire",
"WIRE_GREEN": "Green Wire",

View File

@@ -1,6 +1,10 @@
{
"ITEM_ALLOYING_FURNACE": "Alloying Furnace",
"ITEM_BRICK_SINGULAR": "Brick", /* always singular */
"ITEM_BUCKET_IRON": "Iron Bucket",
"ITEM_BUCKET_IRON_WITH": "Iron Bucket with %1$s",
"ITEM_BUCKET_WOODEN": "Wooden Bucket",
"ITEM_BUCKET_WOODEN_WITH": "Wooden Bucket with %1$s",
"ITEM_CALENDAR": "Calendar",
"ITEM_CHARCOAL": "Charcoal",
"ITEM_CHERRY_BOMB": "Bomb",

View File

@@ -112,6 +112,7 @@
"BLOCK_WATER": "물",
"BLOCK_LAVA": "용암",
"BLOCK_CRUDE_OIL": "원유",
"WIRE_RED": "붉은 전선",
"WIRE_GREEN": "녹색 전선",

View File

@@ -1,6 +1,10 @@
{
"ITEM_ALLOYING_FURNACE": "합금 화로",
"ITEM_BRICK_SINGULAR": "벽돌", /* always singular */
"ITEM_BUCKET_IRON": "철 양동이",
"ITEM_BUCKET_IRON_WITH": "%1$s 담은 철 양동이",
"ITEM_BUCKET_WOODEN": "나무 양동이",
"ITEM_BUCKET_WOODEN_WITH": "%1$s 담은 나무 양동이",
"ITEM_CALENDAR": "달력",
"ITEM_CHARCOAL": "목탄",
"ITEM_CHERRY_BOMB": "폭탄",