updated todo and added creative tab for the mod items
This commit is contained in:
parent
9e38340877
commit
9fa293f93c
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
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)
|
(AI assisted for the planning because i dont have time, textures and resources done by hand)
|
||||||
|
|
|
||||||
14
TODO.md
14
TODO.md
|
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
## Phase 1: Setup & Assets [ ]
|
## Phase 1: Setup & Assets [ ]
|
||||||
- [ ] Create 16x16 textures for:
|
- [ ] Create 16x16 textures for:
|
||||||
- [ ] Landana Seed
|
- [x] Landana Seed
|
||||||
- [ ] Landana Bud (Raw)
|
- [x] Landana Bud (Raw)
|
||||||
- [ ] Cured Bud
|
- [x] Cured Bud
|
||||||
- [ ] Filter
|
- [ ] Filter
|
||||||
- [ ] Joint
|
- [ ] Joint
|
||||||
- [ ] Design the 4-stage growth texture for the crop
|
- [ ] Design the 4-stage growth texture for the crop
|
||||||
|
|
||||||
## Phase 2: Core Items [ ]
|
## Phase 2: Core Items [ ]
|
||||||
- [ ] Register "Landana Seed" (Item)
|
- [x] Register "Landana Seed" (Item)
|
||||||
- [ ] Register "Landana Bud" (Item)
|
- [x] Register "Landana Bud" (Item)
|
||||||
- [ ] Register "Cured Bud" (Item)
|
- [x] Register "Cured Bud" (Item)
|
||||||
- [ ] Register "Cardboard Filter" (Item)
|
- [ ] Register "Cardboard Filter" (Item)
|
||||||
- [ ] Add Smoker/Campfire recipe: Bud -> Cured Bud
|
- [x] Add Smoker/Campfire recipe: Bud -> Cured Bud
|
||||||
|
|
||||||
## Phase 3: The Crop [ ]
|
## Phase 3: The Crop [ ]
|
||||||
- [ ] Create the Landana Crop block
|
- [ ] Create the Landana Crop block
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue