Change dry dirt texture
This commit is contained in:
parent
f5a8388356
commit
a4eccb1522
@ -29,9 +29,9 @@ minetest.register_node(
|
|||||||
{
|
{
|
||||||
description = S("Fertilized Dry Dirt"),
|
description = S("Fertilized Dry Dirt"),
|
||||||
tiles = {
|
tiles = {
|
||||||
"default_dirt.png^default_fertilizer.png",
|
"default_dry_dirt.png^default_fertilizer.png",
|
||||||
"default_dirt.png",
|
"default_dry_dirt.png",
|
||||||
"default_dirt.png"
|
"default_dry_dirt.png"
|
||||||
},
|
},
|
||||||
groups = {
|
groups = {
|
||||||
crumbly = 3,
|
crumbly = 3,
|
||||||
|
@ -179,7 +179,7 @@ minetest.register_node(
|
|||||||
"default:dry_dirt",
|
"default:dry_dirt",
|
||||||
{
|
{
|
||||||
description = S("Dry Dirt"),
|
description = S("Dry Dirt"),
|
||||||
tiles = {"default_dirt.png"},
|
tiles = {"default_dry_dirt.png"},
|
||||||
stack_max = 240,
|
stack_max = 240,
|
||||||
groups = {crumbly = 3, soil = 1, dry_dirt = 1, plantable_dry = 1, fall_damage_add_percent = -10},
|
groups = {crumbly = 3, soil = 1, dry_dirt = 1, plantable_dry = 1, fall_damage_add_percent = -10},
|
||||||
sounds = default.node_sound_dirt_defaults(),
|
sounds = default.node_sound_dirt_defaults(),
|
||||||
|
BIN
mods/default/textures/default_dry_dirt.png
Normal file
BIN
mods/default/textures/default_dry_dirt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 638 B |
Loading…
Reference in New Issue
Block a user