Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
feat: stairs
Browse files Browse the repository at this point in the history
  • Loading branch information
chimericdream committed Sep 18, 2024
1 parent 4e1493f commit c12c8aa
Show file tree
Hide file tree
Showing 87 changed files with 4,809 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"multipart": [
{
"apply": {
"model": "minekea:block/building/stairs/vertical/basalt_bricks",
"uvlock": true
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/basalt_bricks",
"uvlock": true,
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/basalt_bricks",
"uvlock": true,
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/basalt_bricks",
"uvlock": true,
"y": 270
},
"when": {
"facing": "west"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"multipart": [
{
"apply": {
"model": "minekea:block/building/stairs/vertical/cracked_basalt_bricks",
"uvlock": true
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/cracked_basalt_bricks",
"uvlock": true,
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/cracked_basalt_bricks",
"uvlock": true,
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/cracked_basalt_bricks",
"uvlock": true,
"y": 270
},
"when": {
"facing": "west"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"multipart": [
{
"apply": {
"model": "minekea:block/building/stairs/vertical/crimson_basalt_bricks",
"uvlock": true
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/crimson_basalt_bricks",
"uvlock": true,
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/crimson_basalt_bricks",
"uvlock": true,
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/crimson_basalt_bricks",
"uvlock": true,
"y": 270
},
"when": {
"facing": "west"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"multipart": [
{
"apply": {
"model": "minekea:block/building/stairs/vertical/mossy_basalt_bricks",
"uvlock": true
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/mossy_basalt_bricks",
"uvlock": true,
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/mossy_basalt_bricks",
"uvlock": true,
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/mossy_basalt_bricks",
"uvlock": true,
"y": 270
},
"when": {
"facing": "west"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"multipart": [
{
"apply": {
"model": "minekea:block/building/stairs/vertical/warped_basalt_bricks",
"uvlock": true
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/warped_basalt_bricks",
"uvlock": true,
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/warped_basalt_bricks",
"uvlock": true,
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/warped_basalt_bricks",
"uvlock": true,
"y": 270
},
"when": {
"facing": "west"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"multipart": [
{
"apply": {
"model": "minekea:block/building/stairs/vertical/warped_nether_bricks",
"uvlock": true
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/warped_nether_bricks",
"uvlock": true,
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/warped_nether_bricks",
"uvlock": true,
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minekea:block/building/stairs/vertical/warped_nether_bricks",
"uvlock": true,
"y": 270
},
"when": {
"facing": "west"
}
}
]
}
Loading

0 comments on commit c12c8aa

Please sign in to comment.