todo list

This commit is contained in:
absolutewitch 2026-04-03 02:01:25 +03:00
parent 774e93733a
commit 6518965c68
2 changed files with 36 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# LandanaLeaf # LandanaLeaf
LandanaLeaf is a small mod that adds.. organic plant matter to Minecraft. LandanaLeaf is a small mod that adds.. organic plant matter to Minecraft.
(very vibecoded because i dont have time)

34
TODO.md Normal file
View file

@ -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