mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-16 22:25:09 +01:00
Port to Architectury
Still need to figure out how to register built-in resource packs on forge
This commit is contained in:
13
common/src/main/resources/cullleaves.mixins.json
Normal file
13
common/src/main/resources/cullleaves.mixins.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "eu.midnightdust.cullleaves.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"MixinLeavesBlock"
|
||||
],
|
||||
"mixins": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user