added crops - but loot table does not work yet
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "quickiemod:block/canolaplant0" },
|
||||
"age=1": { "model": "quickiemod:block/canolaplant1" },
|
||||
"age=2": { "model": "quickiemod:block/canolaplant2" },
|
||||
"age=3": { "model": "quickiemod:block/canolaplant3" },
|
||||
"age=4": { "model": "quickiemod:block/canolaplant4" },
|
||||
"age=5": { "model": "quickiemod:block/canolaplant5" },
|
||||
"age=6": { "model": "quickiemod:block/canolaplant6" },
|
||||
"age=7": { "model": "quickiemod:block/canolaplant7" }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "quickiemod:block/cottonplant0" },
|
||||
"age=1": { "model": "quickiemod:block/cottonplant1" },
|
||||
"age=2": { "model": "quickiemod:block/cottonplant2" },
|
||||
"age=3": { "model": "quickiemod:block/cottonplant3" },
|
||||
"age=4": { "model": "quickiemod:block/cottonplant4" },
|
||||
"age=5": { "model": "quickiemod:block/cottonplant5" },
|
||||
"age=6": { "model": "quickiemod:block/cottonplant6" },
|
||||
"age=7": { "model": "quickiemod:block/cottonplant7" }
|
||||
}
|
||||
}
|
@ -69,8 +69,8 @@
|
||||
"block.quickiemod.itemhoarder": "Itemsauger",
|
||||
"block.quickiemod.monsterhoarder": "Monstersauger",
|
||||
"block.quickiemod.kelpstack": "Seegrassbündel",
|
||||
"block.quickiemod.cottonplant": "Baumwollpflanze",
|
||||
"block.quickiemod.canolaplant": "Canolapflanze",
|
||||
"block.quickiemod.blockcottonplant": "Baumwollpflanze",
|
||||
"block.quickiemod.blockcanolaplant": "Canolapflanze",
|
||||
"block.quickiemod.blocksulphor": "Schwefelblock",
|
||||
"block.quickiemod.blocksalpeter": "Salpeterblock",
|
||||
"block.quickiemod.blockspeedpowder": "Fluchtpulverblock",
|
||||
|
@ -69,8 +69,8 @@
|
||||
"block.quickiemod.itemhoarder": "item hoarder",
|
||||
"block.quickiemod.monsterhoarder": "monster hoarder",
|
||||
"block.quickiemod.kelpstack": "kelp bundle",
|
||||
"block.quickiemod.cottonplant": "cotton plant",
|
||||
"block.quickiemod.canolaplant": "canola plant",
|
||||
"block.quickiemod.blockcottonplant": "cotton plant",
|
||||
"block.quickiemod.blockcanolaplant": "canola plant",
|
||||
"block.quickiemod.blocksulphor": "block of sulfur",
|
||||
"block.quickiemod.blocksalpeter": "block of salpeter",
|
||||
"block.quickiemod.blockspeedpowder": "block of speedpowder",
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/canolaplant0"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/canolaplant1"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/canolaplant2"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/canolaplant3"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/canolaplant4"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/canolaplant5"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/canolaplant6"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/canolaplant7"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/cottonplant0"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/cottonplant1"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/cottonplant2"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/cottonplant3"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/cottonplant4"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/cottonplant5"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/cottonplant6"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiemod:block/cottonplant7"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiemod:item/canola"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiemod:item/canolabottle"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiemod:item/canolabottlestack"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiemod:item/canolaseed"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiemod:item/canolaseed"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiemod:item/cotton"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiemod:item/cottonseed"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiemod:item/cottonseed"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.2 KiB |