Fix strange behaviour when filling end portal with bedrock inside (#1749)

This commit is contained in:
NO11 2021-09-04 19:14:08 +00:00
parent 6c6d40eb9d
commit 5fedd914fb
1 changed files with 0 additions and 4 deletions

View File

@ -391,7 +391,3 @@ minetest.override_item("mcl_end:ender_eye", {
return itemstack
end,
})
minetest.override_item("mcl_core:bedrock", {
after_destruct = destroy_portal,
})