Started by
Le_blue
on
Topic category: Help with Minecraft modding (Java Edition)
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!
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.
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!