custom crafting not accepting fluid as output

Started by Merciless on

Topic category: Troubleshooting, bugs, and solutions

Active 2 years ago
Joined Jan 2020
Points:
719

User statistics:

  • Modifications: 2
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 35
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

Active 6 months ago
Joined May 2014
Points:
1035

User statistics:

  • Modifications: 3
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 330
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.

Active 2 years ago
Joined Jan 2020
Points:
719

User statistics:

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

ok. thanks. ive found a workaround