Jump to content

TheSkillLesss

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by TheSkillLesss

  1. I am just an idiot, I referred my stairs inner and my stairs outer texture to a stair texture that don't exist: { "parent": "block/outer_stairs", "textures": { "bottom": "mineriamod:block/bougainvillea_stairs", "top": "mineriamod:block/bougainvillea_stairs", "side": "mineriamod:block/bougainvillea_stairs" } } in place of { "parent": "block/outer_stairs", "textures": { "bottom": "mineriamod:block/bougainvillea_planks", "top": "mineriamod:block/bougainvillea_planks", "side": "mineriamod:block/bougainvillea_planks" } } thanks you !
  2. Hi, I've created a custom stair based on the StairsBlock() function and it cause this issue: This is the code: The differents Json things (BlockState, Stairs, InnerStairs, OuterStairs and the Item thing):
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.