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' } })