How make recipe using a custom liquid bucket?

Started by Isaac Hawn on

Topic category: Help with MCreator software

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How make recipe using a custom liquid bucket?

I made a new liquid and selected the make bucket for liquid option, but I can't find the custom liquid bucket anywhere when creating a smelting recipe.

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
a solution would be to make…
Sun, 04/12/2020 - 16:18

a solution would be to make a bucket item with the top filled with the fluid you intended to use

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'll write procedure for…
Sun, 11/01/2020 - 12:13

I'll write procedure for working fluid bucket.

Trigger: Right clicked on block

Set block at x y z (or maybe better x y+1 z) to [custom fluid]

[If: get item from {event/target entity} {mainhand} = {custom fluid bucket}

Do: set item in {event/target entity} {mainhand} = {bucket}

Else if: 

get item from {event/target entity} {offhand} = {custom fluid bucket}

Do: set item in {event/target entity} {offhand} = {bucket}]

I think this can help somebody :)

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the bucket is automatically…
Sun, 11/01/2020 - 16:28

the bucket is automatically created by forge/fabric in the misc tab (like water/lava), so you can't find that in MCreator, srry. :-)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found solution this is a…
Thu, 03/18/2021 - 09:29

I found solution

this is a code:

{
  "group": "[your group]",
  "type": "minecraft:smelting",
  "experience": [experience],
  "cookingtime": [coking time],
  "ingredient": {
    "item": "[your ingredient]"
  },
  "result": {
    "item": "[your group]:[name of your liquid]_bucket"
  }
}

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to use that code?      
Sun, 10/10/2021 - 15:28

how to use that code?