Fix random dust not packing

This commit is contained in:
Kimapr 2019-12-10 18:42:15 +05:00
parent cf417265cf
commit 9606205069
1 changed files with 3 additions and 3 deletions

View File

@ -201,11 +201,11 @@ for _,dat in pairs({
do
nodecore.register_craft({
label = "pack very random dust into cobble",
label = "pack random dust into cobble",
action = "pummel",
toolgroups = {thumpy = 2},
toolgroups = {thumpy = 3},
nodes = {
{match = {name = modname..":super_random_dust",count=16},replace = "nc_terrain:cobble"}
{match = {name = dat.name,count=16},replace = "nc_terrain:cobble"}
},
after = function(pos)
local chances = {}