Stripped name fix
This commit is contained in:
parent
81e62efcf6
commit
baff425b70
49 changed files with 219 additions and 219 deletions
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/%name%_striped_log_side"
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "betterend:block/%name%_striped_log_top",
|
||||
"east": "betterend:block/%name%_striped_log_side",
|
||||
"north": "betterend:block/%name%_striped_log_side",
|
||||
"particle": "betterend:block/%name%_striped_log_side",
|
||||
"south": "betterend:block/%name%_striped_log_side",
|
||||
"up": "betterend:block/%name%_striped_log_top",
|
||||
"west": "betterend:block/%name%_striped_log_side"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_stripped_bark.json
Normal file
6
utility_res/block/%name%_stripped_bark.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/%name%_stripped_log_side"
|
||||
}
|
||||
}
|
12
utility_res/block/%name%_stripped_log.json
Normal file
12
utility_res/block/%name%_stripped_log.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "betterend:block/%name%_stripped_log_top",
|
||||
"east": "betterend:block/%name%_stripped_log_side",
|
||||
"north": "betterend:block/%name%_stripped_log_side",
|
||||
"particle": "betterend:block/%name%_stripped_log_side",
|
||||
"south": "betterend:block/%name%_stripped_log_side",
|
||||
"up": "betterend:block/%name%_stripped_log_top",
|
||||
"west": "betterend:block/%name%_stripped_log_side"
|
||||
}
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "betterend:block/%name%_striped_bark",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "betterend:block/%name%_striped_bark"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "betterend:block/%name%_striped_bark",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "betterend:block/%name%_striped_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "betterend:block/%name%_striped_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "betterend:block/%name%_striped_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
16
utility_res/blockstates/%name%_stripped_bark.json
Normal file
16
utility_res/blockstates/%name%_stripped_bark.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "betterend:block/%name%_stripped_bark",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "betterend:block/%name%_stripped_bark"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "betterend:block/%name%_stripped_bark",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
16
utility_res/blockstates/%name%_stripped_log.json
Normal file
16
utility_res/blockstates/%name%_stripped_log.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "betterend:block/%name%_stripped_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "betterend:block/%name%_stripped_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "betterend:block/%name%_stripped_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/%name%_striped_bark"
|
||||
"parent": "betterend:block/%name%_stripped_bark"
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/%name%_striped_log"
|
||||
"parent": "betterend:block/%name%_stripped_log"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue