remove duplicate entities again
fluxionary
created branch fix_entity_dupliation_again in fluxionary/itemframes
2024年04月11日 01:06:20 +02:00
fluxionary
pushed to fix_entity_dupliation_again at fluxionary/itemframes
2024年04月11日 01:06:20 +02:00
1219d0546a
remove duplicate entities
strawberry
deprecation warning
@tenplus1 was this fixed, or abandoned?
properties specified in staticdata using
minetest.add_entity are no longer propagated to the mob's properties
local is_property_name = {
hp_max = true,
...
}
-- ...
if is_property_name[_] then
self.object:set_prop...
can no longer specify nametag in mob definition
sorry, didn't check this against latest mobs_redo. it seems to work with "nametag", not "_nametag" though
can no longer specify nametag in mob definition
nametag item no longer works
sorry, forgot to test this against a clean copy of mobs_redo, seems to be fixed
nametag item no longer works
nametag item no longer works
can no longer specify nametag in mob definition
properties specified in staticdata using
minetest.add_entity are no longer propagated to the mob's properties
fishing results depend on position of the player, not the bobber
biome variant y-levels sometimes intersect and sometime skip certain elevations
deprecation warning
can't specify physical projectiles anymore
using bonemeal on ethereal:mushroom_dirt should grow the new ethereal:spore_grass