Skip to content

bonndan/blimpy

Repository files navigation

Blimpy Mod for Minecraft NeoForge

logo

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.

How To...

Build it?

Assemble boats, paper, a chest and a furnace.

recipe

Load it?

Press shift + right click to access the inventory from OUTSIDE the blimp (if not mounted).

Control it?

Press jump (space) to gain height and left ctrl to sink. Otherwise, the blimp is controlled like a boat

Dye it?

Use any dye color (item) on the blimp when not mounted.

License

Source Code / java files

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.

Development

Adding an entity

  • 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

About

Blimps in vanilla Minecraft

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages