Rename to Cull Leaves

This commit is contained in:
Motschen
2020-11-28 19:20:04 +01:00
parent 26277f87e5
commit 361a77aa01
7 changed files with 13 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
{
"required": true,
"package": "eu.midnightdust.cullleaves.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinLeavesBlock"
],
"injectors": {
"defaultRequire": 1
}
}