summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-07 16:20:58 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-07 16:20:58 +0300
commitfb30fc97a297d8944b3b25716c25f8d4fabadf2c (patch)
tree47b60e8da1dcaf47505b8c68fb4e4663d0e2e9b0
parent58ff721c049bef84ed17911e95dec620e5708f9e (diff)
better use of bonemeal API
-rw-r--r--README.md2
-rw-r--r--init.lua3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 848d4e3..ecf6e1b 100644
--- a/README.md
+++ b/README.md
@@ -29,4 +29,4 @@ e.g.
wine:add_item({
{"farming:barley", "wine:glass_beer"},
{"default:apple", "wine:glass_cider"},
-}) \ No newline at end of file
+})
diff --git a/init.lua b/init.lua
index b28688e..56cbb8a 100644
--- a/init.lua
+++ b/init.lua
@@ -506,4 +506,5 @@ lucky_block:add_blocks({
})
end
-print (S("[MOD] Wine loaded")) \ No newline at end of file
+print (S("[MOD] Wine loaded"))
+ \ No newline at end of file