Rearranging the detection of the collision.
This commit is contained in:
parent
cd18d9e0ff
commit
ab4a6efd18
9
init.lua
9
init.lua
@ -30,8 +30,13 @@ else -- If not, then use something default
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Custom Resource
|
-- Custom Resource
|
||||||
durapick_resource_wood_post = "durapick:dura_wood"
|
if moreblocks then
|
||||||
durapick_resource_wood_pre = "group:wood"
|
durapick_resource_wood_post = "moreblocks:wood_tile"
|
||||||
|
durapick_resource_wood_pre = ""
|
||||||
|
else
|
||||||
|
durapick_resource_wood_post = "durapick:dura_wood"
|
||||||
|
durapick_resource_wood_pre = "group:wood"
|
||||||
|
end
|
||||||
|
|
||||||
-- Does the pick recipe need the previous pickaxe to make it?
|
-- Does the pick recipe need the previous pickaxe to make it?
|
||||||
durapick_previous_pick = true
|
durapick_previous_pick = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user