aria1th / litematica-printer

Printer with AccurateBlockPlacement, FlippinCactus(why), Observer Update Order, some QC fix, Xcom's Lavasponge, Smart string spamming, Composter Support, bedrock breaking
Creative Commons Zero v1.0 Universal
95 stars 8 forks source link

Direction is incorrect when placing blocks #59

Closed hqqaazz closed 1 year ago

hqqaazz commented 1 year ago

The printer always place blocks with wrong direction

tried to tweak something, with the following config it still happens: printerFakeRotationAggressive:true easyPlaceModePrinterMaxBlocks:1 easyPlaceModePrinterMaxItemChange:0 easyPlaceModeDelay:0.4 printerFakeRotationTicks:20

Following is an example if it helps

the correct direction in the schematic 2023-06-22_11-06

the printer does the following :

place the closer block with the direction of the further one 2023-06-22_11-07

place the further block with the direction of the closer one

2023-06-22_11-08

hqqaazz commented 1 year ago

though in the debug message the direction is correct, but the direction of placed block is correct

aria1th commented 1 year ago

I confirmed the directions are correct in vanilla / fabric servers, is it realm?

hqqaazz commented 1 year ago

is in 1.20.1 vanilla server one more point is that the direction is correct in single player just tested with printer only(fabric API + litematica + maliLib + this printer)

aria1th commented 1 year ago

@hqqaazz can you check if 'accurateBlockPlacement' is on? It should be off in server

hqqaazz commented 1 year ago

@aria1th the 'printerAccurateBlockPlacement' is off, and for the testing I am not using tweakeroo

aria1th commented 1 year ago

@hqqaazz can you check if it happens with default fake rotation setting? I'll check if something is wrong when I arrive home, but it seems like... placing at wrong float location :thinking:

hqqaazz commented 1 year ago

@aria1th I had reset all things in litematica settings and the direction is still incorrect

hqqaazz commented 1 year ago

image this is the simple litematica I am using to test it

aria1th commented 1 year ago

@hqqaazz I confirmed the issue and released the fixed version!

hqqaazz commented 1 year ago

It's working now, thank you!