Take grass block when enderman took dry grass b.
This commit is contained in:
parent
f53cf859c2
commit
74e1a7d326
3 changed files with 24 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue