From 435f21458ccf4d91fd5ec179bdbc5d1aa6d2945c Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 10 Jan 2017 00:36:39 -0700 Subject: the old movement code is now unneeded. --- util.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'util.lua') diff --git a/util.lua b/util.lua index acebc59..ac7fe3d 100644 --- a/util.lua +++ b/util.lua @@ -3,7 +3,6 @@ digtron = {} dofile( minetest.get_modpath( "digtron" ) .. "/util_item_place_node.lua" ) -- separated out to avoid potential for license complexity -dofile( minetest.get_modpath( "digtron" ) .. "/util_movement.lua" ) -- separated out simply for tidiness, there's some big code in there dofile( minetest.get_modpath( "digtron" ) .. "/util_execute_cycle.lua" ) -- separated out simply for tidiness, there's some big code in there -- Apparently node_sound_metal_defaults is a newer thing, I ran into games using an older version of the default mod without it. -- cgit v1.2.3