Skip to content

Commit

Permalink
move registered_nodes file to technic mod
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Apr 21, 2024
1 parent 8ea38b8 commit 89ad258
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/mtt.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

-- check if all required nodenames are registered
mtt.validate_nodenames(minetest.get_modpath("technic").."/../registered_nodes.txt")
mtt.validate_nodenames(minetest.get_modpath("technic").."/registered_nodes.txt")

-- test mapgen
mtt.emerge_area({x=0, y=0, z=0}, {x=48, y=48, z=48})
Expand Down
File renamed without changes.

0 comments on commit 89ad258

Please sign in to comment.