From 5a7f6d8aa523be70c7387fa2dc1211268ed4f807 Mon Sep 17 00:00:00 2001 From: Splizard Date: Mon, 9 Jun 2014 14:05:01 +1200 Subject: [PATCH] Call this Version 3.0 --- readme.txt | 4 +++- src/crafting.lua | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index a0956c3..634b594 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,9 @@ \___ \| '_ \ / _ \ \ /\ / / | |\/| |/ _ \ / _` | ____) | | | | (_) \ V V / | | | | (_) | (_| | |_____/|_| |_|\___/ \_/\_/ |_| |_|\___/ \__,_| - + + Version 3.0 + By Splizard and LazyJ. Minetest version: 0.4.9 diff --git a/src/crafting.lua b/src/crafting.lua index aaf89f1..657ce66 100644 --- a/src/crafting.lua +++ b/src/crafting.lua @@ -135,7 +135,7 @@ minetest.register_craft({ 'default:snow', 'default:snow', 'default:ice', - 'default:ice' + 'default:ice', 'default:ice' } })