Add Fluid Formation/Annihilation Planes (#3591)

Fixes #3572
This commit is contained in:
fscan
2018-07-08 16:54:22 +02:00
committed by GitHub
parent 96af371882
commit e5ab9df086
28 changed files with 1341 additions and 241 deletions
@@ -166,6 +166,7 @@ gui.appliedenergistics2.Terminal=Terminal
gui.appliedenergistics2.InterfaceTerminal=Interface Terminal
gui.appliedenergistics2.InterfaceTerminalHint=Show Or Hide on Interface Terminal.
gui.appliedenergistics2.FormationPlane=Formation Plane
gui.appliedenergistics2.FluidFormationPlane=Fluid Formation Plane
gui.appliedenergistics2.VibrationChamber=Vibration Chamber
gui.appliedenergistics2.NetworkDetails=Network Details
gui.appliedenergistics2.StorageCells=ME Storage Cells
@@ -480,6 +481,7 @@ item.appliedenergistics2.material.sky_dust.name=Sky Stone Dust
item.appliedenergistics2.material.card_crafting.name=Crafting Card
item.appliedenergistics2.multi_part.annihilation_plane.name=ME Annihilation Plane
item.appliedenergistics2.multi_part.fluid_annihilation_plane.name=ME Fluid Annihilation Plane
item.appliedenergistics2.multi_part.identity_annihilation_plane.name=ME Identity Annihilation Plane
item.appliedenergistics2.multi_part.cable_anchor.name=Cable Anchor
item.appliedenergistics2.multi_part.cable_covered.name=ME Covered Cable
@@ -496,6 +498,7 @@ item.appliedenergistics2.multi_part.dark_monitor.name=Dark Illuminated Panel
item.appliedenergistics2.multi_part.export_bus.name=ME Export Bus
item.appliedenergistics2.multi_part.fluid_export_bus.name=ME Fluid Export Bus
item.appliedenergistics2.multi_part.formation_plane.name=ME Formation Plane
item.appliedenergistics2.multi_part.fluid_formation_plane.name=ME Fluid Formation Plane
item.appliedenergistics2.multi_part.import_bus.name=ME Import Bus
item.appliedenergistics2.multi_part.fluid_import_bus.name=ME Fluid Import Bus
item.appliedenergistics2.multi_part.interface.name=ME Interface
@@ -0,0 +1,72 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/plane_sides",
"plane": "appliedenergistics2:items/part/fluid_annihilation_plane"
},
"elements": [
{
"name": "Front",
"from": [
1,
1,
8
],
"to": [
15,
15,
9
],
"faces": {
"north": {
"texture": "plane"
},
"south": {
"texture": "sides"
},
"east": {
"texture": "sides"
},
"west": {
"texture": "sides"
},
"up": {
"texture": "sides"
},
"down": {
"texture": "sides"
}
}
},
{
"name": "Back",
"from": [
5,
5,
9
],
"to": [
11,
11,
10
],
"faces": {
"east": {
"texture": "sides"
},
"south": {
"texture": "sides"
},
"west": {
"texture": "sides"
},
"up": {
"texture": "sides"
},
"down": {
"texture": "sides"
}
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/annihilation_plane",
"textures": {
"plane": "appliedenergistics2:items/part/fluid_formation_plane"
}
}
@@ -0,0 +1,29 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "part.fluid_annihilation_plane"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"aaa",
"ddd",
"bcb"
],
"key": {
"b": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"a": {
"item": "#appliedenergistics2:fluixCrystal"
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.annihilation_core"
},
"d": {
"type": "forge:ore_dict",
"ore": "dyeBlue"
}
}
}
@@ -0,0 +1,29 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "part.fluid_annihilation_plane"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"adb",
"cdb",
"adb"
],
"key": {
"a": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"b": {
"item": "#appliedenergistics2:fluixCrystal"
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.annihilation_core"
},
"d": {
"type": "forge:ore_dict",
"ore": "dyeBlue"
}
}
}
@@ -0,0 +1,29 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "part.fluid_formation_plane"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"adb",
"cdb",
"adb"
],
"key": {
"c": {
"type": "appliedenergistics2:part",
"part": "material.formation_core"
},
"a": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"b": {
"item": "#appliedenergistics2:fluixCrystal"
},
"d": {
"type": "forge:ore_dict",
"ore": "dyeBlue"
}
}
}
@@ -0,0 +1,29 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "part.fluid_formation_plane"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"aaa",
"ddd",
"bcb"
],
"key": {
"c": {
"type": "appliedenergistics2:part",
"part": "material.formation_core"
},
"b": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"a": {
"item": "#appliedenergistics2:fluixCrystal"
},
"d": {
"type": "forge:ore_dict",
"ore": "dyeBlue"
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

@@ -0,0 +1,23 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

@@ -0,0 +1,23 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
}