made placeable village spawners opaque again and fixed description typo

This commit is contained in:
kaadmy 2015-09-06 15:10:27 -07:00
parent c1b039f36b
commit 665aaaccd3
1 changed files with 5 additions and 12 deletions

View File

@ -11,18 +11,11 @@ minetest.register_node(
minetest.register_node(
"village:grassland_village",
{
description = "Cillage spawner",
drawtype = "airlike",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
pointable = false,
diggable = false,
buildable_to = false,
is_ground_content = true,
air_equivalent = true,
drop = "",
groups = {not_in_craftingguide = 1},
description = "Village spawner",
tiles = {"default_grass.png^default_book.png"},
is_ground_content = false,
groups = {dig_immediate = 2},
sounds = default.node_sound_wood_defaults()
})
minetest.register_node(