CasimirKaPazi / vortoj

Mod to provide server side item translations for Minetest
https://forum.minetest.net/viewtopic.php?t=8497
6 stars 7 forks source link

Change the table to an associative array #16

Closed ghost closed 8 years ago

ghost commented 8 years ago

And little hack in init.lua. Override item without depend. (use minetest.after)

CasimirKaPazi commented 8 years ago

What are the advantages of not using dependency? I would like to avoid using minetest.after.

ghost commented 8 years ago

I re-added depends.txt and removed minetest.after.