Fix infinite sand exploit
This commit is contained in:
parent
21adb6f422
commit
f6eedea1a1
@ -66,7 +66,7 @@ nodecore.register_craft({
|
|||||||
toolgroups = {thumpy = 3},
|
toolgroups = {thumpy = 3},
|
||||||
nodes = {
|
nodes = {
|
||||||
{
|
{
|
||||||
match = {groups = {silica = true, silica_lens = false, visinv = false}},
|
match = {groups = {silica = true, silica_molten = false, silica_lens = false, visinv = false}},
|
||||||
replace = "nc_terrain:sand_loose"
|
replace = "nc_terrain:sand_loose"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -108,6 +108,7 @@ local moltdef = {
|
|||||||
groups = {
|
groups = {
|
||||||
igniter = 1,
|
igniter = 1,
|
||||||
silica = 1,
|
silica = 1,
|
||||||
|
silica_molten = 1,
|
||||||
stack_as_node = 1,
|
stack_as_node = 1,
|
||||||
damage_touch = 1,
|
damage_touch = 1,
|
||||||
damage_radiant = 3
|
damage_radiant = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user