custom crafting not accepting fluid as output

Started by Merciless on

Topic category: Troubleshooting, bugs, and solutions

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom crafting not accepting fluid as output

ive created a new custom gui block for crafting, and a fluid that is intended to be a molten version of one mf my ingots. the recipe works, but whenever i load a world and rclick the crafting table to try and craft it, the gui block crashes my instance

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Are you putting a bucket of…
Tue, 04/14/2020 - 19:03

Are you putting a bucket of the fluid as the output or the actual fluid block itself?

Minecraft cannot turn fluid blocks into items whatsoever. So when you set the output to a fluid it is understandable that it would crash the game. Any block that doesn't have an item form will do this.

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok. thanks. ive found a…
Wed, 04/15/2020 - 20:26

ok. thanks. ive found a workaround