From 0affa9ef94c1ca074081154a3874da25b4de152c Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Sat, 14 Oct 2017 23:04:35 -0200 Subject: [PATCH] =?UTF-8?q?Remo=C3=A7=C3=A3o=20de=20receitas=20de=20tocha?= =?UTF-8?q?=20usada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- torch.lua | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index fbb8e9b..c4bfe63 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/torch.lua b/torch.lua index 46dce9b..d8b308e 100644 --- a/torch.lua +++ b/torch.lua @@ -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'}, - } -})