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

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Minecraft Renew Mod
Local project area for Minecraft mod porting and prototyping.
## Current Port
The first port target is `Create: Limited Draining`, located in `create-limited-draining/`.
- Original project: https://github.com/JasdewStarfield/CreateLimitedDraining
- Original license: MIT License, Copyright (c) 2024 Jasdew Starfield
- Port target: Minecraft 1.21.1, NeoForge 21.1.x, Create 6.0.10
## Rules
- Work on `feature/create-addon-port` for this port.
- Do not push, merge, or publish without explicit approval.
- Keep original license and attribution with any copied code or assets.