Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,6 @@
[submodule "builder/mods_src/libs/sound_api"]
path = builder/mods_src/libs/sound_api
url = https://github.com/mt-mods/sound_api.git
[submodule "builder/mods_src/tools/bike"]
path = builder/mods_src/tools/bike
url = https://gitlab.com/h2mm/bike.git
1 change: 1 addition & 0 deletions builder/mods_src/tools/bike
Submodule bike added at c5b287
4 changes: 4 additions & 0 deletions mod_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ origin https://github.com/taikedz/everamzah-backpacks (fetch)
* 7f617df442bfd75209ce64ffa46402c96a30ff4f removing rabbit_hide as it does not seem to be standard mobs_redo content
Mod: tools/backpacks

origin https://gitlab.com/h2mm/bike.git (fetch)
* c5b287c3ce20ad5c4cb5eba67e47d68ce04c046c Use moveresult to detect whether or not the bike rides on a road
Mod: tools/bike

origin https://notabug.org/tenplus1/bonemeal (fetch)
* 1f4c1a1fd757835127c65c3199e5b9f67dea9053 fix df_trees tunnel tube growth
Mod: tools/bonemeal
Expand Down
15 changes: 15 additions & 0 deletions mods/tools/bike/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Minetest mod: bike
========================
See license.txt for license information.

Authors of source code
----------------------
Originally by PilzAdam (MIT)
Various Minetest developers and contributors (MIT)
GreenDimond (MIT)
Hume2 (MIT)

Authors of media (textures and model)
-------------------------------------
Textures: GreenDimond (MIT)
Model: GreenDimond (MIT)
Loading