From 6518965c68f43860add934554594f13f7dbef51d Mon Sep 17 00:00:00 2001 From: absolutewitch Date: Fri, 3 Apr 2026 02:01:25 +0300 Subject: [PATCH] todo list --- README.md | 2 ++ TODO.md | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 TODO.md diff --git a/README.md b/README.md index abfeccf..80fdc6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # LandanaLeaf LandanaLeaf is a small mod that adds.. organic plant matter to Minecraft. + +(very vibecoded because i dont have time) diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..736e79d --- /dev/null +++ b/TODO.md @@ -0,0 +1,34 @@ +# 🌿 LandanaLeaf Project + +## Phase 1: Setup & Assets [ ] +- [ ] Create 16x16 textures for: + - [ ] Landana Seed + - [ ] Landana Bud (Raw) + - [ ] Cured Bud + - [ ] Filter + - [ ] Joint +- [ ] Design the 4-stage growth texture for the crop + +## Phase 2: Core Items [ ] +- [ ] Register "Landana Seed" (Item) +- [ ] Register "Landana Bud" (Item) +- [ ] Register "Cured Bud" (Item) +- [ ] Register "Cardboard Filter" (Item) +- [ ] Add Smoker/Campfire recipe: Bud -> Cured Bud + +## Phase 3: The Crop [ ] +- [ ] Create the Landana Crop block +- [ ] Set "Tall Grass" to drop seeds (0.05 chance) +- [ ] Configure growth stages and bone meal behavior + +## Phase 4: The Experience [ ] +- [ ] Create the Joint item (Food/Drink type) +- [ ] Add "Consumption" sound effects (Lighter/Inhale) +- [ ] **Procedure:** Apply Effects (Nausea, Hunger, etc.) +- [ ] **Procedure:** Smoke Particles (CAMPFIRE_COSY_SMOKE) +- [ ] Add Crafting Recipe: Paper + Bud + Filter + +## Phase 5: Testing & Deployment [ ] +- [ ] Export .jar and test on 1.21.11 +- [ ] Check for "Purple/Black" missing texture bugs +- [ ] Verify server-side compatibility for the event