add orionworld compaibility to drill

master
Pascal Abresch 2019-12-22 08:42:57 +01:00
parent 420799bc80
commit e300dd176a
1 changed files with 18 additions and 2 deletions

View File

@ -14,7 +14,15 @@ minetest.register_tool(NAME .. ":handdrill", {
full_punch_interval = 0.5,
max_drop_level = 3,
groupcaps = {
cracky = {
solid_stone = { --orionworld
times = {
[1] = 2,
[2] = 1,
[3] = 0.4,
},
maxlevel = 3
},
cracky = { --minetest_game
times = {
[1] = 2.6,
[2] = 1.4,
@ -22,7 +30,7 @@ minetest.register_tool(NAME .. ":handdrill", {
},
maxlevel = 3
},
crumbly = {
crumbly = { --minetest_game
times = {
[1] = 2.00,
[2] = 1.00,
@ -56,6 +64,14 @@ minetest.register_tool(NAME .. ":handdrill", {
full_punch_interval = 3.0,
max_drop_level = 1,
groupcaps = {
solid_stonr = {
times = {
[1] = 30.0,
[2] = 20.0,
[3] = 10.0
},
maxlevel =1
},
cracky = {
times = {
[1] = 30.0,