98.0.0
Changed
- Ported to MC 1.12.11
- Disabled KubeJS support for a while until it's updated to support newer MC versions.
97.0.0
Changed
- Ported to MC 1.21.9 + 1.21.10
- Disabled KubeJS support for a while until it's updated to support newer MC versions.
88.0.0
BREAKING!
- The config system has moved over to json5! Please make sure to update your config files before updating your modpacks to this version!
- The config is now commented and the dimension system has been reworked!
Added
- Json5 config for comments and better structure
- New dimension matching system that allows for more complex dimensions to support modded dimensions better
Fixed
- Fixed issues with KubeJS integration
Changed
- Reduced the jar size significantly by forking the IPC library and migrating core features to minecraft compatible libraries. We've also fixed up that library and improved it.
91.0.0
Added
- Ported to 1.21.4
Changed
- Removed KubeJS support in preference for configs.
87.0.1
Added
- Added KubeJS Support back to the NeoForge version
87.0.0
Update to 1.21
86.0.1
Changed
Buttons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.
If you do not want to have buttons, you can leave the buttons array empty.
{
"buttons": [
{
"label": "Google",
"url": "https://www.google.com"
},
{
"label": "Yahoo",
"url": "https://www.yahoo.com"
}
]
}
86.0.1
Changed
Buttons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.
If you do not want to have buttons, you can leave the buttons array empty.
{
"buttons": [
{
"label": "Google",
"url": "https://www.google.com"
},
{
"label": "Yahoo",
"url": "https://www.yahoo.com"
}
]
}
6.0.2
Added
- Added support for custom buttons
Buttons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.
If you do not want to have buttons, you can leave the buttons array empty.
{
"buttons": [
{
"label": "Google",
"url": "https://www.google.com"
},
{
"label": "Yahoo",
"url": "https://www.yahoo.com"
}
]
}
Fixed
- Fixed the borked reimplementation of KubeJS support. This should now work correctly.
6.0.1
Added
- Added kubejs support back in for NeoForge as KubeJS no longer supports Forge or Fabric



