• v0.2.0+1.21.1 fd039e8d4a

    v0.2.0+1.21.1 Stable

    sylv256 released this 2024-11-24 07:01:39 +00:00 | 29 commits to 1.21 since this release

    Added

    • ContextParamMap#has(ContextParameterType)
    • ContextParamMap.Mutable - A mutable variant of ContextParamMap
    • TypedGameCondition - An interface for parameter-typed conditions to implement.
    • EntityPassengerCondition - A condition that tests a condition on an entity's passenger.
    • EntityVehicleCondition - A condition that tests a condition on an entity's vehicle.
    • InvertedCondition - A condition that inverts another condition's test.

    Changed

    • Implemented TypedGameCondition on all built-in conditions.
    • Use registries for ContextParamType.

    Removed

    • Removed @ApiStatus.Experimental from GameConditionType.

    Full Changelog: https://github.com/ModGardenEvent/silicate/compare/v0.1.0+1.21.1...v0.2.0+1.21.1

    Downloads