Insane96 / CustomFluidMixin

Custom Fluid Mixin is a pack developer mod that let you change how fluids interact, creating blocks and such
https://www.curseforge.com/minecraft/mc-mods/custom-fluid-mixin
6 stars 1 forks source link

Concrete powder to concrete type recipe? #10

Closed pfgithub closed 3 months ago

pfgithub commented 3 months ago

Any concrete powder touching water turns into concrete. Is there any way to make a recipe like this? The closest I got is

{
    "type": "block_transform",
    "flowing": "minecraft:water",
    "block_to_transform": "minecraft:stone",
    "blocks_nearby": [],
    "result": {
        "type": "block",
        "block": "minecraft:ice"
    }
}

But this only transforms next to the source block, not next to flowing liquid

Insane96 commented 3 months ago

You need to use fluid tags. Also next time use discord/cf comments for questions, this is an issue tracker

pfgithub commented 3 months ago

dang, I also missed there was a previous issue # 2 that was basically the same thing.

I don't see a discord link on curseforge or github or on your profile page on either

Insane96 commented 3 months ago

They're both on the curseforge page