File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1018,7 +1018,6 @@ minetest.setting_get(name) -> string or nil
1018
1018
minetest.setting_getbool(name) -> boolean value or nil
1019
1019
minetest.setting_get_pos(name) -> position or nil
1020
1020
minetest.setting_save() -> nil, save all settings to config file
1021
- minetest.add_to_creative_inventory(itemstring)
1022
1021
1023
1022
Authentication:
1024
1023
minetest.notify_authentication_modified(name)
@@ -1293,15 +1292,6 @@ minetest.object_refs
1293
1292
minetest.luaentities
1294
1293
^ List of lua entities, indexed by active object id
1295
1294
1296
- Deprecated but defined for backwards compatibility:
1297
- minetest.digprop_constanttime(time)
1298
- minetest.digprop_stonelike(toughness)
1299
- minetest.digprop_dirtlike(toughness)
1300
- minetest.digprop_gravellike(toughness)
1301
- minetest.digprop_woodlike(toughness)
1302
- minetest.digprop_leaveslike(toughness)
1303
- minetest.digprop_glasslike(toughness)
1304
-
1305
1295
Class reference
1306
1296
----------------
1307
1297
NodeMetaRef: Node metadata - reference extra data and functionality stored
You can’t perform that action at this time.
0 commit comments