How make recipe using a custom liquid bucket?

Started by Isaac Hawn on

Topic category: Help with MCreator software

Last seen on 18:29, 16. Mar 2020
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.

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't think that is…
Mon, 03/16/2020 - 00:24

I don't think that is possible, sorry

Last seen on 17:31, 21. Dec 2022
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
might this get added?
Sun, 04/12/2020 - 16:14

might this get added?

Last seen on 17:31, 21. Dec 2022
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

Last seen on 10:42, 27. Mar 2024
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 :)

Last seen on 16:56, 21. Nov 2020
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. :-)

Last seen on 13:52, 9. Apr 2022
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"
  }
}

Last seen on 17:56, 11. Oct 2021
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?