#Why? Y Axis on my block is not working.

1 messages · Page 1 of 1 (latest)

mystic sageBOT
#

<@&987246652869971988> please have a look, thanks.

smoky osprey
#

blockstates\timber.json:

  "variants": {
    "axis=x": {
      "model": "mrmc:block/timber_horizontal",
      "x": 90,
      "y": 90
    },
    "axis=y": {
      "model": "mrmc:block/timber_log"
    },
    "axis=z": {
      "model": "mrmc:block/timber_horizontal",
      "x": 90
    }
  }
}```
models\block\timber.json:
```{
  "parent": "minecraft:block/cube_column",
  "textures": {
    "end": "mrmc:block/timber_top",
    "side": "mrmc:block/timber_log"
  }
}```
models\block\timber_horizontal.json:
duplicate code of models\block\timber.json but with _horizontal appended after cube_column.
mystic sageBOT
smoky osprey
#

Right now it should work exactly as a normal oak log but with a different texture. I referenced the minecraft files too. Not sure why it isnt working as tutorials about logs are lacking.

#

hold on a second -_-