Commit Graph

135 Commits (master)

Author SHA1 Message Date
fluxionary aca720dc0f
Change moreblocks stair craft to use blocks instead of ingots (#18)
required for compatibility with https://github.com/minetest-mods/moreblocks/pull/191
2022-07-21 21:42:33 -07:00
LoneWolfHT d3a0da6921 Fix .luacheckrc warnings 2022-02-23 21:18:07 -08:00
Герхард PICCORO Lenz McKAY 3eacc17e73
Fix 0.4 compatibility (#16)
* added minetest 0.4 compatibility due the trasnlation missing support

* if translation is not supported use english on compat/mtg.lua
* improved the code of translation of the already init.lua
* this solves: closes https://github.com/minetest-mods/lavastuff/issues/13
* this solves: closes https://codeberg.org/minenux/lavastuff/issues/1
* close https://codeberg.org/minenux/lavastuff/issues/1

* real fix for compatibility later trasnlations

* real fix for https://github.com/minetest-mods/lavastuff/issues/13
* use native translator or intlib property as must be, but mock if both fails

* fix modname and use intlib depennds only in older engines

* autodetect mod name from minetest api
* added only intllib in depends.txt for older 0.4.X, mod.conf its for 5+
  so due 5+ has built in internationalization its not necesary in that file

* added the depends only when necesary for intllib

* Update init.lua usage or MODNAME and MODPATH

Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>

* puff also uage ot the MODNAME in get translator

* update luacheck as suggested by lonewolf

i dont know how to avoid the usage of those variables.. but he suggested to just put those .. https://github.com/minetest-mods/lavastuff/pull/16#issuecomment-1036497969

* move intllib to others to do not fail in checks agains moderns engine

also added ',' at the en of the line

Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
2022-02-23 21:13:38 -08:00
LoneWolfHT 94d6bd9b44 Properly handle multiple cookable drops 2022-02-02 12:22:05 -08:00
LoneWolfHT 4cef3ba46f Fix segfault 2022-01-24 19:14:56 -08:00
Luke aka SwissalpS 914aea6539
Fix lava boots Spanish translation (#15) 2022-01-17 12:49:51 -08:00
LoneWolfHT 44e408f484 Add logging to indicate mod loading progress 2022-01-10 13:18:24 -08:00
LoneWolfHT 2019afbbc3 Cleanup. Mineclone2 fixes. Start Nodecore support 2022-01-02 11:18:50 -08:00
LoneWolfHT fdef9c350e
Don't rely on presence of 5.x translation API (#14)
* Update mtg.lua

* Update mcl2.lua
2021-10-19 17:32:31 -07:00
LoneWolfHT 46dc08bc6f Fix luacheck warnings 2021-07-29 11:21:35 -07:00
LoneWolfHT cf9b9c38ff Tweak node brightness 2021-07-29 11:16:07 -07:00
LoneWolfHT d9b5171c6c Update to work with newer 3d_armor 2021-07-29 11:15:12 -07:00
LoneWolfHT 76c1dc0dec Update screenshot 2021-07-29 11:15:12 -07:00
LoneWolfHT af16847eb5 Fix passing of arguments 2021-07-29 11:15:12 -07:00
LoneWolfHT a20a0a85a5
Fix Inner/Outer Stairs translation
Fix Inner/Outer Stairs translation
2020-10-24 12:55:35 -07:00
Louis Royer 0ec8240154 Fix Inner/Outer Stairs translation
Fix Inner/Outer Stairs translation if minetest/minetest_game/pull/2584 is accepted (do not merge until MTG PR is merged).
2020-09-21 12:31:10 +02:00
LoneWolfHT a8b2825f00 Remove CDB values from conf file 2020-07-13 15:27:11 -07:00
LoneWolfHT ff314c727f Fix up mod.conf and a type check 2020-05-22 14:55:43 -07:00
LoneWolfHT 8d81c597a5 Update readme 2020-05-20 20:08:54 -07:00
LoneWolfHT f9d2556204 Add support for MineClone2 2020-05-20 20:05:13 -07:00
LoneWolfHT eeea2272e4 Fix using the wrong sound for moreblocks stairs 2020-05-20 10:40:02 -07:00
LoneWolfHT 7b405a49a9 Only register crafts if MTG found, mcl2 and nodecore support 2020-05-20 10:14:16 -07:00
LoneWolfHT 17755a2e46 Remove something from luacheck 2020-05-20 10:12:24 -07:00
LoneWolfHT 335ea36df1 Convert spaces to tabs 2020-03-20 10:04:15 -07:00
LoneWolfHT 678f1113da Make items glow when dropped 2020-02-27 14:11:12 -08:00
LoneWolfHT d268902dc3 Improve tool/ingot textures 2020-02-27 14:11:12 -08:00
LoneWolfHT db26ef6ce5
allow right-clicking doors and other items 2020-02-26 18:04:36 -08:00
LoneWolfHT 96a9d8a15d
Update readme.md 2020-02-21 07:43:04 -08:00
LoneWolfHT 0613c2bf14
Fix up French translation (Thanks @louisroyer)
Fix typo in french translation
2020-02-21 07:41:23 -08:00
Louis Royer 515e6ba5c6 Fix typos in french translation 2020-02-21 00:55:12 +01:00
Luke aka SwissalpS 82a0ca5f13
allow right-clicking doors and other items
curiously technic chests and machines worked without this patch.
But itemframes and pedestals didn't. Neither did Fancyvendors and probably a lot of items I have not even tried.

This patch should solve the issue in general.
2020-02-13 18:11:39 +01:00
LoneWolfHT a05e57b216 Fix screenshot 2020-02-04 11:02:45 -08:00
Lone_Wolf 4b692bdd71
Update check-release.yml 2020-01-17 14:00:13 -08:00
Lone_Wolf 39711d7695
Merge pull request #7 from Panquesito7/master
Various changes and improvements
2020-01-17 13:59:31 -08:00
Panquesito7 418e9b7202
Add endline in check-release.yml 2020-01-17 15:38:05 -06:00
Panquesito7 9582b0e57e
Add build status badge
It will be available until merged.
2020-01-16 22:44:55 -06:00
Panquesito7 d331b6bf6e
Various luacheck fixes 2020-01-16 22:43:51 -06:00
Panquesito7 44fb87a68e
Add Factorio Luacheck
See https://github.com/marketplace/actions/factorio-mod-luacheck for more information.
2020-01-16 22:42:39 -06:00
Lone_Wolf bf45ad7e15
Update license.txt 2020-01-03 13:10:46 -08:00
Lone_Wolf fd128bf2db
Update readme.md 2019-08-28 21:11:41 -07:00
Lone_Wolf ccc52c19da
Update readme.md 2019-08-28 17:08:42 -07:00
LoneWolfHT 82fc0e54b3 Slightly increase brightness of lava in a bottle 2019-08-28 17:05:46 -07:00
LoneWolfHT 476b08c7fe Change tool_fire_func to act similar to a flint & steel 2019-08-28 17:05:04 -07:00
Lone_Wolf 16364b0988
Fix some spanish translations (Thanks @xenonca) 2019-07-30 11:48:34 -07:00
LoneWolfHT 6d8d2f2c92 Change lava orb and ingot crafts 2019-05-19 10:27:05 -07:00
LoneWolfHT 68761e6085 Reduce block light source 2019-05-19 09:24:50 -07:00
Lone_Wolf b7520205a6
Update readme.md 2019-05-19 09:21:20 -07:00
Lone_Wolf c006c938b4
Add Italian Language
Add Italian Language
2019-05-19 09:19:44 -07:00
Xenon e06fb37e9f
Update lavastuff.de.tr 2019-05-19 09:12:32 +02:00
Xenon f46c49dd21
Create lavastuff.it.tr 2019-05-19 09:12:00 +02:00