Skip to content

Commit

Permalink
Versionnumber added.
Browse files Browse the repository at this point in the history
  • Loading branch information
acmgit committed Dec 25, 2018
1 parent 0a9523e commit f1eae0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bbq<br>

## License

License: WTFPL
License: LGPL3.0



14 changes: 11 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
--[[
**********************************************
*** cucina vegana ***
*** Cucina Vegana ***
*** ***
*** Cucina Vegana is a Mod for Minetest ***
*** and supports farming or farming_redo ***
*** by TenPlus. ***
*** ***
*** License: LGPL 3.0 by A.C.M. ***
*** ***
**********************************************
If you want use cucina vegana with farming_redo from TenPlus, then set
Expand All @@ -14,6 +21,7 @@
]]--

local plants = {}
local version = "1.0"

cucina_vegana_farming_default = true

Expand Down Expand Up @@ -121,10 +129,10 @@ end

if (cucina_vegana_farming_default) then

print("[MOD] " .. minetest.get_current_modname() .. " in default-mode loaded.")
print("[MOD] " .. minetest.get_current_modname() .. " Version " .. version .. " in default-mode loaded.")

else

print("[MOD] " .. minetest.get_current_modname() .. " in redo-mode loaded.")
print("[MOD] " .. minetest.get_current_modname() .. " Version " .. version .. " in redo-mode loaded.")

end

0 comments on commit f1eae0a

Please sign in to comment.