Merge pull request #3 from oversword/no-leaves-group

Do not copy 'leaves' group to cut blocks, it causes issues with crafting and other processes
master
Oversword 2021-08-05 01:13:50 +01:00 committed by GitHub
commit 53e805c2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ local do_not_copy_groups = {
stone = true,
wool = true,
tree = true,
marble = true
marble = true,
leaves = true
}
function stairsplus:prepare_groups(groups)