Change file name: default_nodes.lua -> unbreakable_nodes.lua

This commit is contained in:
Yiu Man Ho 2020-08-10 14:01:09 +08:00
parent 6cbe94c4cf
commit 8b63dd4d4e
No known key found for this signature in database
GPG Key ID: 7939838BC85BF618
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ end
dofile(modpath .. "/config.lua")
dofile(modpath .. "/aliases.lua")
dofile(modpath .. "/craftitems.lua")
dofile(modpath .. "/default_nodes.lua")
dofile(modpath .. "/unbreakable_nodes.lua")
dofile(modpath .. "/nodes.lua")
dofile(modpath .. "/tools.lua")