1
0
Fork
You've already forked sum_airship
0
Adds a simple airship to Minetest. Supports mtg and mcl. Forked to add support for RePixture.
  • Lua 100%
2024年05月18日 21:59:07 +00: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
balloon.lua fix global 2024年05月18日 23:08:39 +10:00
crafting_mcl.gif Update README and add GIFs for each game's crafting recipes 2024年05月12日 11:53:02 +12:00
crafting_mtg.gif Update README and add GIFs for each game's crafting recipes 2024年05月12日 11:53:02 +12:00
crafting_rp.gif Update README and add GIFs for each game's crafting recipes 2024年05月12日 11:53:02 +12:00
crafts.lua RePixture crafting 2024年05月05日 10:05:39 +12: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 Add title, description and RP optional_depends 2024年05月05日 10:06:04 +12:00
README.md Update README and add GIFs for each game's crafting recipes 2024年05月12日 11:53:02 +12:00

[ContentDB]

sum_airship

Mod for Minetest. You can download it from the in-game content manager, or ContentDB.

This mod adds an airship to Minetest. It should work in most games, but only Minetest Game, MineClone (VoxeLibre) and RePixture are supported for crafting recipes. Games based on those may still have crafting if they use the same items. Other games are not because I don't know what each game calls each item or node. Although, it shouldn't crash no matter what game you use, this is only for crafting recipes.

Controls: Flies like a boat, WASD, 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

MineClone (VoxeLibre)

All items: wool: 27, string: 4, wood: 15, iron_ingot: 4 9 Wool -> Canvas 3 Boats & 3 Iron Ingots -> Hull 3 Canvas, 1 Hull, 4 String & 1 Iron ingot -> Airship

MineClone Crafting GIF:

airship%20crafting.gif

Minetest Game

All items: wool: 27, string: 4, wood: 15, iron_ingot: 4 9 Wool -> Canvas 3 Boats & 3 Iron Ingots -> Hull 3 Canvas, 1 Hull, 4 String & 1 Iron ingot -> Airship

Minetest Game Crafting GIF:
airship%20crafting.gif

RePixture

All items: wool: 27, fiber: 8, wood: varies depending on boat type, steel_ingot: 4 9 group:fuzzy (wool or cotton bale) -> Canvas 3 Boats & 3 Steel Ingots -> Hull 3 Canvas, 1 Hull, 8 Fiber, 1 Steel Ingot -> Airship

RePicture Crafting 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.