fix readme

This commit is contained in:
Sumi 2025-04-11 13:45:10 +10:00
parent a9f8de83a2
commit 55fefd12c9

View file

@ -1,25 +1,23 @@
[![ContentDB](https://content.minetest.net/packages/Sumianvoice/sum_airship/shields/downloads/)] [![ContentDB](https://content.luanti.org/packages/Sumianvoice/sum_airship/shields/downloads/)]
# sum_airship # sum_airship
Mod for [Minetest](https://minetest.net). You can download it from the in-game content manager, or [ContentDB](https://content.minetest.net/packages/Sumianvoice/sum_airship/). Mod for [Luanti](https://luanti.org). You can download it from the in-game content manager, or [ContentDB](https://content.luanti.org/packages/Sumianvoice/sum_airship/).
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. 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 the mod doesn'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. **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 ### Crafting
#### MineClone (VoxeLibre) #### MineClon\* (VoxeLibre)
All items: wool: 27, string: 4, wood: 15, iron_ingot: 4 All items: wool: 27, string: 4, wood: 15, iron_ingot: 4
9 Wool -> Canvas 9 Wool -> Canvas
3 Boats & 3 Iron Ingots -> Hull 3 Boats & 3 Iron Ingots -> Hull
3 Canvas, 1 Hull, 4 String & 1 Iron ingot -> Airship 3 Canvas, 1 Hull, 4 String & 1 Iron ingot -> Airship
##### MineClone Crafting GIF: ![MCL crafting.gif](crafting_mcl.gif)
![airship%20crafting.gif](crafting_mcl.gif)
#### Minetest Game #### Minetest Game
@ -28,9 +26,7 @@ All items: wool: 27, string: 4, wood: 15, iron_ingot: 4
3 Boats & 3 Iron Ingots -> Hull 3 Boats & 3 Iron Ingots -> Hull
3 Canvas, 1 Hull, 4 String & 1 Iron ingot -> Airship 3 Canvas, 1 Hull, 4 String & 1 Iron ingot -> Airship
##### Minetest Game Crafting GIF: ![MTG crafting.gif](crafting_mtg.gif)
<img src="crafting_mtg.gif" title="" alt="airship%20crafting.gif" width="416">
#### RePixture #### RePixture
@ -39,10 +35,8 @@ All items: wool: 27, fiber: 8, wood: varies depending on boat type, steel_ingot:
3 Boats & 3 Steel Ingots -> Hull 3 Boats & 3 Steel Ingots -> Hull
3 Canvas, 1 Hull, 8 Fiber, 1 Steel Ingot -> Airship 3 Canvas, 1 Hull, 8 Fiber, 1 Steel Ingot -> Airship
##### RePicture Crafting GIF: ![RePixture crafting.gif](crafting_rp.gif)
![airship%20crafting.gif](crafting_rp.gif)
### Air Currents ### Air Currents
This optionally uses [sum_air_currents](https://content.minetest.net/packages/Sumianvoice/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. This optionally uses [sum_air_currents](https://content.luanti.org/packages/Sumianvoice/sum_air_currents/) to apply force based on the weather.