Skip to content

Commit

Permalink
Fix sign not showing in 1.13.x (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCartes authored Dec 21, 2024
1 parent 532771e commit a2d37b3
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"variants": {
"rotation=0": { "model": "block/sign/old_sign" },
"rotation=1": { "model": "block/sign/old_sign", "y": 22.5 },
"rotation=2": { "model": "block/sign/old_sign", "y": 45 },
"rotation=3": { "model": "block/sign/old_sign", "y": 67.5 },
"rotation=4": { "model": "block/sign/old_sign", "y": 90 },
"rotation=5": { "model": "block/sign/old_sign", "y": 112.5 },
"rotation=6": { "model": "block/sign/old_sign", "y": 135 },
"rotation=7": { "model": "block/sign/old_sign", "y": 157.5 },
"rotation=8": { "model": "block/sign/old_sign", "y": 180 },
"rotation=9": { "model": "block/sign/old_sign", "y": 202.5 },
"rotation=10": { "model": "block/sign/old_sign", "y": 225 },
"rotation=11": { "model": "block/sign/old_sign", "y": 247.5 },
"rotation=12": { "model": "block/sign/old_sign", "y": 270 },
"rotation=13": { "model": "block/sign/old_sign", "y": 292.5 },
"rotation=14": { "model": "block/sign/old_sign", "y": 315 },
"rotation=15": { "model": "block/sign/old_sign", "y": 337.5 }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"variants": {
"facing=south": { "model": "block/sign/old_wall_sign" },
"facing=west": { "model": "block/sign/old_wall_sign", "y": 90 },
"facing=north": { "model": "block/sign/old_wall_sign", "y": 180 },
"facing=east": { "model": "block/sign/old_wall_sign", "y": 270 }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/sign/sign",
"textures": {
"sign": "entity/sign"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/sign/wall_sign",
"textures": {
"sign": "entity/sign"
}
}

0 comments on commit a2d37b3

Please sign in to comment.