Use good old grass side overlay again

This commit is contained in:
Wuzzy 2017-07-19 19:04:05 +02:00
parent 7922df0bf5
commit d6e49d7277
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ minetest.register_node("mcl_core:dirt_with_grass", {
description = "Grass Block",
_doc_items_longdesc = "A grass block is dirt with a grass cover. Grass blocks are resourceful blocks which allow the growth of all sorts of plants. They can be turned into farmland with a hoe and turned into grass paths with a shovel. In light, the grass slowly spreads onto dirt nearby. Under an opaque block or a liquid, a grass block may turn back to dirt.",
_doc_items_hidden = false,
tiles = {"default_grass.png", "default_dirt.png", "default_grass_side.png"},
tiles = {"default_grass.png", "default_dirt.png", "default_dirt.png^default_grass_side.png"},
is_ground_content = true,
stack_max = 64,
groups = {handy=1,shovely=1, soil=1, soil_sapling=2, soil_sugarcane=1, cultivatable=2, spreading_dirt_type=1, enderman_takable=1, building_block=1},