Tomato - Started work
The tomatoes and their seeds are done. The plant is textureless and doesn't work as it should.
This commit is contained in:
parent
64ae8edb64
commit
ff50b6bf19
10 changed files with 138 additions and 0 deletions
src/resources/assets/mmm
lang
models/item/plant
textures/items/plant
|
@ -8,6 +8,10 @@ gui.mmm.tech.base.am.unpowered=Redstone Disables
|
|||
gui.mmm.tech.base.am.disabled=Deactivated
|
||||
|
||||
|
||||
item.mmm.plant.fruit.tomato.name=Tomato
|
||||
item.mmm.plant.seeds.tomato.name=Tomato Seeds
|
||||
|
||||
|
||||
tile.mmm.materials.rock.limestone.name=Limestone
|
||||
tile.mmm.materials.rock.chalk.name=Chalk
|
||||
tile.mmm.materials.rock.slate.name=Slate
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/plant/fruit/tomato"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/plant/seeds/tomato"
|
||||
}
|
||||
}
|
BIN
src/resources/assets/mmm/textures/items/plant/fruit/tomato.png
Normal file
BIN
src/resources/assets/mmm/textures/items/plant/fruit/tomato.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 461 B |
BIN
src/resources/assets/mmm/textures/items/plant/seeds/tomato.png
Normal file
BIN
src/resources/assets/mmm/textures/items/plant/seeds/tomato.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 140 B |
Reference in a new issue