
2.2.1 1.18.2 Breaks world gen with Artifacts
minerguy341 opened this issue · 3 comments
https://mclo.gs/VaGOO43
Seems like its trying to place a furnace upright all of a sudden?
Investigating the code there's no reason something like this should happen - much less because of my mod, which shouldn't even affect this code - as the direction property is take from rotations around the Y-axis of a direction from the horizontal plane.
here's the relevant code:
Direction direction = Direction.Plane.HORIZONTAL.getRandomDirection(random);
direction = random.nextBoolean() ? direction.getClockWise() : direction.getCounterClockWise();
placeFurnace(level, positions.remove(0), random, direction.getOpposite());
furnace = furnace.setValue(FurnaceBlock.FACING, facing); //facing is the direction.getOpposite();
Try it with JUST Artifacts and Additional Placements. If it doesn't crash it's probably due to another mod.
It was Canary and Redirecotr, sorry.
…On Tue, Jan 7, 2025, 12:51 PM FirEmerald ***@***.***> wrote:
Try it with JUST Artifacts and Additional Placements. If it doesn't crash
it's probably due to another mod.
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRCRXS5UVK4WE6J2QP6BQD2JQH2TAVCNFSM6AAAAABUWOLFQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZVHEYDAMRXGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>