-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
projects/1.20-fabric/assets/spawners-plus/spawnersplus/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"block.spawnersplus.inactive_spawner": "Inactive Spawner", | ||
|
||
"item.spawnersplus.spawner_fragment": "Spawner Fragment", | ||
"item.spawnersplus.zombie_soul": "Zombie Soul", | ||
"item.spawnersplus.skeleton_soul": "Skeleton Soul", | ||
"item.spawnersplus.spider_soul": "Spider Soul", | ||
"item.spawnersplus.cave_spider_soul": "Cave Spider Soul", | ||
"item.spawnersplus.blaze_soul": "Blaze Soul", | ||
"item.spawnersplus.magma_cube_soul": "Magma Cube Soul", | ||
"item.spawnersplus.silverfish_soul": "Silverfish Soul", | ||
"item.spawnersplus.stray_soul": "Stray Soul", | ||
"item.spawnersplus.wither_skeleton_soul": "Wither Skeleton Soul", | ||
"item.spawnersplus.husk_soul": "Husk Soul", | ||
"item.spawnersplus.drowned_soul": "Drowned Soul", | ||
"item.spawnersplus.creeper_soul": "Creeper Soul", | ||
|
||
"item.spawnersplus.soul_item_tooltip": "Use on an Inactive Spawner", | ||
"enchantment.spawnersplus.desc": "Allows some mobs to drop souls on death", | ||
"item.spawnersplus.spawner_silencer": "Spawner Silencer", | ||
"item.spawnersplus.spawner_silencer_tooltip": "Disables Spawners while held", | ||
|
||
"enchantment.spawnersplus.soul_stealing": "Soul Stealing", | ||
|
||
"itemGroup.spawnersplus.itemGroupName": "Spawners+" | ||
} |
26 changes: 26 additions & 0 deletions
26
projects/1.20-fabric/assets/spawners-plus/spawnersplus/lang/zh_cn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"block.spawnersplus.inactive_spawner": "未激活的刷怪笼", | ||
|
||
"item.spawnersplus.spawner_fragment": "刷怪笼碎片", | ||
"item.spawnersplus.zombie_soul": "僵尸灵魂", | ||
"item.spawnersplus.skeleton_soul": "骷髅灵魂", | ||
"item.spawnersplus.spider_soul": "蜘蛛灵魂", | ||
"item.spawnersplus.cave_spider_soul": "洞穴蜘蛛灵魂", | ||
"item.spawnersplus.blaze_soul": "烈焰人灵魂", | ||
"item.spawnersplus.magma_cube_soul": "岩浆怪灵魂", | ||
"item.spawnersplus.silverfish_soul": "蠹虫灵魂", | ||
"item.spawnersplus.stray_soul": "流浪者灵魂", | ||
"item.spawnersplus.wither_skeleton_soul": "凋灵骷髅灵魂", | ||
"item.spawnersplus.husk_soul": "尸壳灵魂", | ||
"item.spawnersplus.drowned_soul": "溺尸灵魂", | ||
"item.spawnersplus.creeper_soul": "苦力怕灵魂", | ||
|
||
"item.spawnersplus.soul_item_tooltip": "在未激活的刷怪笼上使用", | ||
"enchantment.spawnersplus.desc": "允许一些生物死亡时掉落灵魂", | ||
"item.spawnersplus.spawner_silencer": "刷怪笼阻隔器", | ||
"item.spawnersplus.spawner_silencer_tooltip": "手持时停止运行刷怪笼", | ||
|
||
"enchantment.spawnersplus.soul_stealing": "摄魂", | ||
|
||
"itemGroup.spawnersplus.itemGroupName": "刷怪笼拓展" | ||
} |