Add optional bakedclay dependency (#7)

This prevents an error when the chisel is used on bakedclay nodes.
This commit is contained in:
wsor4035 2020-07-30 13:21:49 -04:00 committed by GitHub
parent a1159aad61
commit ef23f3ad67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,3 @@
default default
technic? technic?
bakedclay?

View File

@ -1,2 +1,4 @@
name = mychisel name = mychisel
tags = tool, chisel, carve, groove tags = tool, chisel, carve, groove
depends = default
optional_depends = technic, bakedclay