mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 08:01:07 +01:00
Fix strange behaviour when filling end portal with bedrock inside (#1749)
This commit is contained in:
parent
6c6d40eb9d
commit
5fedd914fb
1 changed files with 0 additions and 4 deletions
|
@ -391,7 +391,3 @@ minetest.override_item("mcl_end:ender_eye", {
|
|||
return itemstack
|
||||
end,
|
||||
})
|
||||
minetest.override_item("mcl_core:bedrock", {
|
||||
after_destruct = destroy_portal,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue