todo list
This commit is contained in:
parent
774e93733a
commit
6518965c68
|
|
@ -1,3 +1,5 @@
|
|||
# LandanaLeaf
|
||||
|
||||
LandanaLeaf is a small mod that adds.. organic plant matter to Minecraft.
|
||||
|
||||
(very vibecoded because i dont have time)
|
||||
|
|
|
|||
34
TODO.md
Normal file
34
TODO.md
Normal 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
|
||||
Loading…
Reference in a new issue