pandorabox-mods/readme.md

34 lines
512 B
Markdown
Raw Normal View History

2019-08-16 13:04:43 +02:00
# Pandorabox mods
Pandorabox mod repo
## Install
After cloning:
```
git submodule init
git submodule update
```
2019-08-18 20:37:11 +02:00
2019-08-21 10:50:16 +02:00
## Updating
```
git submodule sync
git submodule init
git submodule update
```
2019-08-18 20:37:11 +02:00
## Advisable settings
```
2019-08-18 21:55:52 -04:00
# allow protection
areas.self_protection = true
# lightweight node timer-based interrupts
mesecon.luacontroller_lightweight_interrupts = true
2019-08-18 20:37:11 +02:00
# don't let the unified inventory show *all* slopes/slabs (use the table saw for that)
moreblocks.stairsplus_in_creative_inventory = false
```