Take grass block when enderman took dry grass b.

This commit is contained in:
Wuzzy 2017-11-15 03:12:31 +01:00
parent f53cf859c2
commit 74e1a7d326
3 changed files with 24 additions and 2 deletions

View file

@ -170,7 +170,9 @@ mobs_mc.override.enderman_takable = {
-- Generic handling, useful for entensions
"group:enderman_takable",
}
mobs_mc.override.enderman_replace_on_take = {
["mcl_core:dirt_with_dry_grass"] = "mcl_core:dirt_with_grass",
}
-- Texuture overrides for enderman block. Required for cactus because it's original is a nodebox
-- and the textures have tranparent pixels.