unfuck stupid backpacks
This commit is contained in:
parent
636d4eaa85
commit
6fb7f5b21c
6 changed files with 20 additions and 9 deletions
|
|
@ -2,5 +2,5 @@
|
|||
#Common Settings
|
||||
[common]
|
||||
#Turns on/off loot added to various vanilla chest loot tables
|
||||
chestLootEnabled = true
|
||||
chestLootEnabled = false
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
#Common Settings
|
||||
[common]
|
||||
#Disable / enable any items here (disables their recipes)
|
||||
enabledItems = ["sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:anvil_upgrade|true"]
|
||||
enabledItems = []
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,16 @@
|
|||
"gtceu",
|
||||
"firmalife",
|
||||
"ae2",
|
||||
"ad_astra"
|
||||
"sophisticatedbackpacks",
|
||||
"computercraft",
|
||||
"toolbelt",
|
||||
"chiselsandbits",
|
||||
"exposure",
|
||||
"firmaciv",
|
||||
"railways",
|
||||
"jumbofurnace",
|
||||
"ae2wtlib",
|
||||
"ae2",
|
||||
""
|
||||
]
|
||||
}
|
||||
|
|
@ -30,7 +30,7 @@ waypointsIngameDistanceScale:0
|
|||
waypointsIngameNameScale:0
|
||||
waypointsIngameCloseScale:1.0
|
||||
antiAliasing:true
|
||||
blockColours:0
|
||||
blockColours:1
|
||||
lighting:true
|
||||
dotsStyle:0
|
||||
dotNameScale:1.0
|
||||
|
|
|
|||
|
|
@ -390,9 +390,9 @@
|
|||
[server.entityBackpackAdditions]
|
||||
#Chance of an entity spawning with Backpack
|
||||
#Range: 0.0 ~ 1.0
|
||||
chance = 0.01
|
||||
chance = 0.0
|
||||
#Turns on/off addition of loot into backpacks
|
||||
addLoot = true
|
||||
addLoot = false
|
||||
#Turns on/off buffing the entity that wears backpack with potion effects. These are scaled based on how much loot is added.
|
||||
buffWithPotionEffects = true
|
||||
#Turns on/off buffing the entity that wears backpack with additional health. Health is scaled based on backpack tier the mob wears.
|
||||
|
|
@ -400,9 +400,9 @@
|
|||
#Turns on/off equiping the entity that wears backpack with armor. What armor material and how enchanted is scaled based on backpack tier the mob wears.
|
||||
equipWithArmor = true
|
||||
#Map of entities that can spawn with backpack and related loot tables (if adding a loot is enabled) in format of "EntityRegistryName|LootTableName"
|
||||
entityLootTableList = ["minecraft:creeper|minecraft:chests/desert_pyramid", "minecraft:drowned|minecraft:chests/shipwreck_treasure", "minecraft:enderman|minecraft:chests/end_city_treasure", "minecraft:evoker|minecraft:chests/woodland_mansion", "minecraft:husk|minecraft:chests/desert_pyramid", "minecraft:piglin|minecraft:chests/bastion_bridge", "minecraft:piglin_brute|minecraft:chests/bastion_treasure", "minecraft:pillager|minecraft:chests/pillager_outpost", "minecraft:skeleton|minecraft:chests/simple_dungeon", "minecraft:stray|minecraft:chests/igloo_chest", "minecraft:vex|minecraft:chests/woodland_mansion", "minecraft:vindicator|minecraft:chests/woodland_mansion", "minecraft:witch|minecraft:chests/buried_treasure", "minecraft:wither_skeleton|minecraft:chests/nether_bridge", "minecraft:zombie|minecraft:chests/simple_dungeon", "minecraft:zombie_villager|minecraft:chests/village/village_armorer", "minecraft:zombified_piglin|minecraft:chests/bastion_other"]
|
||||
entityLootTableList = []
|
||||
#List of music discs that are not supposed to be played by entities
|
||||
discBlockList = ["botania:record_gaia_1", "botania:record_gaia_2"]
|
||||
discBlockList = []
|
||||
#Turns on/off a chance that the entity that wears backpack gets jukebox upgrade and plays a music disc.
|
||||
playJukebox = true
|
||||
#Determines whether backpack drops to fake players if killed by them in addition to real ones that it always drops to
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ global.SOPHISTICATED_BACKPACKS_DISABLED_ITEMS = [
|
|||
'sophisticatedbackpacks:advanced_compacting_upgrade',
|
||||
'sophisticatedbackpacks:compacting_upgrade',
|
||||
'sophisticatedbackpacks:advanced_feeding_upgrade',
|
||||
'sophisticatedbackpacks:feeding_upgrade'
|
||||
'sophisticatedbackpacks:feeding_upgrade',
|
||||
'sophisticatedbackpacks:anvil_upgrade'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue