File Details
1.19.2-0.0.1.4-beta4
- B
- Feb 3, 2023
- 382.68 KB
- 156
- 1.19.2
- Forge
File Name
yawp-1.19.2-0.0.1.4-beta4.jar
Supported Versions
- 1.19.2
Curse Maven Snippet
0.0.1.4-beta4 - CLI improvements & priority fixes
Additions
- Add flag
use-entitiesto prevent general entity interactions - Add flag
use-itemsto prevent general item usage - Add flag
use-blocksto prevent general block usage/interaction. This should, beside other things, prevent using modded containers in contradiction to the access-container flag, which only covers containers implementing vanilla mechanics.
Changes
- Reworked header format (the lines with == ... ==) to be more consistent and add a self-link to each header for easier accessibility.
- Remove
useflag.
Fixes
- Fix priority not set properly for Local Regions
- Fix some I18n typos and missing translations
Notes
- Currently child regions do not overwrite flags of their parents. This means for example when having a parent with the break-block flag, which denies breaking blocks, and a child which doesn't have this flag, the flag of the parent still covers the child region.

