Skip to content

Commit

Permalink
Merge pull request #495 from Satherov/main
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
whatthedrunk authored Sep 18, 2024
2 parents 2729e70 + b5c6cca commit 069a2c3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
19 changes: 19 additions & 0 deletions config/advanced_ae-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
["quantum computer"]
#Define the maximum dimensions of the Quantum Computer Multiblock.
#Range: 5 ~ 12
quantumComputerMaxSize = 7
#Define the maximum amount of multi threaders per Quantum Computer Multiblock.
#Range: 4 ~ 16
quantumComputerAcceleratorThreads = 12
#Define the maximum amount of multi threaders per Quantum Computer Multiblock.
#Range: 0 ~ 2
quantumComputerMaxMultiThreaders = 1
#Define the maximum amount of Data Entanglers per Quantum Computer Multiblock.
#Range: 0 ~ 2
quantumComputermaxDataEntanglers = 1
#Define the multiplication factor of the multi threaders.
#Range: 2 ~ 8
quantumComputerMultiThreaderMultiplication = 6
#Define the multiplication factor of the data entanglers.
#Range: 2 ~ 8
quantumComputerDataEntanglerMultiplication = 6
15 changes: 13 additions & 2 deletions kubejs/server_scripts/Tweaks/tags.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.
// 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.

ServerEvents.tags('block', allthemods => {
Expand All @@ -14,5 +14,16 @@ ServerEvents.tags('item', allthemods => {
allthemods.add('c:storage_blocks/yellorium', 'alltheores:uranium_block' )

})
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.

ServerEvents.tags('entity_type', allthemods => {
// Productive Bees
allthemods.add('justdirethings:paradox_deny', /productivebees:/);
allthemods.add('industrialforegoing:mob_duplicator_blacklist', /productivebees:/)

//AllTheModium
allthemods.add('justdirethings:paradox_deny', 'allthemodium:piglich');
allthemods.add('industrialforegoing:mob_duplicator_blacklist', 'allthemodium:piglich')

});
// 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.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/modpack/att_items.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ServerEvents.recipes(allthemods => {
D: 'occultism:soul_gem',
A: 'occultism:spawn_egg/familiar_dragon',
S: 'productivetrees:socotra_dragon_sapling',
N: 'hostilenetworks:data_model[hostilenetworks:data_model="hostilenetworks:ender_dragon",hostilenetworks:data=1254]',
N: 'hostilenetworks:data_model[hostilenetworks:data_model="hostilenetworks:ender_dragon",hostilenetworks:data=1255]',
I: 'allthemodium:piglich_heart_block',
B: 'productivebees:spawn_egg_configurable_bee[entity_data={id:"productivebees:configurable_bee",type:"productivebees:soul_lava"}]',
G: 'productivebees:inactive_dragon_egg',
Expand Down

0 comments on commit 069a2c3

Please sign in to comment.