feat: add lang & model for noise & sound projection

This commit is contained in:
xtex 2023-07-11 10:13:38 +08:00
parent c39615bea9
commit 33ad5138ea
Signed by: xtex
GPG Key ID: B918086ED8045B91
8 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quaedam:block/noise_projection"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quaedam:block/sound_projection"
}
}
}

View File

@ -3,5 +3,7 @@
"block.quaedam.projector": "Projector",
"block.quaedam.skylight_projection": "Skylight Projection",
"block.quaedam.swarm_projection": "Swarm Projection",
"block.quaedam.sound_projection": "Sound Projection",
"block.quaedam.noise_projection": "Noise Projection",
"entity.quaedam.projected_person": "Virtual Person"
}

View File

@ -3,5 +3,7 @@
"block.quaedam.projector": "投影仪",
"block.quaedam.skylight_projection": "天光投影",
"block.quaedam.swarm_projection": "人群投影",
"block.quaedam.sound_projection": "声音投影",
"block.quaedam.noise_projection": "噪音投影",
"entity.quaedam.projected_person": "虚拟个体"
}

View File

@ -0,0 +1,6 @@
{
"parent": "quaedam:block/projection",
"textures": {
"ext": "quaedam:block/noise_projection"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "quaedam:block/projection",
"textures": {
"ext": "quaedam:block/sound_projection"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "quaedam:block/noise_projection"
}

View File

@ -0,0 +1,3 @@
{
"parent": "quaedam:block/sound_projection"
}