Rearranging the detection of the collision.

This commit is contained in:
Beanzilla 2021-05-07 12:20:50 -04:00 committed by GitHub
parent cd18d9e0ff
commit ab4a6efd18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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