Added sapling

This commit is contained in:
modmuss50 2016-02-20 18:40:35 +00:00
parent 7edbabd419
commit 0ac86ff303
5 changed files with 60 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"stage=0": {
"model": "techreborn:rubberSapling"
},
"stage=1": {
"model": "techreborn:rubberSapling"
}
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "techreborn:blocks/rubber_sapling"
}
}