Remoção de receitas de tocha usada

master
BrunoMine 2017-10-14 23:04:35 -02:00
parent a3c01684cc
commit 0affa9ef94
2 changed files with 1 additions and 10 deletions

View File

@ -1,4 +1,4 @@
HardTorch v0.5.0
HardTorch v0.5.1
================
[![Baixar](https://img.shields.io/github/tag/BrunoMine/hardtorch.svg?style=flat-square&label=release)](https://github.com/BrunoMine/hardtorch/archive/master.zip)

View File

@ -64,12 +64,3 @@ hardtorch.register_torch("hardtorch:torch", {
water_turn_off = {name="hardtorch_apagando_tocha", gain=0.2},
},
})
-- Receita da Tocha
minetest.register_craft({
output = 'hardtorch:torch 4',
recipe = {
{'default:coal_lump'},
{'group:stick'},
}
})