mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-12 17:07:55 -04:00
standing sign
This commit is contained in:
parent
a208d7a926
commit
8280b9574a
4
doc/rendering/CubeModel.md
Normal file
4
doc/rendering/CubeModel.md
Normal file
@ -0,0 +1,4 @@
|
||||
Cube uv:
|
||||
|
||||
bottom->top
|
||||
east->north->south->west
|
@ -169,7 +169,7 @@ class SolidCullSectionPreparer(
|
||||
rendered = model.singleRender(position, mesh, random, blockState, neighbourBlocks, light, ambientLight, tints)
|
||||
|
||||
if (blockEntityModel is MeshedBlockEntityRenderer<*>) {
|
||||
rendered = rendered || blockEntityModel.singleRender(position, mesh, random, blockState, neighbourBlocks, light, ambientLight, tints)
|
||||
rendered = blockEntityModel.singleRender(position, mesh, random, blockState, neighbourBlocks, light, ambientLight, tints) || rendered
|
||||
}
|
||||
|
||||
if (rendered) {
|
||||
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/acacia_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/acacia_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/birch_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/birch_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/crimson_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/crimson_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/dark_oak_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/dark_oak_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/jungle_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/jungle_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/oak_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/oak_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/spruce_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/spruce_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/warped_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/warped_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/acacia_planks",
|
||||
"sign": "minecraft:entity/signs/acacia"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/birch_planks",
|
||||
"sign": "minecraft:entity/signs/birch"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/crimson_planks",
|
||||
"sign": "minecraft:entity/signs/crimson"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/dark_oak_planks",
|
||||
"sign": "minecraft:entity/signs/dark_oak"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/jungle_planks",
|
||||
"sign": "minecraft:entity/signs/jungle"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/oak_planks",
|
||||
"sign": "minecraft:entity/signs/oak"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/spruce_planks",
|
||||
"sign": "minecraft:entity/signs/spruce"
|
||||
}
|
||||
}
|
@ -0,0 +1,65 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Sign",
|
||||
"from": [0, 9.5, 7],
|
||||
"to": [16, 17.5, 9],
|
||||
"y": 180,
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [0.5, 0, 4.5, 1],
|
||||
"texture": "#sign"
|
||||
},
|
||||
"up": {
|
||||
"uv": [4.5, 0, 8.5, 1],
|
||||
"texture": "#sign"
|
||||
},
|
||||
"east": {
|
||||
"uv": [0.0, 1, 0.5, 7],
|
||||
"texture": "#sign"
|
||||
},
|
||||
"north": {
|
||||
"uv": [0.5, 1, 4.5, 7],
|
||||
"texture": "#sign"
|
||||
},
|
||||
"south": {
|
||||
"uv": [4.5, 1, 8.0, 7],
|
||||
"texture": "#sign"
|
||||
},
|
||||
"west": {
|
||||
"uv": [8.0, 1, 8.5, 7],
|
||||
"texture": "#sign"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Stick",
|
||||
"from": [7.5, 0, 7.5],
|
||||
"to": [8.5, 9.5, 8.5],
|
||||
"y": 180,
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [0.5, 7, 1.0, 7.5],
|
||||
"texture": "#sign",
|
||||
"cullface": "down"
|
||||
},
|
||||
"east": {
|
||||
"uv": [0.0, 8, 0.5, 15],
|
||||
"texture": "#sign"
|
||||
},
|
||||
"north": {
|
||||
"uv": [0.5, 8, 1.0, 15],
|
||||
"texture": "#sign"
|
||||
},
|
||||
"south": {
|
||||
"uv": [1.0, 8, 1.5, 15],
|
||||
"texture": "#sign"
|
||||
},
|
||||
"west": {
|
||||
"uv": [1.5, 8, 2.0, 15],
|
||||
"texture": "#sign"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/warped_planks",
|
||||
"sign": "minecraft:entity/signs/warped"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user