Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

How to start the Printer? #9

Open
wyemhu12 opened this issue Nov 2, 2021 · 7 comments
Open

How to start the Printer? #9

wyemhu12 opened this issue Nov 2, 2021 · 7 comments

Comments

@wyemhu12
Copy link

wyemhu12 commented Nov 2, 2021

Hi, How to start the Printer after I've loaded the Schematic? What are hot keys and how to open settings?

@jensvh
Copy link
Owner

jensvh commented Nov 3, 2021

Hey, the shortcut for opening the config menu is m + c or , + c depending on your keyboard. Here you can find both the litematica settings and the printer settings. All printer settings start with easyPlace. A list with all settings can be found in the readme.md file.
In the Hotkeys tab you can change the hotkey for enabling the printer.
Good luck!

@wyemhu12
Copy link
Author

wyemhu12 commented Nov 3, 2021

Hey, the shortcut for opening the config menu is m + c or , + c depending on your keyboard. Here you can find both the litematica settings and the printer settings. All printer settings start with easyPlace. A list with all settings can be found in the readme.md file. In the Hotkeys tab you can change the hotkey for enabling the printer. Good luck!

So after a while testing, I cannot use the mod in the server. The admin said they did not disable anything. Do you have any solution?
When I tried to place a block down, it said " Action prevented by Easy Place mode". I got the same message in Single player, but I can still print.

@jensvh
Copy link
Owner

jensvh commented Nov 4, 2021

Could you send me the server ip? Then I could run some tests.

@aria1th
Copy link

aria1th commented Nov 4, 2021

Its message is from ActionResult.FAIL, so instead of returning actionresult, doing continue; solves most of the problem.
Printer stopping working might mean you're trying to send packet but channel is clogged for some reason : possible reason is,

  1. You've set max interaction too big / delay too small.
  2. Server does not allow packets in weird way and packet is just being blocked.
  3. You're trying to interact over reach distance?

@wyemhu12
Copy link
Author

wyemhu12 commented Nov 4, 2021

Could you send me the server ip? Then I could run some tests.

It is a server with mod pack. I tried on 1.12 and it works. But on 1.16.5, its not.
Direwolf20 1.16 Server IP: dw16.craftersland.net

@wyemhu12
Copy link
Author

wyemhu12 commented Nov 4, 2021

Its message is from ActionResult.FAIL, so instead of returning actionresult, doing continue; solves most of the problem. Printer stopping working might mean you're trying to send packet but channel is clogged for some reason : possible reason is,

  1. You've set max interaction too big / delay too small.
  2. Server does not allow packets in weird way and packet is just being blocked.
  3. You're trying to interact over reach distance?

I think >2 have biggest chance. I'm using default values.

@jensvh
Copy link
Owner

jensvh commented Nov 6, 2021

I'm currently struggling to install the Direwolf20 modpack with litematica to join the server.
Could you try the following printer settings:

  • set easyPlaceModeRange (both x,y and z) to 6
  • set easyPlaceModeMaxBlocks to 1
  • set easyPlaceModeDelay to 0.1
  • set easyPlaceModePaper to true
    Those settings bypass most anti-cheats.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants