add coniferous dirt to spreading grass

master
TenPlus1 2020-04-27 17:45:15 +01:00
parent 94f52e9fd7
commit cb407ac7c1
3 changed files with 19 additions and 14 deletions

View File

@ -245,9 +245,13 @@ minetest.register_tool("ethereal:shovel_crystal", {
wield_image = "crystal_shovel.png^[transformR90",
tool_capabilities = {
full_punch_interval = 1.0,
max_drop_level=1,
groupcaps={
crumbly = {times={[1]=1.10, [2]=0.50, [3]=0.30}, uses=30, maxlevel=3},
max_drop_level = 1,
groupcaps = {
crumbly = {
times = {[1] = 1.10, [2] = 0.50, [3] = 0.30},
uses = 30,
maxlevel = 3
},
},
damage_groups = {fleshy = 4},
},

View File

@ -1,10 +1,10 @@
default
farming?
stairs
flowers
doors
bakedclay?
moreblocks?
intllib?
lucky_block?
toolranks?
default
farming?
stairs
flowers
doors
bakedclay?
moreblocks?
intllib?
lucky_block?
toolranks?

View File

@ -61,7 +61,8 @@ dirts = {
"ethereal:prairie_dirt", "ethereal:cold_dirt", "ethereal:crystal_dirt",
"ethereal:mushroom_dirt", "ethereal:fiery_dirt", "ethereal:gray_dirt",
"default:dirt_with_grass", "default:dirt_with_dry_grass",
"default:dirt_with_snow", "default:dirt_with_rainforest_litter"
"default:dirt_with_snow", "default:dirt_with_rainforest_litter",
"default:dirt_with_coniferous_litter"
}
-- check surrounding grass and change dirt to same colour