Jump to content

Block particles not working


Xerus

Recommended Posts

I have a block with a jsn file. The texture is working fine but the breaking particles are this purple-black stuff, s not working. This is my json file:

{
    "parent": "block/cube_all",
    "textures": {       
        "down": "simpleautomation:blocks/farmerflat",
        "up":   "simpleautomation:blocks/farmerflat",
        "north":"simpleautomation:blocks/farmer",
        "south":"simpleautomation:blocks/farmer",
        "west": "simpleautomation:blocks/farmer",
        "east": "simpleautomation:blocks/farmer"
    }
}

Link to comment
Share on other sites

You may also set "particle" in a defaults segment, and you may set it to one of your faces (e.g. "#up").

 

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

Link to comment
Share on other sites

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.