diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-23 02:42:41 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-23 02:42:41 +0300 |
commit | c5cc8ec993bee4473af8c2e03c0f92ec0dc9453d (patch) | |
tree | c82b0b19531642ed6bc663095e91e76ba635ace4 /books.lua | |
parent | 6ada508370f8fa33c59f8592ebfaf308270d8d92 (diff) |
first stuff
Diffstat (limited to 'books.lua')
-rw-r--r-- | books.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/books.lua b/books.lua new file mode 100644 index 0000000..d82bbf2 --- /dev/null +++ b/books.lua @@ -0,0 +1,7 @@ +-- allow erasing the books + +minetest.register_craft({ + type = "shapeless", + output = "default:book", + recipe = {"default:book_written", "default:paper"} +}) |