1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Rename ModApiEnvMod and ModApiItemMod

The 'mod' could have meant module in the past but no other classes do this.
This commit is contained in:
sfan5 2023-06-17 16:07:45 +02:00
parent 610578e3e2
commit 659828b142
8 changed files with 70 additions and 70 deletions

View file

@ -54,7 +54,7 @@ protected:
};
class ModApiEnvMod : public ModApiEnvBase {
class ModApiEnv : public ModApiEnvBase {
private:
// set_node(pos, node)
// pos = {x=num, y=num, z=num}