File Details
astages-1.1.0-1.20.1
- R
- Mar 7, 2025
- 336.38 KB
- 436
- 1.20.1
- Forge
File Name
astages-1.1.0-1.20.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
[1.1.0] - 07-03-2025
Added
- Added Models: new model system for predicate restrictions added.
- New property for Dimensions: bidirectional now works as excepted, also added a new leave message property.
- Server staging: a brand new way to add stages! WIKI
- New Structure Behaviour: if a restriction enables players to place blocks, now those ones are normally breakable and not restricted just because in the structure bounding box.
Changes
- Performance boost: speed up JEI hiding/showing for item restriction.
- Changed method signature:
AStages#addRestrictionForPredicate(id, stage, predicate)->AStages#addRestrictionForPredicate(id, stage, model). - Changed method:
AStages#addRestrictionForTag(id, stage, tag, ignoredItems)->AStages#addRestrictionForTag(id, stage, tag).ignoreItems(items). - Changed method:
AStages#addRestrictionForMod(id, stage, mod, [ignoredItems], [ignoredTags])->AStages#addRestrictionForMod(id, stage, mod).ignoreItems(items).ignoreTags(tags).
Technical
- Solved bug: solved different bugs! (And as many introduced...)