added canola oil for the drills
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "quickiefabric:block/canolaplant0" },
|
||||
"age=1": { "model": "quickiefabric:block/canolaplant1" },
|
||||
"age=2": { "model": "quickiefabric:block/canolaplant1" },
|
||||
"age=3": { "model": "quickiefabric:block/canolaplant2" },
|
||||
"age=4": { "model": "quickiefabric:block/canolaplant2" },
|
||||
"age=5": { "model": "quickiefabric:block/canolaplant2" },
|
||||
"age=6": { "model": "quickiefabric:block/canolaplant3" },
|
||||
"age=7": { "model": "quickiefabric:block/canolaplant4" }
|
||||
}
|
||||
}
|
@ -40,6 +40,9 @@
|
||||
"item.quickiefabric.carrotstack": "Karottenbündel",
|
||||
"item.quickiefabric.cotton": "Baumwolle",
|
||||
"item.quickiefabric.cottonseed": "Baumwollsaat",
|
||||
"item.quickiefabric.canola": "Raps",
|
||||
"item.quickiefabric.canolaseed": "Rapssaat",
|
||||
"item.quickiefabric.canolabottle": "Rapsöl",
|
||||
"item.quickiefabric.stub": "Stummel",
|
||||
"item.quickiefabric.oxidizedcopperpowder": "oxidiertes Kupferpulver",
|
||||
"item.quickiefabric.speedingot": "Fluchtpulverbarren",
|
||||
@ -101,6 +104,6 @@
|
||||
"msg.backpack.transfer.filled": "Der Rucksack wurde befüllt.",
|
||||
"msg.backpack.transfer.cleared": "Der Rucksackinhalt wurde soweit möglich geleert.",
|
||||
"msg.backpack.transfer.cancel": "Entweder der Rucksack oder die Kiste sind nicht komplett leer.",
|
||||
"msg.drill.fuelinfo": "Der Bohrer hat noch eine Ladung für den Abbau von %s Blöcken. Er kann mit Redstone, Flucht- oder Eilpulver aufgeladen werden.",
|
||||
"msg.drill.fuelinfo": "Der Bohrer hat noch eine Ladung für den Abbau von %s Blöcken. Er kann mit Rapsöl aufgeladen werden.",
|
||||
"error.unleveling.inventory.full": "Es ist kein Platz mehr frei, um die Aufwertungen abzulegen."
|
||||
}
|
||||
|
@ -40,6 +40,9 @@
|
||||
"item.quickiefabric.carrotstack": "a bundle of carrots",
|
||||
"item.quickiefabric.cotton": "cotton",
|
||||
"item.quickiefabric.cottonseed": "cotton seed",
|
||||
"item.quickiefabric.canola": "canola",
|
||||
"item.quickiefabric.canolaseed": "canola seed",
|
||||
"item.quickiefabric.canolabottle": "canola oil",
|
||||
"item.quickiefabric.stub": "stub",
|
||||
"item.quickiefabric.oxidizedcopperpowder": "oxidized copper powder",
|
||||
"item.quickiefabric.speedingot": "Speedpowderingot",
|
||||
@ -101,6 +104,6 @@
|
||||
"msg.backpack.transfer.filled": "Filled the backpack.",
|
||||
"msg.backpack.transfer.cleared": "Cleared the backpack as much as possible.",
|
||||
"msg.backpack.transfer.cancel": "Eigther backpack or chest are not completely empty.",
|
||||
"msg.drill.fuelinfo": "The drill still has a charge for mining %s blocks. It can be charged with redstone, speed or hurry powder.",
|
||||
"msg.drill.fuelinfo": "The drill still has a charge for mining %s blocks. It can be charged with canola oil.",
|
||||
"error.unleveling.inventory.full": "There is no free stack in your inventory for the level ups."
|
||||
}
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiefabric:block/canolaplant0"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiefabric:block/canolaplant1"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiefabric:block/canolaplant2"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiefabric:block/canolaplant3"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiefabric:block/canolaplant4"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/canola"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/canolabottle"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/canolaseed"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/canolaseed"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 590 B |
After Width: | Height: | Size: 603 B |
After Width: | Height: | Size: 721 B |
After Width: | Height: | Size: 764 B |
After Width: | Height: | Size: 853 B |
BIN
src/main/resources/assets/quickiefabric/textures/item/canola.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "quickiefabric:canola"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:canolabottle",
|
||||
"count": 1
|
||||
}
|
||||
}
|