[ADD] Add core_writer

This commit is contained in:
tacigar 2016-09-14 09:35:28 +09:00
parent 2c73778869
commit 998c9bd46a
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
------------------------------------------------------------
-- Copyright (c) 2016 tacigar. All rights reserved.
-- https://github.com/tacigar/maidroid
------------------------------------------------------------
-- register a definition of a core writer.
minetest.register_node("maidroid_tool:core_writer", {
drawtype = "nodebox",
tiles = {},
})