Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit 5e4245b

Browse files
committed
Minor stair inventory tweaks (removes unnecessary uv mapping).
#29
1 parent ddffb4b commit 5e4245b

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

src/main/resources/assets/nethercore/blockstates/stairs_stone.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
"bottom": "nethercore:blocks/nether_stone",
88
"top": "nethercore:blocks/nether_stone",
99
"side": "nethercore:blocks/nether_stone"
10-
},
11-
"uvlock": true
10+
}
1211
},
1312
"variants": {
1413
"inventory": [{
1514
"model": "stairs",
16-
"y": 0,
17-
"uvlock": true
15+
"y": 0
1816
}],
1917
"facing=east,half=bottom,shape=straight": { "model": "stairs" },
2018
"facing=west,half=bottom,shape=straight": { "model": "stairs", "y": 180, "uvlock": true },

src/main/resources/assets/nethercore/blockstates/stairs_stone_brick.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
"bottom": "nethercore:blocks/nether_stone_brick",
88
"top": "nethercore:blocks/nether_stone_brick",
99
"side": "nethercore:blocks/nether_stone_brick"
10-
},
11-
"uvlock": true
10+
}
1211
},
1312
"variants": {
1413
"inventory": [{
1514
"model": "stairs",
16-
"y": 0,
17-
"uvlock": true
15+
"y": 0
1816
}],
1917
"facing=east,half=bottom,shape=straight": { "model": "stairs" },
2018
"facing=west,half=bottom,shape=straight": { "model": "stairs", "y": 180, "uvlock": true },

src/main/resources/assets/nethercore/blockstates/stairs_stone_cobble.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
"bottom": "nethercore:blocks/nether_stone_cobble",
88
"top": "nethercore:blocks/nether_stone_cobble",
99
"side": "nethercore:blocks/nether_stone_cobble"
10-
},
11-
"uvlock": true
10+
}
1211
},
1312
"variants": {
1413
"inventory": [{
1514
"model": "stairs",
16-
"y": 0,
17-
"uvlock": true
15+
"y": 0
1816
}],
1917
"facing=east,half=bottom,shape=straight": { "model": "stairs" },
2018
"facing=west,half=bottom,shape=straight": { "model": "stairs", "y": 180, "uvlock": true },

0 commit comments

Comments
 (0)