Utility names
This commit is contained in:
parent
e1f88b453a
commit
80e8928eae
23 changed files with 208 additions and 100 deletions
|
@ -2,55 +2,55 @@
|
|||
"variants": {
|
||||
"facing=down,open=false": {
|
||||
"x": 180,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
"model": "betternether:block/%name%_barrel"
|
||||
},
|
||||
"facing=down,open=true": {
|
||||
"x": 180,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
"model": "betternether:block/%name%_barrel_open"
|
||||
},
|
||||
"facing=east,open=false": {
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
"model": "betternether:block/%name%_barrel"
|
||||
},
|
||||
"facing=east,open=true": {
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
"model": "betternether:block/%name%_barrel_open"
|
||||
},
|
||||
"facing=north,open=false": {
|
||||
"x": 90,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
"model": "betternether:block/%name%_barrel"
|
||||
},
|
||||
"facing=north,open=true": {
|
||||
"x": 90,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
"model": "betternether:block/%name%_barrel_open"
|
||||
},
|
||||
"facing=south,open=false": {
|
||||
"x": 90,
|
||||
"y": 180,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
"model": "betternether:block/%name%_barrel"
|
||||
},
|
||||
"facing=south,open=true": {
|
||||
"x": 90,
|
||||
"y": 180,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
"model": "betternether:block/%name%_barrel_open"
|
||||
},
|
||||
"facing=up,open=false": {
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
"model": "betternether:block/%name%_barrel"
|
||||
},
|
||||
"facing=up,open=true": {
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
"model": "betternether:block/%name%_barrel_open"
|
||||
},
|
||||
"facing=west,open=false": {
|
||||
"x": 90,
|
||||
"y": 270,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
"model": "betternether:block/%name%_barrel"
|
||||
},
|
||||
"facing=west,open=true": {
|
||||
"x": 90,
|
||||
"y": 270,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
"model": "betternether:block/%name%_barrel_open"
|
||||
}
|
||||
}
|
||||
}
|
7
utility_res/blockstates/%name%_chest.json
Normal file
7
utility_res/blockstates/%name%_chest.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "betternether:block/%name%_empty"
|
||||
}
|
||||
}
|
||||
}
|
7
utility_res/blockstates/%name%_crafting_table.json
Normal file
7
utility_res/blockstates/%name%_crafting_table.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "betternether:block/%name%_crafting_table"
|
||||
}
|
||||
}
|
||||
}
|
7
utility_res/blockstates/%name%_striped_bark.json
Normal file
7
utility_res/blockstates/%name%_striped_bark.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "betternether:block/%name%_striped_bark" },
|
||||
"axis=z": { "model": "betternether:block/%name%_striped_bark", "x": 90 },
|
||||
"axis=x": { "model": "betternether:block/%name%_striped_bark", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
7
utility_res/blockstates/%name%_striped_log.json
Normal file
7
utility_res/blockstates/%name%_striped_log.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "betternether:block/%name%_striped_log" },
|
||||
"axis=z": { "model": "betternether:block/%name%_striped_log", "x": 90 },
|
||||
"axis=x": { "model": "betternether:block/%name%_striped_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
28
utility_res/blockstates/a.txt
Normal file
28
utility_res/blockstates/a.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
’®¬ ¢ ãáâனá⢥ D ¨¬¥¥â ¬¥âªã Data
|
||||
‘¥à¨©ë© ®¬¥à ⮬ : C7B5-F673
|
||||
|
||||
‘®¤¥à¦¨¬®¥ ¯ ¯ª¨ D:\BetterEnd\BetterEnd_1.16.3\utility_res\blockstates
|
||||
|
||||
26.09.2020 17:02 <DIR> .
|
||||
26.09.2020 17:02 <DIR> ..
|
||||
26.09.2020 16:47 286 %name%_bark.json
|
||||
26.09.2020 17:01 1ÿ683 %name%_barrel.json
|
||||
26.09.2020 16:47 3ÿ177 %name%_button.json
|
||||
26.09.2020 17:01 112 %name%_chest.json
|
||||
26.09.2020 17:01 115 %name%_crafting_table.json
|
||||
26.09.2020 16:47 4ÿ155 %name%_door.json
|
||||
26.09.2020 16:47 841 %name%_fence.json
|
||||
26.09.2020 16:47 2ÿ275 %name%_gate.json
|
||||
26.09.2020 16:47 400 %name%_ladder.json
|
||||
26.09.2020 16:47 285 %name%_log.json
|
||||
26.09.2020 16:47 109 %name%_planks.json
|
||||
26.09.2020 16:47 228 %name%_plate.json
|
||||
26.09.2020 16:47 90 %name%_sign.json
|
||||
26.09.2020 16:47 313 %name%_slab.json
|
||||
26.09.2020 16:47 5ÿ701 %name%_stairs.json
|
||||
26.09.2020 17:02 310 %name%_striped_bark.json
|
||||
26.09.2020 17:02 309 %name%_striped_log.json
|
||||
26.09.2020 16:47 1ÿ931 %name%_trapdoor.json
|
||||
26.09.2020 17:02 0 a.txt
|
||||
19 ä ©«®¢ 22ÿ320 ¡ ©â
|
||||
2 ¯ ¯®ª 811ÿ600ÿ121ÿ856 ¡ ©â ᢮¡®¤®
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east": { "model": "betternether:block/bar_stool_%name%" },
|
||||
"facing=west": { "model": "betternether:block/bar_stool_%name%", "y": 180 },
|
||||
"facing=south": { "model": "betternether:block/bar_stool_%name%", "y": 90 },
|
||||
"facing=north": { "model": "betternether:block/bar_stool_%name%", "y": 270 }
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,top=false": { "model": "betternether:block/chair_%name%", "y": 90 },
|
||||
"facing=west,top=false": { "model": "betternether:block/chair_%name%", "y": 270 },
|
||||
"facing=south,top=false": { "model": "betternether:block/chair_%name%", "y": 180 },
|
||||
"facing=north,top=false": { "model": "betternether:block/chair_%name%" },
|
||||
"top=true": { "model": "betternether:block/chair_%name%_top" }
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "betternether:block/empty_%name%"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "betternether:block/crafting_table_%name%"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "betternether:block/striped_bark_%name%" },
|
||||
"axis=z": { "model": "betternether:block/striped_bark_%name%", "x": 90 },
|
||||
"axis=x": { "model": "betternether:block/striped_bark_%name%", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "betternether:block/striped_log_%name%" },
|
||||
"axis=z": { "model": "betternether:block/striped_log_%name%", "x": 90 },
|
||||
"axis=x": { "model": "betternether:block/striped_log_%name%", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east": { "model": "betternether:block/taburet_%name%" },
|
||||
"facing=west": { "model": "betternether:block/taburet_%name%", "y": 180 },
|
||||
"facing=south": { "model": "betternether:block/taburet_%name%", "y": 90 },
|
||||
"facing=north": { "model": "betternether:block/taburet_%name%", "y": 270 }
|
||||
}
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "betternether:block/barrel_%name%"
|
||||
"parent": "betternether:block/%name%_barrel"
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "betternether:block/crafting_table_%name%"
|
||||
"parent": "betternether:block/%name%_crafting_table"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betternether:item/sign_%name%"
|
||||
"layer0": "betternether:item/%name%_sign"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "betternether:block/striped_bark_%name%"
|
||||
"parent": "betternether:block/%name%_striped_bark"
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "betternether:block/striped_log_%name%"
|
||||
"parent": "betternether:block/%name%_striped_log"
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "betternether:block/taburet_%name%"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue