Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 18 additions & 16 deletions projects/1.16/assets/glassential/glassential/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"block.glassential.glass_dark": "Dark Glass",
"block.glassential.glass_dark_ethereal": "Dark Ethereal Glass",
"block.glassential.glass_dark_ethereal_reverse": "Reverse Dark Ethereal Glass",
"block.glassential.glass_ethereal": "Ethereal Glass",
"block.glassential.glass_ethereal_reverse": "Reverse Ethereal Glass",
"block.glassential.glass_ghostly": "Ghostly Glass",
"block.glassential.glass_light": "Luminous Glass",
"block.glassential.glass_redstone": "Redstone Glass",
"tooltip.glassential.dark": "Blocks light",
"tooltip.glassential.ethereal": "Not solid to players",
"tooltip.glassential.ethereal_reverse": "Only solid to players",
"tooltip.glassential.ghostly": "Not solid to entities",
"tooltip.glassential.light": "Emits light",
"tooltip.glassential.redstone": "Emits a redstone signal",
"itemGroup.glassential.items": "Glassential"
{
"block.glassential.glass_dark": "Dark Glass",
"block.glassential.glass_dark_ethereal": "Dark Ethereal Glass",
"block.glassential.glass_dark_ethereal_reverse": "Reverse Dark Ethereal Glass",
"block.glassential.glass_ethereal": "Ethereal Glass",
"block.glassential.glass_ethereal_reverse": "Reverse Ethereal Glass",
"block.glassential.glass_ghostly": "Ghostly Glass",
"block.glassential.glass_light": "Luminous Glass",
"block.glassential.glass_redstone": "Redstone Glass",

"tooltip.glassential.dark": "Blocks light",
"tooltip.glassential.ethereal": "Not solid to players",
"tooltip.glassential.ethereal_reverse": "Only solid to players",
"tooltip.glassential.ghostly": "Not solid to entities",
"tooltip.glassential.light": "Emits light",
"tooltip.glassential.redstone": "Emits a redstone signal",

"itemGroup.glassential.items": "Glassential"
}
20 changes: 19 additions & 1 deletion projects/1.16/assets/glassential/glassential/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{}
{
"block.glassential.glass_dark": "暗色玻璃",
"block.glassential.glass_dark_ethereal": "暗色空灵玻璃",
"block.glassential.glass_dark_ethereal_reverse": "反转暗色空灵玻璃",
"block.glassential.glass_ethereal": "空灵玻璃",
"block.glassential.glass_ethereal_reverse": "反转空灵玻璃",
"block.glassential.glass_ghostly": "幽灵玻璃",
"block.glassential.glass_light": "发光玻璃",
"block.glassential.glass_redstone": "红石玻璃",

"tooltip.glassential.dark": "挡光",
"tooltip.glassential.ethereal": "玩家可穿行",
"tooltip.glassential.ethereal_reverse": "仅玩家无法穿行",
"tooltip.glassential.ghostly": "所有实体皆可穿行",
"tooltip.glassential.light": "发光",
"tooltip.glassential.redstone": "产生红石信号",

"itemGroup.glassential.items": "精致玻璃"
}