Version 5.4
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
|
||||
if (Platform.isLoaded('modular_machinery_reborn')) {
|
||||
MMREvents.machines(allthemods => {
|
||||
allthemods.create('atm:auto_hepheastus_forge')
|
||||
.color('#FF1b1625')
|
||||
.name('Automatic Hepheastus Forge')
|
||||
.structure(
|
||||
MMRStructureBuilder.create()
|
||||
.pattern(
|
||||
[
|
||||
['sssdaxadsss', 'scdrlklrdcs', 'sdklltllkds', 'drltllltlrd', 'alllivillla', 'xktlvtvltkx', 'alllivillla', 'drltllltlrd', 'sdklltllkds', 'scdrlklrdcs', 'sssdaxadsss',],
|
||||
[' hsmsh ', ' ohhdddhho ', ' hdddgdddh ', 'hhdgdddgdhh', 'sddddedddds', 'ddgdegedgdd', 'sddddedddds', 'hhdgdddgdhh', ' hdddgdddh ', ' ohhdddhho ', ' hsdsh ',],
|
||||
[' o ', ' ', ' p ', ' p p ', ' ', 'o p f p o', ' ', ' p p ', ' p ', ' ', ' o ',],
|
||||
[' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',],
|
||||
[' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',]
|
||||
]
|
||||
)
|
||||
.keys(
|
||||
{
|
||||
's': 'forbidden_arcanus:polished_darkstone_stairs',
|
||||
'd': 'forbidden_arcanus:polished_darkstone',
|
||||
'a': 'forbidden_arcanus:arcane_polished_darkstone',
|
||||
'g': 'forbidden_arcanus:gilded_chiseled_polished_darkstone',
|
||||
'h': 'forbidden_arcanus:polished_darkstone_slab',
|
||||
'c': 'forbidden_arcanus:arcane_crystal_block',
|
||||
'r': 'forbidden_arcanus:rune_block',
|
||||
'o': 'forbidden_arcanus:arcane_crystal_obelisk',
|
||||
'k': 'modular_machinery_reborn:casing_reinforced',
|
||||
'l': 'modular_machinery_reborn:casing_plain',
|
||||
't': 'modular_machinery_reborn:casing_gearbox',
|
||||
'p': 'forbidden_arcanus:darkstone_pedestal',
|
||||
'e': 'forbidden_arcanus:chiseled_arcane_polished_darkstone',
|
||||
'v': 'modular_machinery_reborn:casing_vent',
|
||||
'f': 'forbidden_arcanus:hephaestus_forge_tier_5',
|
||||
'i': [
|
||||
'#modular_machinery_reborn:fluidinputhatch'
|
||||
],
|
||||
'x': [
|
||||
'#modular_machinery_reborn:energyinputhatch',
|
||||
'#modular_machinery_reborn:outputbus',
|
||||
'#modular_machinery_reborn:inputbus',
|
||||
'forbidden_arcanus:polished_darkstone'
|
||||
]
|
||||
}
|
||||
)
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
@@ -0,0 +1,44 @@
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
if (Platform.isLoaded('modular_machinery_reborn')) {
|
||||
MMREvents.machines(allthemods => {
|
||||
allthemods.create('atm:runic_crucible')
|
||||
.color('#FF1b1625')
|
||||
.name('Runic Crucible')
|
||||
.structure(
|
||||
MMRStructureBuilder.create()
|
||||
.pattern(
|
||||
[
|
||||
[ 'rsmsr', 'sddds', 'sdgds', 'sddds', 'rsssr' ],
|
||||
[ 'pxaxp', 'xsssx', 'ascsa', 'xsssx', 'pxaxp' ],
|
||||
[ 'c c', ' ', ' ', ' ', 'c c' ],
|
||||
[ ' ', ' ', ' q ', ' ', ' ' ]
|
||||
]
|
||||
)
|
||||
.keys(
|
||||
{
|
||||
's': 'forbidden_arcanus:polished_darkstone_stairs',
|
||||
'd': 'forbidden_arcanus:polished_darkstone',
|
||||
'a': 'forbidden_arcanus:arcane_polished_darkstone',
|
||||
'g': 'forbidden_arcanus:gilded_chiseled_polished_darkstone',
|
||||
'r': 'forbidden_arcanus:rune_block',
|
||||
'p': 'forbidden_arcanus:arcane_polished_darkstone_pillar',
|
||||
'c': 'forbidden_arcanus:arcane_crystal_block',
|
||||
'q': 'forbidden_arcanus:quantum_injector',
|
||||
'x': [
|
||||
'forbidden_arcanus:polished_darkstone',
|
||||
'#modular_machinery_reborn:fluidinputhatch',
|
||||
'#modular_machinery_reborn:fluidoutputhatch',
|
||||
'#modular_machinery_reborn_ars:sourceinputhatch',
|
||||
'#modular_machinery_reborn:inputbus',
|
||||
'#modular_machinery_reborn:outputbus'
|
||||
]
|
||||
}
|
||||
)
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
@@ -0,0 +1,83 @@
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
|
||||
if (Platform.isLoaded('modular_machinery_reborn')) {
|
||||
MMREvents.machines(allthemods => {
|
||||
allthemods.create('atm:runic_enchanter')
|
||||
.color('#FF1b1625')
|
||||
.name('Runic Enchanter')
|
||||
.structure(
|
||||
MMRStructureBuilder.create()
|
||||
.pattern(
|
||||
[
|
||||
["wtttvdmduttts","ihdddddddddhg","idjjjjkjjjjdg","idjlljjjlljdg","rdjljjojjljdq","ddjjjjjjjjjdd","ddkjojkjojkdd","ddjjjjjjjjjdd","pdjljjojjljdn","idjlljjjlljdg","idjjjjkjjjjdg","ihdddddddddhg","fbbbedddcbbba"],
|
||||
[" xxx "," xxDtttsxx "," xDtvdhdqtsx "," xidddddddgx "," wvdcbBbpdqC ","xiddgdddiddgx","xihdBdhdBdhgx","xiddgdddiddgx"," ApdqtBtvdca "," xidddddddgx "," xAbpdhdcbyx "," xxfbbbyxx "," xxx "],
|
||||
[" "," "," "," EFF FEG "," G E "," F F "," H "," E F "," E F "," EFF GFE "," "," "," "],
|
||||
[" "," "," "," FG GF "," F F "," "," "," "," E G "," FG FF "," "," "," "],
|
||||
[" "," I I "," "," "," "," "," "," "," "," "," "," I I "," "],
|
||||
[" "," L J "," I "," "," "," "," I K I "," "," "," "," I "," J J "," "],
|
||||
[" "," M M "," L "," "," "," "," L L "," "," "," "," L "," M M "," "],
|
||||
[" "," N N "," M "," "," "," "," M M "," "," "," "," M "," N N "," "],
|
||||
[" "," M M "," O "," "," "," "," O I O "," "," "," "," O "," M M "," "],
|
||||
[" "," L J "," M "," "," "," "," M J M "," "," "," "," M "," J J "," "],
|
||||
[" "," "," L "," "," "," "," L M L "," "," "," "," L "," "," "],
|
||||
[" "," "," "," "," "," "," N "," "," "," "," "," "," "],
|
||||
[" "," "," "," "," "," "," M "," "," "," "," "," "," "],
|
||||
[" "," "," "," "," "," "," J "," "," "," "," "," "," "]
|
||||
]
|
||||
)
|
||||
.keys(
|
||||
{
|
||||
"a":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"b":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"c":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"d":["forbidden_arcanus:polished_darkstone"],
|
||||
"e":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"f":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"g":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"h":["forbidden_arcanus:gilded_chiseled_polished_darkstone"],
|
||||
"i":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"j":["modular_machinery_reborn:casing_plain"],
|
||||
"k":["modular_machinery_reborn:casing_reinforced"],
|
||||
"l":["modular_machinery_reborn:casing_vent"],
|
||||
"n":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"o":["modular_machinery_reborn:casing_firebox"],
|
||||
"p":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"q":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"r":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"s":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"t":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"u":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"v":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"w":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"x":["forbidden_arcanus:polished_darkstone_slab"],
|
||||
"y":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"A":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"B":["forbidden_arcanus:rune_block"],
|
||||
"C":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"D":["forbidden_arcanus:polished_darkstone_stairs"],
|
||||
"E":["apothic_enchanting:soul_touched_deepshelf"],
|
||||
"F":["apothic_enchanting:soul_touched_sculkshelf"],
|
||||
"G":["apothic_enchanting:echoing_sculkshelf"],
|
||||
"H":["minecraft:enchanting_table"],
|
||||
"I":["minecraft:soul_lantern"],
|
||||
"J":["biomeswevegone:ebony_fence"],
|
||||
"K":["forbidden_arcanus:quantum_injector"],
|
||||
"L":["eternal_starlight:lunar_fence"],
|
||||
"M":["forbidden_arcanus:polished_darkstone_wall"],
|
||||
"N":["apothic_enchanting:treasure_shelf"],
|
||||
"O":[
|
||||
'#modular_machinery_reborn_ars:sourceinputhatch',
|
||||
'#modular_machinery_reborn:inputbus',
|
||||
'#modular_machinery_reborn:outputbus',
|
||||
'#modular_machinery_reborn:fluidinputhatch'
|
||||
]
|
||||
}
|
||||
)
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
@@ -0,0 +1,55 @@
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
|
||||
if (Platform.isLoaded('modular_machinery_reborn')) {
|
||||
MMREvents.machines(allthemods => {
|
||||
allthemods.create('atm:runic_star_altar')
|
||||
.color('#FF1b1625')
|
||||
.name('Runic Star Altar')
|
||||
.structure(
|
||||
MMRStructureBuilder.create()
|
||||
.pattern(
|
||||
[
|
||||
[ ' ssszamazsss ', ' ssdddddddddss ', 'ssdddddddddddss', 'sddddddddddddds', 'sddddddddddddds', 'zdddddddddddddz', 'addddddddddddda', 'zdddddddddddddz', 'addddddddddddda', 'zdddddddddddddz', 'sddddddddddddds', 'sddddddddddddds', 'ssdddddddddddss', ' ssdddddddddss ', ' ssszazazsss '],
|
||||
[ ' sssss ', ' sssdgdsss ', ' ssdddddddss ', ' ssgdddddddgss ', ' sddddddddddds ', 'ssdddddddddddss', 'sddddddddddddds', 'sgdddddddddddgs', 'sddddddddddddds', 'ssdddddddddddss', ' sddddddddddds ', ' ssgdddddddgss ', ' ssdddddddss ', ' sssdgdsss ', ' sssss '],
|
||||
[ ' ', ' o ', ' hsssssh ', ' ohrdddrho ', ' hhhddgddhhh ', ' srdgdddgdrs ', ' sdddededdds ', ' osdgddgddgdso ', ' sdddededdds ', ' srdgdddgdrs ', ' hhhddgddhhh ', ' ohrdddrho ', ' hsssssh ', ' o ', ' '],
|
||||
[ ' ', ' ', ' ', ' p p ', ' b ', ' p b b p ', ' j j ', ' b n b ', ' j j ', ' p b b p ', ' b ', ' p p ', ' ', ' ', ' '],
|
||||
[ ' ', ' ', ' ', ' p p ', ' ', ' p p ', ' ', ' ', ' ', ' p p ', ' ', ' p p ', ' ', ' ', ' '],
|
||||
[ ' ', ' ', ' ', ' p p ', ' ', ' p p ', ' ', ' q ', ' ', ' p p ', ' ', ' p p ', ' ', ' ', ' '],
|
||||
[ ' ', ' ', ' ', ' p p ', ' ', ' p p ', ' ', ' ', ' ', ' p p ', ' ', ' p p ', ' ', ' ', ' '],
|
||||
[ ' ', ' ', ' ', ' p p ', ' ', ' p p ', ' ', ' ', ' ', ' p p ', ' ', ' p p ', ' ', ' ', ' '],
|
||||
[ ' ', ' ', ' ', ' rpcpr ', ' ', ' r r ', ' p p ', ' c c ', ' p p ', ' r r ', ' ', ' rpcpr ', ' ', ' ', ' '],
|
||||
]
|
||||
)
|
||||
.keys(
|
||||
{
|
||||
's': 'forbidden_arcanus:polished_darkstone_stairs',
|
||||
'd': 'forbidden_arcanus:polished_darkstone',
|
||||
'a': 'forbidden_arcanus:arcane_polished_darkstone',
|
||||
'g': 'forbidden_arcanus:gilded_chiseled_polished_darkstone',
|
||||
'h': 'forbidden_arcanus:polished_darkstone_slab',
|
||||
'r': 'forbidden_arcanus:rune_block',
|
||||
'p': 'forbidden_arcanus:arcane_polished_darkstone_pillar',
|
||||
'c': 'forbidden_arcanus:arcane_crystal_block',
|
||||
'b': 'forbidden_arcanus:darkstone_pedestal',
|
||||
'e': 'forbidden_arcanus:chiseled_arcane_polished_darkstone',
|
||||
'j': 'forbidden_arcanus:essence_utrem_jar',
|
||||
'n': 'forbidden_arcanus:magnetized_darkstone_pedestal',
|
||||
'q': 'forbidden_arcanus:quantum_injector',
|
||||
'o': 'forbidden_arcanus:arcane_crystal_obelisk',
|
||||
'z': [
|
||||
'forbidden_arcanus:polished_darkstone',
|
||||
'#modular_machinery_reborn:inputbus',
|
||||
'#modular_machinery_reborn:outputbus',
|
||||
'#modular_machinery_reborn:energyinputhatch'
|
||||
]
|
||||
}
|
||||
)
|
||||
);
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
||||
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
||||
Reference in New Issue
Block a user