mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 20:05:02 -04:00
add mangrove signs
This commit is contained in:
parent
8280b9574a
commit
73d7e99041
@ -0,0 +1,67 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": {
|
||||
"model": "minecraft:block/mangrove_sign"
|
||||
},
|
||||
"rotation=1": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 22.5
|
||||
},
|
||||
"rotation=2": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 45
|
||||
},
|
||||
"rotation=3": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 67.5
|
||||
},
|
||||
"rotation=4": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 90
|
||||
},
|
||||
"rotation=5": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 112.5
|
||||
},
|
||||
"rotation=6": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 135
|
||||
},
|
||||
"rotation=7": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 157.5
|
||||
},
|
||||
"rotation=8": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 180
|
||||
},
|
||||
"rotation=9": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 202.5
|
||||
},
|
||||
"rotation=10": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 225
|
||||
},
|
||||
"rotation=11": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 247.5
|
||||
},
|
||||
"rotation=12": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 270
|
||||
},
|
||||
"rotation=13": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 292.5
|
||||
},
|
||||
"rotation=14": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 315
|
||||
},
|
||||
"rotation=15": {
|
||||
"model": "minecraft:block/mangrove_sign",
|
||||
"y": 337.5
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": {
|
||||
"model": "minecraft:block/mangrove_wall_sign"
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "minecraft:block/mangrove_wall_sign",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "minecraft:block/mangrove_wall_sign",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "minecraft:block/mangrove_wall_sign",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_standing_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/mangrove_planks",
|
||||
"sign": "minecraft:entity/signs/mangrove"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_wall_sign",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/mangrove_planks",
|
||||
"sign": "minecraft:entity/signs/mangrove"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user