Implement Interface Configuration Terminal
This commit is contained in:
@@ -549,6 +549,7 @@ item.appliedenergistics2.multi_part.inverted_toggle_bus.name=ME Inverted Toggle
|
||||
item.appliedenergistics2.multi_part.toggle_bus.name=ME Toggle Bus
|
||||
item.appliedenergistics2.multi_part.crafting_monitor.name=ME Crafting Monitor
|
||||
item.appliedenergistics2.multi_part.interface_terminal.name=ME Interface Terminal
|
||||
item.appliedenergistics2.multi_part.interface_configuration_terminal.name=ME Configuration Interface Terminal
|
||||
item.appliedenergistics2.multi_part.fluid_terminal.name=ME Fluid Terminal
|
||||
item.appliedenergistics2.multi_part.invalid_type.name=Disabled Item
|
||||
|
||||
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/display",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:items/part/interface_terminal",
|
||||
"front_bright": "appliedenergistics2:parts/interface_configuration_terminal_bright",
|
||||
"front_medium": "appliedenergistics2:parts/interface_configuration_terminal_medium",
|
||||
"front_dark": "appliedenergistics2:parts/interface_configuration_terminal_dark"
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/display_off",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:parts/interface_configuration_terminal_bright",
|
||||
"lightsMedium": "appliedenergistics2:parts/interface_configuration_terminal_medium",
|
||||
"lightsDark": "appliedenergistics2:parts/interface_configuration_terminal_dark"
|
||||
}
|
||||
}
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"ae2_uvl_marker": true,
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:parts/interface_configuration_terminal_bright",
|
||||
"lightsMedium": "appliedenergistics2:parts/interface_configuration_terminal_medium",
|
||||
"lightsDark": "appliedenergistics2:parts/interface_configuration_terminal_dark"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
2
|
||||
],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
2
|
||||
],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
2
|
||||
],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "minecraft:item_exists",
|
||||
"item": "appliedenergistics2:interface"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.interface_terminal"
|
||||
},
|
||||
"type": "appliedenergistics2:part_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.interface_configuration_terminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "minecraft:item_exists",
|
||||
"item": "appliedenergistics2:interface"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.interface_configuration_terminal"
|
||||
},
|
||||
"type": "appliedenergistics2:part_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.interface_terminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 205 B |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Reference in New Issue
Block a user