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:
Emmanuel BENOîT 2016-07-18 17:27:39 +02:00
parent 64ae8edb64
commit ff50b6bf19
10 changed files with 138 additions and 0 deletions
src/resources/assets/mmm
lang
models/item/plant
textures/items/plant

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:items/plant/fruit/tomato"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:items/plant/seeds/tomato"
}
}

Binary file not shown.

After

(image error) Size: 461 B

Binary file not shown.

After

(image error) Size: 140 B