allow some choice of mining fluid
This commit is contained in:
parent
2229c44448
commit
9a9641b85c
6 changed files with 47 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ data:extend(
|
|||
mining_particle = "titanium-ore-particle",
|
||||
mining_time = 2,
|
||||
fluid_amount=3,
|
||||
required_fluid= "lubricant",
|
||||
required_fluid=(settings.startup["bztitanium-mining-fluid"] and settings.startup["bztitanium-mining-fluid"].value or "lubricant"),
|
||||
result = "titanium-ore"
|
||||
},
|
||||
collision_box = {{ -0.1, -0.1}, {0.1, 0.1}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue