1
0
Fork 0

Improve documentation

main
Bram van den Heuvel 2024-08-27 23:14:22 +02:00
parent eff633418c
commit 09cf4c332e
3 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,8 @@ This Minetest mod adds dripstone to Minetest.
## Contribute
You can contribute by making pull requests or by reaching out to me [on Matrix](https://matrix.to/#/@bram:matrix.directory).
You can contribute by making pull requests or by reaching out to me
[on Matrix](https://matrix.to/#/@bram:matrix.directory).
## Licensing

View File

@ -1,10 +1,13 @@
noordstar_dripstone = {
-- Nodes that the mod should consider as sources to extract water from
water_nodes =
{ "default:river_water_source"
, "default:water_source"
, "mcl_core:water_source"
, "mclx_core:river_water_source"
}
-- Nodes that the mod should consider as sources to extract lava from
, lava_nodes =
{ "default:lava_source"
, "mcl_core:lava_source"

View File

@ -3,4 +3,4 @@ description=Add stalactites and stalagmites to your game.
author=Noordstar
title=Noordstar Dripstone
depends=
optional_depends=default,mcl_cauldron,mcl_core
optional_depends=default,mcl_cauldrons,mcl_core