Initial Minecraft Renew Mod workspace
Some checks failed
Build / build (push) Successful in 6m29s
Release Dry Run / release-dry-run (push) Failing after 11s
Codex Template Compliance / template-compliance (push) Successful in 4s

This commit is contained in:
ToxicCrzay270
2026-05-15 00:42:16 +02:00
commit 5e6a3e0450
39 changed files with 1880 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "yourscraft.jasdewstarfield.createlimiteddraining.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"FluidManipulationBehaviourMixin",
"HosePulleyBlockEntityMixin"
],
"client": [],
"injectors": {
"defaultRequire": 1
}
}