mirror of
https://codeberg.org/SumianVoice/sum_airship.git
synced 2025-04-29 21:51:43 -04:00
Update README and add GIFs for each game's crafting recipes
This commit is contained in:
parent
942dde70f8
commit
19f85c8a89
4 changed files with 37 additions and 8 deletions
45
README.md
45
README.md
|
@ -1,19 +1,48 @@
|
||||||
|
[]
|
||||||
|
|
||||||
# sum_airship
|
# sum_airship
|
||||||
Mod for minetest
|
|
||||||
|
|
||||||
[ContentDB](https://content.minetest.net/packages/Sumianvoice/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/).
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
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)
|
### Crafting
|
||||||
|
|
||||||
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.
|
#### MineClone (VoxeLibre)
|
||||||
### Crafting (mcl)
|
|
||||||
|
|
||||||
Craftable with wool > canvas and boats > hull. 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
|
||||||
|
3 Boats & 3 Iron Ingots -> Hull
|
||||||
|
3 Canvas, 1 Hull, 4 String & 1 Iron ingot -> Airship
|
||||||
|
|
||||||
|
##### MineClone Crafting 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:
|
||||||
|
|
||||||
|
<img src="crafting_mtg.gif" title="" alt="airship%20crafting.gif" width="416">
|
||||||
|
|
||||||
|
#### 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:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
#### Crafting Guide 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.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.
|
||||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
BIN
crafting_mtg.gif
Normal file
BIN
crafting_mtg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
crafting_rp.gif
Normal file
BIN
crafting_rp.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Add table
Reference in a new issue