forked from Aeltumn/automated_crafting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Allow alternate blocks to be used as autocrafters | ||
alternate-blocks: | ||
# If true, dispensers can be turned into autocrafters | ||
allowDispensers: false | ||
allowDispensers: true | ||
# If true, chests can be turned into autocrafters. Incompatible with `craft-on-redstone-pulse`! | ||
allowChests: false | ||
|
||
# The amount of ticks between activations of all autocrafters (every tick is 1/20th of a second) | ||
ticks-per-craft: 27 | ||
|
||
# Enables autocrafters activating whenever they are activated by redstone | ||
craft-on-redstone-pulse: false | ||
craft-on-redstone-pulse: true | ||
|
||
# A list of all materials that can not be crafted by autocrafters | ||
blocked-materials: [] |