Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
44 additions
and 16 deletions.
- +13 −0 mods/bucket/init.lua
- +1 −0 mods/bucket/mod.conf
- +7 −0 mods/carts/init.lua
- +1 −0 mods/carts/mod.conf
- +3 −16 mods/dungeon_loot/loot.lua
- +10 −0 mods/farming/init.lua
- +1 −0 mods/farming/mod.conf
- +7 −0 mods/vessels/init.lua
- +1 −0 mods/vessels/mod.conf
@@ -1,3 +1,4 @@ | ||
name = bucket | ||
description = Minetest Game mod: bucket | ||
depends = default | ||
optional_depends = dungeon_loot |
@@ -1,3 +1,4 @@ | ||
name = carts | ||
description = Carts (formerly boost_cart) | ||
depends = default, player_api | ||
optional_depends = dungeon_loot |
@@ -1,3 +1,4 @@ | ||
name = farming | ||
description = Minetest Game mod: farming | ||
depends = default, wool, stairs | ||
optional_depends = dungeon_loot |
@@ -1,3 +1,4 @@ | ||
name = vessels | ||
description = Minetest Game mod: vessels | ||
depends = default | ||
optional_depends = dungeon_loot |