Ev laser hatch (#2966)
* Add EV Laser Hatches * Chapters change and buff casings
This commit is contained in:
parent
54145ff6c3
commit
21da3197f1
20 changed files with 399 additions and 6 deletions
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
|
||||
"x": 90
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"gtceu:z": 180,
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
|
||||
"x": 270
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_source_hatch",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
|
||||
"x": 90
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"gtceu:z": 180,
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
|
||||
"x": 270
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "gtceu:block/machine/ev_1024a_laser_target_hatch",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
|
||||
"x": 90
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_source_hatch"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"gtceu:z": 180,
|
||||
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
|
||||
"x": 270
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_source_hatch",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
|
||||
"x": 90
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_target_hatch"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"gtceu:z": 180,
|
||||
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
|
||||
"x": 270
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "gtceu:block/machine/ev_256a_laser_target_hatch",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
|
||||
"x": 90
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"gtceu:z": 180,
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
|
||||
"x": 270
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_source_hatch",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
|
||||
"x": 90
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"gtceu:z": 180,
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
|
||||
"x": 270
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "gtceu:block/machine/ev_4096a_laser_target_hatch",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue