sfence

Results 108 comments of sfence

@sfan5 `liquid_alternative_flowing` and `liquid_alternative_source` fields is used to detect some liquid in `content_mapblock.cpp`. So is a better way to fix this to add some check to the `register_item` function, to...

Built, tested. Selection boxes do not follow the leveled plantlike nodes in my case (linux). Nodes `testnodes:plantlike_leveled` and `testnodes:plantlike_rooted_leveled` were placed and the "Param2 Tool" was applied to them. ![screenshot_20240805_181234](https://github.com/user-attachments/assets/cc00b514-0165-4419-adea-500587c9590c)...

Sorry for the mistake. Works as expected. Rebased to actual master -> easier building process.

@Wuzzy2 I have updated the command description. It should follow the mentioned syntax now. @SmallJoker 1. `minetest.deserialize` has been replaced by `minetest.parse_json`. 2. A commented block with examples has been...

@appgurueu > I believe the addition of a "soft" mode is reasonable: It effectively standardizes a field for modders to use if they want their entities to be kept around...

So the question is: How many developers support the idea of adding some Lua callback function into C++ `objects_clear`?

> Might be a dumb question... Why can't "soft" be expressed in the rules? It can be in the command mod "rules" probably. However, according to the discussion under issue...

> > So the question is: How many developers support the idea of adding some Lua callback function into C++ `objects_clear`? > > I wouldn't even say it needs to...