KubeJS Fabric 1902.6.0-build.86
on Oct 10, 2022- Merge pull request #489 from ChiefArug/safeEffectCallback - Kristiāns Micītis
- Merge pull request #494 from ChiefArug/statsFix - Kristiāns Micītis
- Merge pull request #495 from ChiefArug/registry-custom-objects - Kristiāns Micītis
- Merge remote-tracking branch 'origin/1.19/dev' into 1.19/dev - LatvianModder
- Updated Ingredient API - LatvianModder
- Better event error handling - LatvianModder
- Fix merge error - Max
- Post-release cleanup - Max
- Merge branch '1.18/dev' into 1.19/dev - Max
- Migrate to current script type / console in some places - Max
- Backport ScriptType.getCurrent and ConsoleJS.getCurrent to 1.18 - LatvianModder
- Add Utils.lazy and Utils.expiringLazy for memoized suppliers - Max
- Update to Rhino 1802.2.1 - Max
- Rename custom that takes a BuilderBase to fromBuilder, to avoid potential future ambiguity - ChiefArug
- Allow adding custom objects to registries. This opens up a lot of possibilities with registering things based on other mods classes, including things that do not have a default ('basic') type, such as BlockEntities or Entities. - ChiefArug
- Revert IntelliJ deciding to put a bunch of wildcard imports in - ChiefArug
- Fix https://github.com/KubeJS-Mods/KubeJS/issues/490 Also has side effect of allowing non-rl based stats to be set. - ChiefArug
- Move destroyServer to server stopped event (fixes persistent data issues) - Max
- Add safe callback for mob effect ticking, so it doesn't crash the game. - ChiefArug
KubeJS Forge 1902.6.0-build.79
on Oct 9, 2022KubeJS Fabric 1902.6.0-build.79
on Oct 9, 2022KubeJS Forge 1802.5.5-build.550
on Oct 9, 2022KubeJS Fabric 1802.5.5-build.550
on Oct 9, 2022- Merge branch '1.18/dev' into 1.18/main - Max
- Migrate to current script type / console in some places - Max
- Backport ScriptType.getCurrent and ConsoleJS.getCurrent to 1.18 - LatvianModder
- Add Utils.lazy and Utils.expiringLazy for memoized suppliers - Max
- Update to Rhino 1802.2.1 - Max
- Move destroyServer to server stopped event (fixes persistent data issues) - Max
KubeJS Forge 1802.5.5-build.546
on Sep 3, 2022KubeJS Fabric 1802.5.5-build.546
on Sep 3, 2022- Merge pull request #470 from KubeJS-Mods/1.18/dev - Max
- Update to Rhino 1802.2.0, bump version (this release breaks ProbeJS!) - Max
KubeJS Forge 1802.5.4-build.544
on Sep 2, 2022KubeJS Fabric 1802.5.4-build.544
on Sep 2, 2022- Merge branch '1.18/dev' into 1.18/main - Max
- Mark Rhino 1802.2.0 as incompatible with KubeJS 5.4 - Max
- Update generated aw - Max
KubeJS Forge 1802.5.4-build.541
on Aug 29, 2022KubeJS Fabric 1802.5.4-build.541
on Aug 29, 2022- Merge branch '1.18/dev' into 1.18/main - Max
- Post-PR cleanup - Max
- Basic BlockState Support and Misc Delegate Methods to LevelJS (#464) - Hunter19823
- Fix game rules (hopefully) - Max
- Add language to ClientWrapper - Max
- Added way to create item name dynamically (#457) - Li Junyu
- Fix NoClassDefFoundError with Game Stages in downstream plugins - Max
KubeJS Forge 1802.5.4-build.535
on Aug 22, 2022KubeJS Fabric 1802.5.4-build.535
on Aug 22, 2022- Merge branch '1.18/dev' into 1.18/main - Max
- Reintroduce Game Stages integration - Max
KubeJS Forge 1802.5.4-build.533
on Aug 2, 2022KubeJS Fabric 1802.5.4-build.533
on Aug 2, 2022- Merge branch '1.18/dev' into 1.18/main - Max
- Update dependencies - Max
- Added containsRecipe to RecipeEventJS.java (#408) - Hunter19823
- Make the error for type() a bit less confusing (#420) - ChiefArug
- Fix dupe in KeepAction with larger stack sizes - Max
- Fixed crops not preventing dry farmland from decaying (#432) - Li Junyu
- Do not show tag names by default to reduce tooltip clutter - Max
KubeJS Forge 1802.5.4-build.526
on Jul 27, 2022KubeJS Fabric 1802.5.4-build.526
on Jul 27, 2022- Merge branch '1.18/dev' into 1.18/main - Max
- Add rei.group event to allow for entries to be grouped together - Max
- Replace some Redirects with ModifyVariable where possible - Max
KubeJS Forge 1802.5.4-build.524
on Jul 21, 2022KubeJS Fabric 1802.5.4-build.524
on Jul 21, 2022- Merge branch '1.18/dev' into 1.18/main - Max
- Remove FTB maven publishing from common build as well - Max
- BlockModificationProperties.setMaterial now sets SoundType as well - Max