Guest User

Untitled

a guest
Apr 1st, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. {
  2. groups = {
  3. not_in_creative_inventory = 1
  4. },
  5. drawtype = "airlike",
  6. drop = "",
  7. mod_origin = "*builtin*",
  8. air_equivalent = true,
  9. paramtype = "light",
  10. description = "Air (you hacker you!)",
  11. inventory_image = "air.png",
  12. floodable = true,
  13. pointable = false,
  14. sunlight_propagates = true,
  15. walkable = false,
  16. diggable = false,
  17. type = "node",
  18. buildable_to = true,
  19. name = "air",
  20. wield_image = "air.png"
  21. }
  22. 2017-04-01 19:01:47: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'mobs_monster' in callback luaentity_Step(): /home/markus/.minetest/mods/pathfinder/init.lua:132: attempt to index upvalue 'walkable' (a function value)
Advertisement
Add Comment
Please, Sign In to add comment