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

Commit

Permalink
Add available settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jensvh committed Jul 8, 2021
1 parent 07ff692 commit 5679e22
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

To set this up just add the latest litematica version to your mods folder as well as this, it will replace easy place with printer. This does not use accurate placement protocal and therefore means that in order to place blocks in some rotations, you need to rotate your player. If I stop lazy, I will add one that does use accurate placement.

## Settings

### Printer settings:

`easyPlaceModeRange (x,y,z)`:  "X,Y,Z Range for EasyPlace"
`easyPlaceModeMaxBlocks`:  "Max block interactions per cycle"
`easyPlaceModeBreakBlocks`:  "Automatically breaks blocks. Currently only works in creative."

### Handy litematica settings:

`easyPlaceMode`:  "When enabled, then simply trying to use an item/place a block\non schematic blocks will place that block in that position."
`easyPlaceModeHoldEnabled`:  "When enabled, then simply holding down the use key\nand looking at different schematic blocks will place them"
`easyPlaceClickAdjacent`:  "If enabled, then the Easy Place mode will try to\nclick on existing adjacent blocks. This may help on Spigot\nor similar servers, which don't allow clicking on air blocks."
`pickBlockAuto`:  "Automatically pick block before every placed block"
`pickBlockEnabled`:  "Enables the schematic world pick block hotkeys.\nThere is also a hotkey for toggling this option to toggle those hotkeys... o.o", "Pick Block Hotkeys"
`pickBlockIgnoreNBT`:  "Ignores the NBT data on the expected vs. found items for pick block.\nAllows the pick block to work for example with renamed items."
`pickBlockableSlots`:  "The hotbar slots that are allowed to be\nused for the schematic pick block.\nCan use comma separated individual slots and dash\nseparated slot ranges (no spaces anywhere).\nExample: 2,4-6,9"
`placementInfrontOfPlayer`:  "When enabled, created placements or moved placements are\npositioned so that they are fully infront of the player,\ninstead of the placement's origin point being at the player's location"
`renderMaterialListInGuis`:  "Whether or not the material list should\nbe rendered inside GUIs"
`signTextPaste`:  "Automatically set the text in the sign GUIs from the schematic"

`easyPlaceActivation`:  "When the easyPlaceMode is enabled, this key must\nbe held to enable placing the blocks when\nusing the vanilla Use key"
`easyPlaceToggle`:  "Allows quickly toggling on/off the Easy Place mode"

## Support
If you have any issues with this mod **DO NOT** contact and bother masa with it. Please message me in discord, I am usually around Scicraft, Mechanists, and Hekate.

Expand Down

0 comments on commit 5679e22

Please sign in to comment.