Skip to content

Renamed forge version to new name. (#141) #171

Renamed forge version to new name. (#141)

Renamed forge version to new name. (#141) #171

Triggered via push November 24, 2023 15:17
Status Success
Total duration 11m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
Constant values: forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java#L143
Condition `maxCreatingTime != 0 && creatingTime != 0` is always `false`
Constant values: neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java#L144
Condition `maxCreatingTime != 0 && creatingTime != 0` is always `false`
Function or property has platform type: forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt#L246
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.