mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"
This commit is contained in:
parent
a17efe6e8f
commit
69bc9224db
7 changed files with 210 additions and 210 deletions
|
@ -158,7 +158,7 @@ public:
|
|||
}
|
||||
virtual void serialize(std::ostream &os) const
|
||||
{
|
||||
os<<"NodeItem";
|
||||
os<<"node";
|
||||
os<<" \"";
|
||||
os<<m_nodename;
|
||||
os<<"\" ";
|
||||
|
@ -249,7 +249,7 @@ public:
|
|||
}
|
||||
virtual void serialize(std::ostream &os) const
|
||||
{
|
||||
os<<getName();
|
||||
os<<"craft";
|
||||
os<<" \"";
|
||||
os<<m_subname;
|
||||
os<<"\" ";
|
||||
|
@ -345,7 +345,7 @@ public:
|
|||
}
|
||||
virtual void serialize(std::ostream &os) const
|
||||
{
|
||||
os<<getName();
|
||||
os<<"tool";
|
||||
os<<" \"";
|
||||
os<<m_toolname;
|
||||
os<<"\" ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue