mod for mcl
Find a file
2023-06-06 15:18:51 +10:00
.vscode fix obvious crash 2023-06-06 10:34:57 +10:00
models Update sum_airship.b3d and sum_airship_texture.png 2023-01-11 15:43:34 +11:00
sounds sound for adding fuel 2022-08-12 18:17:26 +10:00
textures Update sum_airship.b3d and sum_airship_texture.png 2023-01-11 15:43:34 +11:00
.gitignore Update .gitignore 2022-08-10 01:00:23 +10:00
airship crafting.gif add crafting gif 2022-08-09 15:42:28 +10:00
balloon.lua fix obvious crash 2023-06-06 10:34:57 +10:00
crafts.lua Update readme documentation, fix crash when driving, fix airship crafting recipes, and add support for subtitles mod. 2023-06-05 14:17:06 -05:00
init.lua Update readme documentation, fix crash when driving, fix airship crafting recipes, and add support for subtitles mod. 2023-06-05 14:17:06 -05:00
license.txt Update license.txt 2023-01-11 13:31:14 +11:00
mod.conf animations and particles 2022-08-08 19:25:44 +10:00
README.md Update readme documentation, fix crash when driving, fix airship crafting recipes, and add support for subtitles mod. 2023-06-05 14:17:06 -05:00

sum_airship

Mod for minetest

ContentDB

This adds an airship to minetest_game or mcl2. Not tested on any other games. If it uses default:steel_ingot or mcl_core:iron_ingot for example, then it should work. It should not crash no matter what game you use though, this is only for the crafting recipes. The dependency on MTG or MCL2 is only for crafting, otherwise the ship it self can still be used just not crafted (because I don't know what your game calls each item / node etc)

Flies like a boat, WSAD, jump and aux1 (sprint) for up and down. Shift to dismount. Does not require fuel but will go faster when given any type of coal.

Crafting (mcl)

Craftable with wool > canvas and boats > hull. All items: wool: 27, string: 4, wood: 15, iron_ingot: 4

Crafting Guide GIF:

airship%20crafting.gif

Air Currents

This optionally uses sum_air_currents to apply force based on the weather. Both this mod and the air currents mod are in development so expect changes made regularly.