diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2017-09-02 17:13:47 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2017-09-02 17:13:47 +0200 |
commit | bbe8c1f2165cf55e7c6b6cb1fce0c35b1ffc5f63 (patch) | |
tree | 316b4dd814a10af726b92be57121aed7b6b78687 | |
parent | 31eb128523f8e7baed31ee477dfba6fdd3003d80 (diff) |
Add azekillDIABLO's textures, change craft recipe accordingly.
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | init.lua | 12 | ||||
-rw-r--r-- | textures/farebox_front.png | bin | 370 -> 605 bytes |
3 files changed, 9 insertions, 7 deletions
@@ -3,4 +3,6 @@ This mod adds a farebox that emmits a mesecons signal whenever a payment is acce It also adds faregates that open when a payment is received and close when they receive a mesecons signal, i.e. from a pressure pad right behind them that verifies that the player has passed through the -faregate.
\ No newline at end of file +faregate. + +Farebox texture by azekillDIABLO
\ No newline at end of file @@ -97,9 +97,9 @@ end) minetest.register_node("farebox:farebox", { description = "Farebox", tiles = { - "farebox_side.png", "farebox_side.png", - "farebox_side.png", "farebox_side.png", - "farebox_side.png", "farebox_front.png" + "default_steel_block.png", "default_steel_block.png", + "default_steel_block.png", "default_steel_block.png", + "default_steel_block.png", "farebox_front.png" }, paramtype2 = "facedir", groups = {cracky=2}, @@ -131,9 +131,9 @@ minetest.register_node("farebox:farebox", { minetest.register_craft({output = "farebox:farebox", recipe = { - {"group:wood", "group:wood", "group:wood"}, - {"group:wood", "", "group:wood"}, - {"group:wood", "mesecons:mesecon", "group:wood"}, + {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}, + {"default:steel_ingot", "", "default:steel_ingot"}, + {"default:steel_ingot", "mesecons:mesecon", "default:steel_ingot"}, } }) local modpath = minetest.get_modpath("farebox") diff --git a/textures/farebox_front.png b/textures/farebox_front.png Binary files differindex 2c93328..e2ff43d 100644 --- a/textures/farebox_front.png +++ b/textures/farebox_front.png |