Skip to content

Commit 736cb53

Browse files
Merge pull request #3189 from AllTheMods/changelog
Changelog updates
2 parents e224cc2 + 6d14f08 commit 736cb53

File tree

10 files changed

+82
-33
lines changed

10 files changed

+82
-33
lines changed

changelog/1.9.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,12 @@
9494
- ToolBelt-1.16.5-1.16.3.jar
9595
- trashcans-1.0.18-forge-mc1.16.jar
9696
- woot-1.16.5-1.0.8.4.jar
97+
98+
### Other Changes
99+
- Added Embeddium and Oculus for shaderpack support
100+
- Remove uncrafting tables from structure loot (#3175)
101+
- Add tag support to silicon press recipe (#3141)
102+
- Remove Quark sugar cane bundle recipe (#3142)
103+
- Add Mekanism quest line (thanks to ToshibaEC0Microwave)
104+
- Add Blood Magic quest line (thanks to Laithur)
105+
- General quest overhaul

config/ProjectRed.cfg

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
"General Settings" {
2-
B:"Unbreakable Screwdriver"=true
1+
# General settings
2+
"general" {
3+
# If set to true, the basic screwdriver will not take damage
4+
B:"infinite_screwdriver"=true
35
}
4-
"Machine Settings" {
5-
B:"Enable the Diamond Block Breaker"=true
6+
7+
# Settings related to machines and devices
8+
"machines" {
9+
# Allow the Diamond Block Breaker to be crafted
10+
B:"diamond_block_breaker"=true
611
}
7-
"World Gen" {
8-
B:"Marble Caves"=false
9-
B:"Copper Ore"=false
10-
B:"Tin Ore"=false
11-
B:"Silver Ore"=false
12+
13+
# World gen settings
14+
"world_gen" {
15+
# Enable Copper Ore generation
16+
B:"copper_ore"=false
17+
# Enable Tin Ore generation
18+
B:"tin_ore"=false
19+
# Enable Silver Ore generation
20+
B:"silver_ore"=false
21+
# Enable Marble Cave generation
22+
B:"marble_cave"=false
1223
}

config/moreminecartsconfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chunk_loader_multiplier = 00
1+
chunk_loader_multiplier = 0

config/mythicbotany.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"mjoellnir": {
1+
{
2+
"mjoellnir": {
33
"base_attack_speed": -2.5,
44
"base_damage_melee": 15000.0,
55
"base_damage_ranged": 15000.0,

config/pneumaticcraft-common.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[General]
22
oil_world_gen_blacklist = ["minecraft:soul_sand_valley", "minecraft:crimson_forest", "minecraft:warped_forest", "minecraft:nether_wastes", "minecraft:the_void", "minecraft:the_end", "minecraft:small_end_islands", "minecraft:end_midlands", "minecraft:end_highlands", "minecraft:end_barrens", "allthemodium:mining"]
3-
vacuum_trap_blacklist = ["#mob_grinding_utils:noswab"]

config/terraforged/general.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The version of this config. Do not edit (it'll wipe your settings!)
2-
version = "1.1"
2+
version = "1.2"
33
# Set the preset to use when creating a new world.
44
default_preset = "All The Mods 6"
55
# Set whether tooltips should be displayed by default in the config gui.
@@ -14,7 +14,7 @@ structure_search_timeout = 5000
1414
# The number of milliseconds a single feature/structure can generate for before a warning
1515
# is printed to the logs. This may help track down mods that are causing world-gen to run slow.
1616
# Set to -1 to disable.
17-
feature_warn_time = 100
17+
feature_warn_time = 500
1818
# The number of milliseconds after which the server will be considered 'deadlocked' (when it
1919
# gets stuck trying to generate a feature/structure). This is usually caused by third-party mods.
2020
# Set to -1 to disable deadlock detection & reporting (the game may freeze indefinitely without it).
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"type": "cucumber:shaped_no_mirror",
3+
"conditions": [
4+
{
5+
"type": "mysticalagriculture:crop_enabled",
6+
"crop": "mysticalagriculture:certus_quartz"
7+
}
8+
],
9+
"pattern": [
10+
"EEE",
11+
"EME",
12+
"EEE"
13+
],
14+
"key": {
15+
"E": {
16+
"item": "mysticalagriculture:certus_quartz_essence"
17+
},
18+
"M": {
19+
"tag": "forge:silicon"
20+
}
21+
},
22+
"result": {
23+
"item": "appliedenergistics2:silicon_press",
24+
"count": 1
25+
}
26+
}

kubejs/server_scripts/mod_specific/applied_energistics2/applied_energistics2.js

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,29 @@ onEvent('recipes', e => {
1010
S: 'minecraft:stone',
1111
B: 'minecraft:blackstone'
1212
}).id(`kubejs:appliedenergistics2/sky_stone_brick`)
13-
e.shaped('appliedenergistics2:calculation_processor_press', ['CFC', 'FVF', 'PFP'], {
14-
C: 'appliedenergistics2:purified_certus_quartz_crystal',
15-
F: '#forge:ingots/fluix_steel',
16-
V: '#forge:storage_blocks/vibranium',
17-
P: 'appliedenergistics2:fluix_pearl'
13+
e.shaped('appliedenergistics2:calculation_processor_press', ['HBH', 'IXI', 'HBH'], {
14+
X: 'appliedenergistics2:purified_certus_quartz_crystal',
15+
I: 'minecraft:iron_ingot',
16+
B: 'minecraft:iron_block',
17+
H: 'minecraft:iron_bars'
1818
}).id(`kubejs:appliedenergistics2/calculation_press`)
19-
e.shaped('appliedenergistics2:logic_processor_press', ['BFB', 'FVF', 'CFC'], {
20-
B: '#forge:ingots/blaze_gold',
21-
F: '#forge:ingots/fluix_steel',
22-
V: '#forge:storage_blocks/vibranium',
23-
C: '#forge:ingots/rose_gold'
19+
e.shaped('appliedenergistics2:logic_processor_press', ['HBH', 'IXI', 'HBH'], {
20+
X: 'minecraft:gold_ingot',
21+
I: 'minecraft:iron_ingot',
22+
B: 'minecraft:iron_block',
23+
H: 'minecraft:iron_bars'
2424
}).id(`kubejs:appliedenergistics2/logic_press`)
25-
e.shaped('appliedenergistics2:engineering_processor_press', ['DFD', 'FVF', 'DFD'], {
26-
D: '#forge:gems/mana_diamond',
27-
F: '#forge:ingots/fluix_steel',
28-
V: '#forge:storage_blocks/vibranium'
25+
e.shaped('appliedenergistics2:engineering_processor_press', ['HBH', 'IXI', 'HBH'], {
26+
X: 'minecraft:diamond',
27+
I: 'minecraft:iron_ingot',
28+
B: 'minecraft:iron_block',
29+
H: 'minecraft:iron_bars'
2930
}).id(`kubejs:appliedenergistics2/engineering_press`)
30-
e.shaped('appliedenergistics2:silicon_press', ['WFW', 'FVF', 'WFW'], {
31-
W: '#forge:silicon',
32-
F: '#forge:ingots/fluix_steel',
33-
V: '#forge:storage_blocks/vibranium'
31+
e.shaped('appliedenergistics2:silicon_press', ['HBH', 'IXI', 'HBH'], {
32+
X: '#forge:silicon',
33+
I: 'minecraft:iron_ingot',
34+
B: 'minecraft:iron_block',
35+
H: 'minecraft:iron_bars'
3436
}).id(`kubejs:appliedenergistics2/silicon_press`)
3537

3638
e.recipes.appliedenergistics2.grinder({

kubejs/server_scripts/mod_specific/quark/quark.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ onEvent('recipes', e => {
1515
})
1616

1717
removeRecipeByOutput(e, [
18+
'quark:sugar_cane_block',
1819
'quark:apple_crate',
1920
'quark:potato_crate',
2021
'quark:carrot_crate',

kubejs/server_scripts/tags.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ onEvent('entity_type.tags', e => {
242242
e.add('industrialforegoing:mob_imprisonment_tool_blacklist', [/resourcefulbees:.+_bee/, /iceandfire:myrmex.+/, /iceandfire:.+_dragon/, 'iceandfire:dragon_multipart', 'iceandfire:dragon_egg', 'artifacts:mimic',/mana-and-artifice:.+/])
243243
e.add('mob_grinding_utils:noswab', [/resourcefulbees:.+_bee/, /iceandfire:myrmex.+/, /iceandfire:.+_dragon/, 'iceandfire:dragon_multipart', 'iceandfire:dragon_egg', 'artifacts:mimic', /mana-and-artifice:.+/])
244244
e.add('mob_grinding_utils:no_spawn', '#mob_grinding_utils:noswab')
245+
e.add('pneumaticcraft:vacuum_trap_blacklisted', '#mob_grinding_utils:noswab')
245246
})
246247
//#endregion
247248

0 commit comments

Comments
 (0)