Lychee (Fabric)

Lychee (Fabric)

211k Downloads

Replacing liquid with air doesn't work in item_inside

Shadowdragon019 opened this issue ยท 0 comments

commented

Mod loader

Forge

Minecraft version

1.18.1

Mod version

1.6.2

Modloader version

39.0.66 and 39.0.88

Modpack info

No response

If bug:

  • Can you reproduce this issue with relevant mods only?

If bug: The latest.log file

https://gist.github.com/Shadowdragon019/fe69dedeb67db2e688c8afbfe16867b1

Issue description

Attempting to place air on fluids doesn't work
Any other block works
Example Datapack - https://drive.google.com/drive/folders/1nXMsBchc-9e3022ryN8761tHYKH2Gjsl?usp=sharing
Demonstration - https://www.youtube.com/watch?v=rVRQ8TYZpAQ&ab_channel=Wolfboycoolkid

{
	"type": "lychee:item_inside",
	"item_in": {
		"item": "magma_block"
	},
	"block_in": "minecraft:lava",
	"post": [
		{
			"type": "drop_item",
			"item": "obsidian"
		},
		{
			"type": "place",
			"block": "*"
		}
	]
}