Jump to content

Recommended Posts

Posted

The inventory slot for the block is blank, not the missing texture, just nothing there.  Works fine.  I set the default block state.  The only thing i can guess , is that i'm using a multipart blockstate in the .json, which has no default model.  It;s all setup when placing the block.  Even tried putting an "inventory" tag.

 

{
		"multipart": [
        {   "when": { "facing": "north" },
            "apply": { "model": "yabm:yb_M_stair_rail_side", "y": 90, "uvlock": false }
        },
        	{ "when": {"facing": "north" , "post1": true },
          	  "apply": { "model": "yabm:yb_M_stair_rail_post", "y": 90, "uvlock": true }
        	},
        	{ "when": {"facing": "north" , "post2": true },
              "apply": { "model": "yabm:yb_M_stair_rail_post", "y": -180, "uvlock": true }
       		},

        {   "when": { "facing": "south" },
            "apply": { "model": "yabm:yb_M_stair_rail_side", "y": -90, "uvlock": false }
        },
        	{ "when": {"facing": "south" , "post1": true },
          	"apply": { "model": "yabm:yb_M_stair_rail_post", "uvlock": true }
        	},
        	{ "when": {"facing": "south" , "post2": true },
            		"apply": { "model": "yabm:yb_M_stair_rail_post", "y": -90, "uvlock": true }
       		},
       		
       	{   "when": { "facing": "east" },
            "apply": { "model": "yabm:yb_M_stair_rail_side", "y": 180, "uvlock": false }
        },
        	{ "when": {"facing": "east" , "post1": true },
          	"apply": { "model": "yabm:yb_M_stair_rail_post", "y": 180, "uvlock": true }
        	},
        	{ "when": {"facing": "east" , "post2": true },
            		"apply": { "model": "yabm:yb_M_stair_rail_post", "y": -90, "uvlock": true }
       		},
       	{   "when": { "facing": "west" },
            "apply": { "model": "yabm:yb_M_stair_rail_side", "uvlock": false }
        },
        	{ "when": {"facing": "west" , "post1": true },
       	   "apply": { "model": "yabm:yb_M_stair_rail_post", "y": 90, "uvlock": true }
       		 },
        	{ "when": {"facing": "west" , "post2": true },
       	   "apply": { "model": "yabm:yb_M_stair_rail_post", "uvlock": true }
       		 }
    	],
    	"inventory": { "model": "yabm:yb_M_stair_rail_side", "uvlock": false }
}

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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