Lychee (Fabric)

Lychee (Fabric)

211k Downloads

Bug: Blocks crushed with Block Crushing always fall North

Shadowdragon019 opened this issue ยท 2 comments

commented

Mod loader

Forge

Minecraft version

1.18.1

Mod version

1.6.1

Modloader version

39.0.88 & 39.0.66

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/d4b4e7e6c74bfc2f694d7c411863a31f

Issue description

Blocks crushed with block crushing always fall north, changing the direction of the anvil doesn't help. I expected them to fall the direction the anvil was placed.
Example Datapack - https://drive.google.com/drive/folders/1TQsgRyBWM7CdF1e2tu69tVzYjOsNziga?usp=sharing
Demonstration - https://www.youtube.com/watch?v=HcXWVQppbyA&ab_channel=Wolfboycoolkid
Code:

{
	"type": "lychee:block_crushing",
	"landing_block": "minecraft:raw_copper_block",
	"post": [
		{
			"type": "drop_item",
			"item": "minecraft:copper_ingot",
			"count": 39
		},
		{
			"type": "drop_item",
			"item": "minecraft:copper_ingot",
			"contextual": {
				"type": "chance",
				"chance": 0.25
			}
		},
		{
			"type": "place",
			"block": "*"
		}
		
	]
}
commented

Forgot the example script, I'll add it in a moment, sorry about that!

commented

Alright, added it!