Change group levels of rainbow block so can be broken with rainbow pick

This commit is contained in:
Jordan Irwin 2021-06-10 08:41:44 -07:00
parent 7e8ba2197c
commit 4ab64914b4

View File

@ -2,7 +2,7 @@
core.register_node(":antum:rainbow_block", {
description = "Rainbow Block",
tiles = {"rainbow_block.png"},
groups = {cracky=4},
groups = {cracky=3, level=3},
is_ground_content = false,
})