summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api.txt2
-rw-r--r--init.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/api.txt b/api.txt
index 47b631d..d2eddc2 100644
--- a/api.txt
+++ b/api.txt
@@ -93,4 +93,4 @@ Final Words
===========
I hope this guide helps you add your own plants so you can grow them quickly
-with the items included. Please check the mods.lua for more examples.
+with the items included. Please check the mods.lua for more examples. \ No newline at end of file
diff --git a/init.lua b/init.lua
index 8b0a8b2..1bb3917 100644
--- a/init.lua
+++ b/init.lua
@@ -596,4 +596,4 @@ local path = minetest.get_modpath("bonemeal")
dofile(path .. "/mods.lua")
dofile(path .. "/lucky_block.lua")
-print (S("[bonemeal] loaded"))
+print (S("[bonemeal] loaded")) \ No newline at end of file