Commit Graph

11 Commits (master)

Author SHA1 Message Date
Wuzzy d2c056d364 Fix minegeld bundle craftable by coins 2020-10-24 13:09:09 +02:00
Louis Royer 3417900b98 Use builtin translation system
- This removes `intllib` depends. I used
https://github.com/FaceDeer/update_translations to convert from existing
translation files (plus manual edit).
- Removed translation string from `minetest.log` calls since translated
string are not printed in console.
- Changed formspec in `barter.lua` to allow longer strings to be displayed
(player names, and longer translated strings).
- French translation improvement.
2020-03-01 15:25:24 +01:00
Vanessa Dannenberg 3e2fc7be7b indenting: spaces -> tabs 2018-09-21 18:33:06 -04:00
Vanessa Dannenberg cd3a41dd7d fix bad line endings (DOS -> Unix) 2018-09-21 18:33:06 -04:00
Vanessa Dannenberg 11643571f2 max out the stack size for notes 2018-09-21 18:33:06 -04:00
Vanessa Dannenberg 695e41990d adjust stack max for coins
based on the notion that since one US nickel weighs exactly 5 grams, and
1 Minegeld cent equals 1 US cent, thus 1000 5-cent Mg coins would be
5 kg.  Still a huge amount to carry :-) but not unreasonable.
2018-09-21 18:32:58 -04:00
Vanessa Dannenberg 03ad637fb1 add 5, 10, 25 cent coins, and 100 Mg note 2018-09-21 17:57:42 -04:00
Vanessa Dannenberg aa251997f3 change references like "MineGeld" and "Mine-Geld" to "Minegeld"
also minor doc fixes
2018-09-21 17:08:02 -04:00
A.C.M bb3fd1a928 50-minegeld Note added. 2018-05-24 17:17:04 -04:00
FaceDeer 4c11d3ce2e add support for intllib and loot mods 2017-02-11 21:24:30 -07:00
Vanessa Ezekowitz 5e5580db1e initial commit 2014-07-04 05:28:19 -04:00