Fabricae Ex Nihilo

Fabricae Ex Nihilo

152k Downloads

[1.20.1] Built-in fluid conversions don't seem to work in 1.20.1

okdewit opened this issue ยท 1 comments

commented

Versions:

wraith-fabricaeexnihilo-1.0.0-beta.4+mc1.20.1
fabric 0.14.23
minecraft 1.20.1

Details:

  • The fluid conversions for milk to slime & water to witchwater do not seem to work.
  • The alchemy recipe with an ancient spore for witchwater does work
  • There are no relevant errors in the log
  • If I add a recipe with KubeJS with just fluid_in, it does work, but that doesn't replicate the witchwater recipe correctly, because it would convert the water even when the barrel is on grass.
  • If I add a recipe with KubeJS with block_below, it doesn't work.
    event.custom({
        'type': 'fabricaeexnihilo:barrel',
        'trigger': { 'type': 'tick' },
        'duration': 200,
        'conditions': [
            {
                'type': 'fluid_in',
                'fluid': 'minecraft:water'
            },
            {
                'type': 'block_below',
                'block': 'minecraft:mycelium'
            }
        ],
        'actions': [
            {
                'type': 'store_fluid',
                'amount': 81000,
                'fluid': {
                    'type': 'fabricaeexnihilo:witchwater'
                }
            }
        ],
        'icon': 'fabricaeexnihilo:witchwater'
    })

Screenshots

image
image

commented

Fixed in v1.0.0