There was a syntax error in "futuristic" module. Fixed.

-- Yawin
This commit is contained in:
Yawin 2017-02-22 17:49:01 +01:00
parent 72d9597c59
commit 5a1c47ecea
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ minetest.register_node("microexpansion:builder", {
description = "Builder/Destroyer",
tiles = {"texturehere.png"},
is_ground_content = true,
groups = {cracky}=3, stone=1},
groups = {cracky=3, stone=1},
})
minetest.register_craft({