mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02: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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user