Skip to content

Commit

Permalink
try Multiblocked
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Oct 21, 2023
1 parent 0c0d32d commit f4c4940
Show file tree
Hide file tree
Showing 7 changed files with 476 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/jei/ingredient-list-mod-sort-order.ini
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ Industrial Foregoing: Misc
Industrial Foregoing: Resource Production
Industrial Foregoing: Tools
Industrial Foregoing: Transport & Storage
Multiblocked
1 change: 1 addition & 0 deletions config/jei/recipe-category-sort-order.ini
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,4 @@ masterfulmachinery:machine_structure_gaia_reactor
masterfulmachinery:machine_structure_industrial_deuterium_plant
masterfulmachinery:machine_structure_stellar_neutron_activator
masterfulmachinery:machine_structure_wicked_altar
multiblocked:multiblock_info
2 changes: 1 addition & 1 deletion minecraftinstance.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
302 changes: 302 additions & 0 deletions multiblocked/definition/controller/en6e_wicked_altar_controller.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,302 @@
{
"version": 2,
"location": "en6e:wicked_altar_controller",
"traits": {},
"properties": {
"rotationState": "ALL",
"showInJei": true,
"isOpaque": true,
"hasDynamicShape": false,
"hasCollision": true,
"destroyTime": 1.5,
"explosionResistance": 6.0,
"speedFactor": 1.0,
"jumpFactor": 1.0,
"friction": 0.6,
"harvestLevel": 1,
"stackSize": 64,
"tabGroup": "multiblocked.all"
},
"status": {
"unformed": {
"renderer": {
"baseTexture": "multiblocked:infused_iron_block",
"frontTexture": "multiblocked:blocks/gregtech_front",
"formedAsController": true,
"type": "gregtech",
"postRenderer": false
}
},
"idle": {
"parent": "unformed"
},
"working": {
"parent": "idle"
},
"suspend": {
"parent": "working"
}
},
"recipeMap": "empty",
"basePattern": {
"structureDir": [
"LEFT",
"UP",
"BACK"
],
"pattern": [
[
" AAA ",
" BBB ",
" ",
" ",
" ",
" "
],
[
" A A ",
" BCDEB ",
" ",
" ",
" ",
" "
],
[
"A A",
"BBBBBBB",
" FFF ",
" ",
" ",
" "
],
[
"AGGGGGA",
"BGHHHGB",
" GHIHG ",
" G G ",
" GGGGG ",
" @ "
],
[
"A A",
"BBBBBBB",
" J ",
" ",
" ",
" K "
],
[
" A A ",
" BBBBB ",
" JLJ ",
" M ",
" K ",
" K "
],
[
" AAA ",
" BBB ",
" J ",
" ",
" ",
" "
]
],
"aisleRepetitions": [
[
1,
1
],
[
1,
1
],
[
1,
1
],
[
1,
1
],
[
1,
1
],
[
1,
1
],
[
1,
1
]
],
"predicates": {
"A": {
"blocks": [
{
"id": "ars_nouveau:warding_stone"
}
],
"type": "blocks"
},
"controller": {
"location": "en6e:wicked_altar_controller",
"type": "component"
},
"B": {
"blocks": [
{
"id": "bloodmagic:woodtilepath"
}
],
"type": "blocks"
},
"C": {
"blocks": [
{
"id": "multiblocked:fluid_input"
}
],
"type": "blocks"
},
"D": {
"blocks": [
{
"id": "multiblocked:item_output"
}
],
"type": "blocks"
},
"E": {
"blocks": [
{
"id": "multiblocked:item_input"
}
],
"type": "blocks"
},
"F": {
"blocks": [
{
"id": "betterendforge:andesite_pedestal"
}
],
"type": "blocks"
},
"G": {
"blocks": [
{
"id": "quark:dark_elder_prismarine"
}
],
"type": "blocks"
},
"H": {
"blocks": [
{
"id": "minecraft:water"
}
],
"type": "blocks"
},
"I": {
"blocks": [
{
"id": "minecraft:conduit"
}
],
"type": "blocks"
},
"J": {
"blocks": [
{
"id": "minecraft:oak_pressure_plate"
}
],
"type": "blocks"
},
"air": {
"type": "air"
},
"K": {
"blocks": [
{
"id": "minecraft:nether_brick_fence"
}
],
"type": "blocks"
},
"L": {
"blocks": [
{
"id": "upgrade_aquatic:elder_guardian_spine"
}
],
"type": "blocks"
},
"any": {
"type": "any"
},
"M": {
"blocks": [
{
"id": "chipped:carved_pumpkin_11"
}
],
"type": "blocks"
}
},
"symbolMap": {
"@": [
"controller"
],
" ": [
"any"
],
"A": [
"A"
],
"B": [
"B"
],
"C": [
"C"
],
"D": [
"D"
],
"E": [
"E"
],
"F": [
"F"
],
"G": [
"G"
],
"H": [
"H"
],
"I": [
"I"
],
"J": [
"J"
],
"K": [
"K"
],
"L": [
"L"
],
"M": [
"M"
],
"-": [
"air"
]
}
}
}
Loading

0 comments on commit f4c4940

Please sign in to comment.