Cactus fixes & enhancements
This commit is contained in:
parent
bd73d1c576
commit
cce934d537
12 changed files with 507 additions and 375 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/neon_cactus_block_top",
|
||||
"top": "betterend:block/neon_cactus_block_top",
|
||||
"side": "betterend:block/neon_cactus_block_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/neon_cactus_block_top",
|
||||
"top": "betterend:block/neon_cactus_block_top",
|
||||
"side": "betterend:block/neon_cactus_block_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/neon_cactus_block_top",
|
||||
"top": "betterend:block/neon_cactus_block_top",
|
||||
"side": "betterend:block/neon_cactus_block_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/neon_cactus_block_top",
|
||||
"top": "betterend:block/neon_cactus_block_top",
|
||||
"side": "betterend:block/neon_cactus_block_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/neon_cactus_slab"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/neon_cactus_stairs"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue