Neon cactus item

This commit is contained in:
paulevsGitch 2021-04-21 18:22:31 +03:00
parent 3cd71e300d
commit b6f6541e94
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ {
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"parent": "block/block",
"textures": { "textures": {
"particle": "betterend:block/neon_cactus_small_side", "particle": "betterend:block/neon_cactus_small_side",
"side": "betterend:block/neon_cactus_small_side", "side": "betterend:block/neon_cactus_small_side",

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/neon_cactus_small"
}