I can't craft fluids

Started by Le_blue on

Topic category: Help with Minecraft modding (Java Edition)

Active 8 years ago
Joined May 2017
Points:
714

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
I can't craft fluids

Hi, i created some new fluids for my mod, but any of the crafting recipes work, i can have acess to the items in the creative menu, and use them normaly, but there is no way of obtaining it in survival mode, how do i fix it?

thanks!

Active 4 years ago
Joined Mar 2015
Points:
887

User statistics:

  • Modifications: 6
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 191
youll have to use events like
Wed, 05/24/2017 - 00:54

youll have to use events like if holding bucket>right clicks liquid>give item {bucket with fluid} >remove block {the liquid) OR place block air... youll also have to add events for the bucket like rightclicked remove item and place liquid ect.

Active 8 years ago
Joined May 2017
Points:
714

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Thanks! but i tried to use
Wed, 05/24/2017 - 19:08

Thanks! but i tried to use events, like ''add block'' and ''add item to inventory'' and none of them worked :/ they work with any other minecraft item, but with the moded fluids they don't!