generated from your-land/yl_template
Version 1.0.0
This commit is contained in:
parent
fb4fc8ea2c
commit
98553b4ae4
@ -9,7 +9,7 @@ Code:
|
|||||||
|
|
||||||
Media:
|
Media:
|
||||||
|
|
||||||
* screenshot.png [CC0](https://gitea.your-land.de/your-land/yl_canned_food/src/LICENSE-CC0) Styxcolor
|
* screenshot.png [CC0](https://gitea.your-land.de/your-land/yl_canned_food/src/LICENSE-CC0) AliasAlreadyTaken
|
||||||
* textures [CC0](https://gitea.your-land.de/your-land/yl_canned_food/src/LICENSE-CC0) Styxcolor
|
* textures [CC0](https://gitea.your-land.de/your-land/yl_canned_food/src/LICENSE-CC0) Styxcolor
|
||||||
yl_canned_food_apple_jam_plus.png
|
yl_canned_food_apple_jam_plus.png
|
||||||
yl_canned_food_apple_jam.png
|
yl_canned_food_apple_jam.png
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
|
|
||||||
-- Setting a configuration, switch the order in which the settings shall take precedence. First valid one taken.
|
|
||||||
|
|
||||||
yl_canned_food.settings = {}
|
yl_canned_food.settings = {}
|
||||||
|
|
||||||
yl_canned_food.settings.debug = minetest.settings:get_bool("yl_canned_food.debug",false)
|
yl_canned_food.settings.debug = minetest.settings:get_bool("yl_canned_food.debug",false)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
yl_canned_food.information = {}
|
yl_canned_food.information = {}
|
||||||
yl_canned_food.information.version = "0.0.1"
|
yl_canned_food.information.version = "1.0.0"
|
||||||
yl_canned_food.information.author = "AliasAlreadyTaken"
|
yl_canned_food.information.author = "AliasAlreadyTaken"
|
||||||
yl_canned_food.information.license = "MIT"
|
yl_canned_food.information.license = "MIT"
|
||||||
yl_canned_food.information.name = "yl_canned_food" -- Name of the mod
|
yl_canned_food.information.name = "yl_canned_food"
|
||||||
yl_canned_food.information.source = "https://gitea.your-land.de/your-land/yl_canned_food"
|
yl_canned_food.information.source = "https://gitea.your-land.de/your-land/yl_canned_food"
|
||||||
yl_canned_food.information.additional = yl_canned_food.t("information_additional")
|
yl_canned_food.information.additional = yl_canned_food.t("information_additional")
|
||||||
|
2
init.lua
2
init.lua
@ -1,4 +1,4 @@
|
|||||||
-- Version 0.0.1
|
-- Version 1.0.0
|
||||||
-- Author AliasAlreadyTaken
|
-- Author AliasAlreadyTaken
|
||||||
-- License MIT
|
-- License MIT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user