
Launchpad
Develop for NeoForge in the Fabric way
- Загрузки
- 9K
- Подписчики
- 21
- Обновлён
- 15 августа 2026 г.
- Лицензия
- GPL-3.0-only WITH Classpath-exception-2.0
Опубликован 22 июня 2026 г.
Launchpad
A small tool for developing NeoForge mods using Fabric conventions.
📖 About
Launchpad's main features include the following:
- Reading mod metadata from
fabric.mod.jsonfiles - Running mod entrypoints (both standard and custom)
- Access transformation using Class Tweakers (or Access Wideners)
- Loading nested jar dependencies
Furthermore, we provide certain extensions on top of the Fabric standard described in Usage.
When to use Launchpad
Generally speaking, Launchpad works best for small to medium-sized Fabric mods that are already potentially compatible with NeoForge, just need that small final push to get them loaded.
Use Launchpad, when:
- You want to port your mod to NeoForge but don't have the time for a full, native port
- Your mod requires little to no changes to be compatible with NeoForge (mainly speaking of Mixins)
- You're fine with having extra dependencies on NeoForge, namely the Forgified Fabric API and Launchpad
When not to use Launchpad
Consider making a native port or using the MultiLoader template, when:
- You want to use NeoForge APIs extensively
- You want full control over your metadata or entrypoints
- You don't want extra dependencies
📋 Usage
Find all usage instruction in our repository.
⚖️ License
Launchpad is licensed under the GNU General Public License v3 with the Classpath Exception v2.0. See LICENSE for the full license text.
Ченджлог
1.9.2+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 15 августа 2026 г.
- Register command argument types from Fabric mods (Su5eD)
1.9.1+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 15 августа 2026 г.
- Bump NeoForge version (Su5eD)
- Add dynamic registry test (Su5eD)
- Register dynamic registries from Fabric mods (Su5eD)
1.9.0+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 24 июля 2026 г.
- Use DataResult in mod file reader api (Su5eD)
1.8.0+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 21 июля 2026 г.
- Support Item Tooltip Provider registration (Su5eD)
1.7.1+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 16 июля 2026 г.
- Add note to README regarding enum extensions (Su5eD)
- Allow arbitrary mixin enum extensions (Su5eD)
1.7.0+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 15 июля 2026 г.
- Ignore incompatible files in dev (Su5eD)
- Add classpath fabric jar locator (Su5eD)
1.6.3+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 14 июля 2026 г.
- Add soft fallback for invalid dependency version range (Su5eD)
1.6.2+26.1.2Релиз26.1, 26.1.1, 26.1.2 · 14 июля 2026 г.
- Bump Forgified Fabric Loader (Su5eD)
Комментарии
Загружаем…