@@ -155,6 +155,7 @@ gui.appliedenergistics2.ImportBusFluids=ME Fluid Import Bus
|
||||
gui.appliedenergistics2.Interface=ME Interface
|
||||
gui.appliedenergistics2.FluidInterface=ME Fluid Interface
|
||||
gui.appliedenergistics2.LevelEmitter=ME Level Emitter
|
||||
gui.appliedenergistics2.FluidLevelEmitter=ME Fluid Level Emitter
|
||||
gui.appliedenergistics2.Of=of
|
||||
gui.appliedenergistics2.Patterns=Patterns
|
||||
gui.appliedenergistics2.SpatialIOPort=Spatial IO Port
|
||||
@@ -500,6 +501,7 @@ item.appliedenergistics2.multi_part.fluid_import_bus.name=ME Fluid Import Bus
|
||||
item.appliedenergistics2.multi_part.interface.name=ME Interface
|
||||
item.appliedenergistics2.multi_part.fluid_interface.name=ME Fluid Interface
|
||||
item.appliedenergistics2.multi_part.level_emitter.name=ME Level Emitter
|
||||
item.appliedenergistics2.multi_part.fluid_level_emitter.name=ME Fluid Level Emitter
|
||||
item.appliedenergistics2.multi_part.p2p_tunnel.name=P2P Tunnel
|
||||
item.appliedenergistics2.multi_part.pattern_terminal.name=ME Pattern Terminal
|
||||
item.appliedenergistics2.multi_part.quartz_fiber.name=Quartz Fiber
|
||||
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"emitter": "appliedenergistics2:items/part/level_emitter_off"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
7,
|
||||
6,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
9,
|
||||
10,
|
||||
9
|
||||
],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#emitter",
|
||||
"uv": [
|
||||
7,
|
||||
7,
|
||||
9,
|
||||
11
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#emitter",
|
||||
"uv": [
|
||||
7,
|
||||
7,
|
||||
9,
|
||||
11
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#emitter",
|
||||
"uv": [
|
||||
7,
|
||||
7,
|
||||
9,
|
||||
11
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#emitter",
|
||||
"uv": [
|
||||
7,
|
||||
7,
|
||||
9,
|
||||
11
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#emitter",
|
||||
"uv": [
|
||||
7,
|
||||
7,
|
||||
9,
|
||||
9
|
||||
]
|
||||
},
|
||||
"down": {
|
||||
"texture": "#emitter",
|
||||
"uv": [
|
||||
7,
|
||||
9,
|
||||
9,
|
||||
11
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"result": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.fluid_level_emitter"
|
||||
},
|
||||
"type": "appliedenergistics2:part_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:redstone_torch"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dyeBlue"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.calculation_processor"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user