This commit is contained in:
modmuss50 2019-08-19 13:30:15 +01:00
parent aab3a02184
commit 2d34ebc480
25 changed files with 248 additions and 37 deletions

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/fluid/biofuel" }
}
}

View file

@ -183,6 +183,7 @@
"block.techreborn.sulfuricacid": "Sulfuric Acid",
"block.techreborn.tritium": "Tritium",
"block.techreborn.wolframium": "Wolframium",
"block.techreborn.biofuel": "BioFuel",
"_comment6": "Fluids",
"fluid.fluidberylium": "Beryllium",
@ -219,6 +220,7 @@
"fluid.fluidsulfuricacid": "Sulfuric Acid",
"fluid.fluidtritium": "Tritium",
"fluid.fluidwolframium": "Wolframium",
"fluid.fluidbiofuel": "BioFuel",
"_comment7": "Dusts",
"item.techreborn.almandine_dust": "Almandine Dust",
@ -481,6 +483,8 @@
"item.techreborn.sap": "Sap",
"item.techreborn.scrap": "Scrap",
"item.techreborn.uu_matter": "UU-Matter",
"item.techreborn.plantball": "Plantball",
"item.techreborn.compressed_plantball": "Compressed Plantball",
"_comment14": "Items-Armor",
"item.techreborn.cloaking_device": "Cloaking Device",
@ -689,5 +693,6 @@
"item.techreborn.sulfur_bucket": "Sulfur",
"item.techreborn.sulfuric_acid_bucket": "Sulfuric Acid",
"item.techreborn.tritium_bucket": "Tritium",
"item.techreborn.wolframium_bucket": "Wolframium"
"item.techreborn.wolframium_bucket": "Wolframium",
"item.techreborn.biofuel_bucket": "Biofuel"
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "techreborn:block/fluids/biofuel_flowing"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "techreborn:item/part/compressed_plantball"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "techreborn:item/part/plantball"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":4
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"tag": "minecraft:leaves",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"tag": "minecraft:saplings",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:melon",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:sugar_cane",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:cactus",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:wheat",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:carrot",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:potato",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:apple",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:melon_slice",
"count": 64
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:pumpkin",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "techreborn:plantball"
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}