feat: add lang and models for new materials
This commit is contained in:
parent
4d5559a27d
commit
467a22af35
@ -11,6 +11,8 @@
|
||||
"block.quaedam.reality_stabler": "Reality Stabler",
|
||||
"entity.quaedam.projected_person": "Virtual Person",
|
||||
"item.quaedam.projection_shell": "Projection Shell",
|
||||
"item.quaedam.iron_copper_metal": "Copper-iron Alloy",
|
||||
"item.quaedam.projection_metal": "Projection Metal",
|
||||
"quaedam.screen.projection_shell": "Projection Shell",
|
||||
"quaedam.screen.projection_shell.lock_revoked": "Timeout! Connection Lost",
|
||||
"quaedam.screen.projection_shell.lock_failed": "Permission denied!",
|
||||
|
@ -11,6 +11,8 @@
|
||||
"block.quaedam.smart_instrument": "智能乐器",
|
||||
"entity.quaedam.projected_person": "虚拟个体",
|
||||
"item.quaedam.projection_shell": "投影操作面板",
|
||||
"item.quaedam.iron_copper_metal": "铜铁合金",
|
||||
"item.quaedam.projection_metal": "投影金属",
|
||||
"quaedam.screen.projection_shell": "投影操作",
|
||||
"quaedam.screen.projection_shell.lock_revoked": "超时!连接丢失",
|
||||
"quaedam.screen.projection_shell.lock_failed": "正被使用",
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quaedam:item/iron_copper_metal"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quaedam:item/projection_metal"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user