Skip to content

Commit

Permalink
Minor tweaks after playtesting curing times.
Browse files Browse the repository at this point in the history
Tweaks to curing timer values.
  • Loading branch information
Avicennia committed Nov 24, 2019
1 parent 4f7e572 commit 73984f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ end
minetest.register_abm({
label = "Worked Clay Drying",
nodenames = {"group:workable"},
interval = 41,
chance = 5,
interval = 38,
chance = 4,
action = function(pos)
local noden = minetest.get_node(pos).name
minetest.set_node(pos,{name = noden.."_dry"})
Expand Down

0 comments on commit 73984f5

Please sign in to comment.