Skip to content

Commit

Permalink
Disable moving tile entities with RFTools Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed May 22, 2022
1 parent 52b0189 commit b7b7b20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defaultconfigs/rftoolsbuilder-server.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Settings for the builder
[builder]
#Can Tile Entities be moved? 'forbidden' means never, 'whitelist' means only whitelisted, 'blacklist' means all except blacklisted, 'allowed' means all
#Allowed Values: MOVE_FORBIDDEN, MOVE_WHITELIST, MOVE_BLACKLIST, MOVE_ALLOWED
tileEntityMode = "MOVE_FORBIDDEN"

0 comments on commit b7b7b20

Please sign in to comment.