]> git.lizzy.rs Git - minetest.git/blobdiff - src/itemstackmetadata.h
Add callback on_mapblocks_changed
[minetest.git] / src / itemstackmetadata.h
index 0e1977c8c850590b1c312f9c1c3212cb85b9224f..48a029c51f9446d3a74fa03e60b4e6a4e15052a4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Minetest
-Copyright (C) 2010-2013 rubenwardy <rubenwardy@gmail.com>
+Copyright (C) 2017-8 rubenwardy <rw@rubenwardy.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 class Inventory;
 class IItemDefManager;
 
-class ItemStackMetadata : public Metadata
+class ItemStackMetadata : public SimpleMetadata
 {
 public:
        ItemStackMetadata() : toolcaps_overridden(false) {}