Commit Graph

8 Commits

Author SHA1 Message Date
James Clarke 4f7ec3b3ae
Add mineclone2, mineclonia and mineclone5 support (#55)
* Added mineclone2 support apart from with mg
* Add Mineclone2 adjustments
* Fix, Ores now spawn in stone in Mineclone2
* Added Bronze ingot recipe and copper rail
* Made ores breakable
* Made tools work with Mineclone2
* Nerf mithril sword to be same as diamond

---------

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-01-16 00:24:12 +01:00
Hugo Locurcio 3f62fd3cf1
Declare the minimum supported Minetest version to 5.0.0
This information can be used by ContentDB.
2020-06-03 18:54:47 +02:00
Louis Royer d2933894e6
Migrate translations to the Minetest localization format (#38)
* Translation using MT5 translation api

Fix #36

* Add hoe to french translation
2020-02-04 22:05:38 +01:00
OgelGames 3c44a9be58 Add `toolranks` support (#37)
* Add toolranks support

* Update the changelog for `toolranks` support
2019-12-30 12:29:25 +01:00
Louis Royer d7ac127d24 Add compatibility with mod frame
- [mod frame](https://github.com/minetest-mods/frame)
2019-10-13 13:47:22 +02:00
Hugo Locurcio d0a1798b0b
Use `carts` mod functions to register copper rails
This makes them behave similarly to default rails.
2019-05-22 11:32:17 +02:00
Hugo Locurcio 564cb11ba6
Add description and dependencies to `mod.conf`
The legacy `depends.txt` and `description.txt` files are no longer
needed since Minetest 5.0.0 or later will read everything from
`mod.conf`.

This raises the minimum supported Minetest version to 5.0.0.
2019-04-23 21:54:14 +02:00
Auke Kok 21cd11eab0 Add mod.conf 2016-01-26 12:35:36 -08:00