Skip to content

Commit

Permalink
Merge branch 'develop' into chs
Browse files Browse the repository at this point in the history
  • Loading branch information
nageih committed Jan 12, 2025
2 parents f5f6075 + e897cde commit 424b516
Show file tree
Hide file tree
Showing 75 changed files with 1,122 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---feature-request-form.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Feature Request"
description: "Suggest a mod or a change to the config or scripts"
labels: ["Feature Request"]
labels: ["enhancement"]
assignees:
- Darkosto
body:
Expand Down
11 changes: 9 additions & 2 deletions src/minecraft/config/carryon-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,20 @@ forbiddenTiles = [
"biggerreactors:*",
"magic_mirror:*",
"sophisticatedstorage:chest",
"sophisticatedstorage:copper_chest",
"sophisticatedstorage:iron_chest",
"sophisticatedstorage:gold_chest",
"sophisticatedstorage:diamond_chest",
"sophisticatedstorage:netherite_chest",
"enderio:energy_conduit",
"enderio:fluid_conduit",
"enderio:pressurized_fluid_conduit",
"enderio:ender_fluid_conduit",
"enderio:redstone_conduit",
"enderio:item_conduit",
"enderio:dense_me_conduit",
"enderio:me_conduit"
"enderio:me_conduit",
"refurbished_furniture:*"
]
# Entities that cannot be picked up
forbiddenEntities = [
Expand All @@ -387,7 +393,8 @@ forbiddenEntities = [
"taterzens:npc",
"easy_npc:*",
"bodiesbodies:dead_body",
"luggage:*"
"luggage:*",
"littlelogistics:*"
]
# Entities that cannot have other entities stacked on top of them
forbiddenStacking = ["minecraft:horse"]
Expand Down
21 changes: 21 additions & 0 deletions src/minecraft/config/jei/blacklist.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2019,3 +2019,24 @@ occultism:silver_block
occultism:raw_silver_block
occultism:silver_ore
occultism:silver_ore_deepslate
enderio:flour
enderio:cake_base
draconicevolution:info_tablet
ars_nouveau:creative_spell_book
botania:infrangible_platform
draconicevolution:creative_op_capacitor
draconicevolution:creative_capacitor
mininggadgets:upgrade_battery_creative
botania:mana_tablet:{creative: 1, mana: 500000}
cyclic:anvil_magma
cyclic:anvil
mininggadgets:minerslight
ae2:ender_dust
enderio:powered_spawner
industrialforegoing:mob_duplicator
hostilenetworks:overworld_prediction
hostilenetworks:nether_prediction
hostilenetworks:end_prediction
exnihilosequentia:witch_water
exnihilosequentia:witch_water_bucket
woodenbucket:wooden_bucket:{Fluid:{Amount:1000,FluidName:"exnihilosequentia:witch_water"}}
5 changes: 4 additions & 1 deletion src/minecraft/defaultconfigs/inventorysorter-server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
# Container blacklist
containerBlacklist = []
# Slot type blacklist
slotBlacklist = []
slotBlacklist = [
"top.theillusivec4.curios.common.inventory.CurioSlot",
"tfar.craftingstation.slot.BigSlot"
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,31 @@
"item": "exnihilosequentia:grass_seeds"
},
"includes": [
{
"item": "exnihilosequentia:grass_seeds"
},
{
"item": "minecraft:sugar_cane"
},
{
"item": "minecraft:bamboo"
},
{
"item": "minecraft:kelp"
},
{
"item": "exnihilosequentia:mycelium_spores"
},
{
"item": "exnihilosequentia:crimson_nylium_spores"
},
{
"item": "exnihilosequentia:warped_nylium_spores"
},
{ "item": "exnihilosequentia:grass_seeds" },
{ "item": "minecraft:sugar_cane" },
{ "item": "minecraft:bamboo" },
{ "item": "minecraft:kelp" },
{ "item": "exnihilosequentia:mycelium_spores" },
{ "item": "exnihilosequentia:crimson_nylium_spores" },
{ "item": "exnihilosequentia:warped_nylium_spores" },
{ "item": "sushigocrafting:cucumber_seeds" },
{ "item": "thermal:corn_seeds" },
{ "item": "immersiveengineering:seed" },
{ "item": "thermal:onion_seeds" },
{ "item": "thermal:bell_pepper_seeds" },
{ "item": "thermal:eggplant_seeds" },
{ "item": "thermal:tomato_seeds" },
{ "item": "thermal:flax_seeds" }
{ "item": "thermal:flax_seeds" },
{ "item": "thermal:sadiroot_seeds" },
{ "item": "minecraft:pumpkin_seeds" },
{ "item": "thermal:amaranth_seeds" },
{ "item": "thermal:strawberry_seeds" },
{ "item": "thermal:barley_seeds" },
{ "item": "thermal:radish_seeds" },
{ "item": "thermal:rice_seeds" },
{ "item": "thermal:spinach_seeds" },
{ "item": "thermal:green_bean_seeds" },
{ "item": "thermal:peanut_seeds" }
],
"soft_requirements": ["vanilla_composter_present"],
"hard_requirements": ["colored_crafting_table_present"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"item": "sophisticatedstorage:chest",
"nbt": "{accentColor:6710886,mainColor:16383999}"
"nbt": "{accentColor:6710886,mainColor:16383998}"
},
{
"item": "craftingstation:crafting_station"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"item": "sophisticatedstorage:chest",
"nbt": "{accentColor:6710886,mainColor:16383999}"
"nbt": "{accentColor:6710886,mainColor:16383998}"
},
{
"item": "craftingstation:crafting_station"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:milling",
"ingredients": [
{
"tag": "forge:ender_pearls"
}
],
"processingTime": 100,
"results": [
{
"item": "thermal:ender_pearl_dust"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:pressing",
"ingredients": [
{
"tag": "forge:ingots/electrum"
}
],
"results": [
{
"item": "thermal:electrum_plate"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "enderio:alloy_smelting",
"energy": 2000,
"experience": 0.3,
"inputs": [
{
"count": 3,
"ingredient": {
"tag": "forge:flour/wheat"
}
},
{
"count": 1,
"ingredient": {
"item": "minecraft:egg"
}
}
],
"result": {
"count": 2,
"item": "createaddition:cake_base_baked"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "enderio:alloy_smelting",
"energy": 2000,
"experience": 0.3,
"inputs": [
{
"count": 1,
"ingredient": {
"tag": "forge:flour/wheat"
}
},
{
"count": 1,
"ingredient": {
"item": "minecraft:cocoa_beans"
}
}
],
"result": {
"count": 8,
"item": "minecraft:cookie"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "createaddition:cake_base_baked"
},
"M": {
"item": "minecraft:milk_bucket"
},
"S": {
"item": "minecraft:sugar"
}
},
"pattern": ["MMM", "SCS"],
"result": {
"item": "minecraft:cake"
},
"show_notification": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:bowl"
},
{
"item": "minecraft:milk_bucket"
},
{
"item": "minecraft:wheat"
},
{
"item": "thermal:ender_pearl_dust"
}
],
"result": {
"item": "enderio:enderios"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "enderio:sag_milling",
"bonus": "none",
"energy": 2400,
"input": {
"tag": "forge:ender_pearls"
},
"outputs": [
{
"chance": 1.0,
"item": {
"count": 1,
"item": "thermal:ender_pearl_dust"
},
"optional": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "enderio:sag_milling",
"energy": 2400,
"input": {
"tag": "forge:crops/wheat"
},
"outputs": [
{
"chance": 1.0,
"item": {
"tag": "forge:flour/wheat"
},
"optional": false
},
{
"chance": 0.2,
"item": {
"count": 1,
"tag": "forge:seeds/wheat"
},
"optional": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
{
"item": "minecraft:leather",
"count": 44
},
{
"item": "minecraft:brown_mushroom",
"count": 8
},
{
"item": "minecraft:red_mushroom",
"count": 8
}
],
"tier_data": [12, 60, 360, 1260],
Expand Down
Loading

0 comments on commit 424b516

Please sign in to comment.