This was a NeoForge port of LittleLogistics but now it only features blimps. The model is made by pega are published under the same license as the source code. The item icon is made by teezeepeezee.
This mod is sponsored by Agile Unicorn.
Assemble boats, paper, a chest and a furnace.
Press shift + right click to access the inventory from OUTSIDE the blimp (if not mounted).
Press jump (space) to gain height and left ctrl to sink. Otherwise, the blimp is controlled like a boat
Use any dye color (item) on the blimp when not mounted.
LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.en.html
All assets are used with permission from the original authors of the Little Logistics project.
- create a recipe in ModRecipeProvider
- create an Entity Model (e.g. SubmarineEntity)
- register the entity in ModEntityTypes
- register the model for rendering in ModClientEventHandler
- register events in ModEventBusEvents
- register a creative mode tab in ModItems
- add an entry in ModItemModelProvider