add transparent blocks

This commit is contained in:
2023-07-02 18:59:13 +02:00
parent 2b6db5fabd
commit 0039e70591
8 changed files with 127 additions and 21 deletions
+4 -3
View File
@@ -16,15 +16,16 @@
"main": [
"quimufu.simple_creator.SimpleCreatorMod"
],
"client": [],
"server": [],
"client": [
"quimufu.simple_creator.SimpleCreatorModClient"
],
"tweed4:config": [
"quimufu.simple_creator.SimpleCreatorConfig"
]
},
"mixins": [],
"depends": {
"fabricloader": ">=0.4.0",
"fabricloader": ">=0.14.21",
"fabric": "*"
}
}