Add new stone, wood, and leaves types for various mods including Alex's Caves, Natures Spirit, and Quark; expand allowed sounds for Sound Physics Remastered; remove obsolete resource and shader packs for cleaner project structure.

This commit is contained in:
Leonid Pershin
2026-05-08 03:02:03 +03:00
parent 3aff0a3b0d
commit a5844bc8c7
135 changed files with 4849 additions and 1 deletions
+40
View File
@@ -0,0 +1,40 @@
#Cook House Plains
# Default: 4
# Range: 0 ~ 100
cookHousePlains = 4
#Chef House Plains
# Default: 3
# Range: 0 ~ 100
chefHousePlains = 3
#Cook House Desert
# Default: 3
# Range: 0 ~ 100
cookHouseDesert = 3
#Chef House Desert
# Default: 10
# Range: 0 ~ 100
chefHouseDesert = 10
#Cook House Taiga
# Default: 4
# Range: 0 ~ 100
cookHouseTaiga = 4
#Chef House Taiga
# Default: 4
# Range: 0 ~ 100
chefHouseTaiga = 4
#Cook House Savanna
# Default: 2
# Range: 0 ~ 100
cookHouseSavanna = 2
#Chef House Savanna
# Default: 4
# Range: 0 ~ 100
chefHouseSavanna = 4
#Cook House Snowy
# Default: 1
# Range: 0 ~ 100
cookHouseSnowy = 1
#Chef House Snowy
# Default: 4
# Range: 0 ~ 100
chefHouseSnowy = 4
+6
View File
@@ -0,0 +1,6 @@
#General settings
[general]
#Should this mod add corn farm to plains and taiga village?
genCornFarm = true
#Should Novice and Apprentice Farmers trade this mod's crops? (May reduce chances of other trades appearing)
villagersTradeCorn = true
+60
View File
@@ -0,0 +1,60 @@
#Game Settings
[Settings]
#Should fisherman buy/sell items related to this mods items (Seafood and pearls)
fishermanBuyCDItems = true
#Should the Wandering Trader sell items in exchange for pearls?
wanderingTraderDealsPearls = true
#Should seafood only be able to be cooked through the Farmer's Delight pot?
cookInPot = true
#Minimum ticks before seafood can be gathered by the crab trap. Default = 4000
minTicks = 4000
#Maximum ticks before seafood can be gathered by the crab trap. Default = 8000
maxTicks = 8000
#Requires the crab trap to have a 3x3 of open water or waterlogged blocks around it to be able to function. Default = true
require_surrounding_water = true
#World generation
[world]
#Palm Tree generation
[world.palm_trees]
#Should palm trees generate on beaches?
generatePalmTrees = true
#Chance of generating. Smaller value = more frequent.
# Default: 1
# Range: > 1
chance = 1
#Seashell generation
[world.seashells]
#Should seashells generate on beaches and ocean floors?
generateSeashells = true
#Chance of generating on beaches. Smaller value = more frequent.
# Default: 2
# Range: > 1
chanceBeach = 2
#Chance of generating on ocean floors. Smaller value = more frequent.
# Default: 2
# Range: > 1
chanceUnderwater = 2
#Number of seashell variants available (must match textures/models/blockstates files)
# Default: 7
# Range: 1 ~ 64
seashellVariantCount = 7
#Crab spawning
[world.crab_spawns]
#Should crabs spawn naturally in the world?
generateCrabSpawns = true
#Spawn weight. Higher value = more frequent relative to other mobs.
# Default: 10
# Range: > 1
spawnWeight = 10
#Minimum crabs per spawn attempt.
# Default: 2
# Range: > 1
minCount = 2
#Maximum crabs per spawn attempt.
# Default: 3
# Range: > 1
maxCount = 3
@@ -0,0 +1,10 @@
#Whether to log the dirt block on common setup
logDirtBlock = true
#A magic number
# Default: 42
# Range: > 0
magicNumber = 42
#What you want the introduction message to be for the magic number
magicNumberIntroduction = "The magic number is... "
#A list of items to log on common setup.
items = ["minecraft:iron_ingot"]
+37
View File
@@ -0,0 +1,37 @@
[ender_phasing]
#If true, Ender Phasing can teleport the player when damage is taken.
doesPhasingTeleportPlayer = true
#If true, Ender Phasing can teleport even when the damage source is water/rain/bubbles effects.
doesPhasingTeleportPlayerWhenDamageTakenByWater = false
#If true, being in water/bubbles while Ender Phasing is active deals damage.
doesWaterHurtPlayerWithPhasingEffect = true
#Horizontal teleport range (blocks).
# Default: 5
# Range: 1 ~ 64
horizontalPhasingTeleportRange = 5
#Vertical teleport range (blocks).
# Default: 3
# Range: 1 ~ 32
verticalPhasingTeleportRange = 3
#Cooldown between phasing teleports (ticks). 20 ticks = 1 second.
# Default: 10
# Range: 0 ~ 200
cooldownBetweenPhasingTeleports = 10
[void_pepper]
#Max radius for void pepper spreading attempts.
# Default: 7
# Range: 1 ~ 32
spreadRadius = 7
#How many random positions are tried per spread tick.
# Default: 15
# Range: 1 ~ 200
spreadAttempts = 15
#Chance (0..1) to attempt spreading on a tick while SPREADING is true.
# Default: 0.6666666666666666
# Range: 0.0 ~ 1.0
spreadChance = 0.6666666666666666
#Chance (0..1) to become PEPPER on a tick while SPREADING is true.
# Default: 0.3333333333333333
# Range: 0.0 ~ 1.0
pepperGrowChance = 0.3333333333333333
@@ -80,6 +80,12 @@
myalite = true
permafrost = true
[types.stone_type.alexscaves]
galena = true
radrock = true
abyssmarine = true
guanostone = true
[types.wood_type.cataclysm]
chorus = true
@@ -122,6 +128,10 @@
mahogany = true
saxaul = true
[types.wood_type.alexscaves]
pewen = true
thornwood = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -270,6 +280,9 @@
acacia_undergrowth = true
acacia_twiglet = true
[types.leaves_type.alexscaves]
ancient = true
#Disables specific entries
[entries]
+220
View File
@@ -34,6 +34,52 @@
white_sandstone = true
brimstone = true
[types.stone_type.natures_spirit]
white_kaolin = true
light_gray_kaolin = true
gray_kaolin = true
black_kaolin = true
brown_kaolin = true
red_kaolin = true
orange_kaolin = true
yellow_kaolin = true
lime_kaolin = true
green_kaolin = true
cyan_kaolin = true
light_blue_kaolin = true
blue_kaolin = true
purple_kaolin = true
magenta_kaolin = true
pink_kaolin = true
pink_sandstone = true
white_chalk = true
light_gray_chalk = true
gray_chalk = true
black_chalk = true
brown_chalk = true
red_chalk = true
orange_chalk = true
yellow_chalk = true
lime_chalk = true
green_chalk = true
cyan_chalk = true
light_blue_chalk = true
blue_chalk = true
purple_chalk = true
magenta_chalk = true
pink_chalk = true
travertine = true
chert = true
kaolin = true
[types.stone_type.quark]
soul_sandstone = true
limestone = true
jasper = true
shale = true
myalite = true
permafrost = true
[types.wood_type.cataclysm]
chorus = true
@@ -52,6 +98,30 @@
hellbark = true
empyreal = true
[types.wood_type.quark]
azalea = true
ancient = true
blossom = true
[types.wood_type.natures_spirit]
redwood = true
sugi = true
wisteria = true
fir = true
willow = true
aspen = true
maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -75,6 +145,131 @@
hellbark = true
empyreal = true
[types.leaves_type.quark]
ancient = true
blue_blossom = true
lavender_blossom = true
orange_blossom = true
yellow_blossom = true
red_blossom = true
[types.leaves_type.natures_spirit]
frosty_redwood = true
redwood = true
sugi = true
wisteria = true
white_wisteria = true
part_white_wisteria = true
blue_wisteria = true
part_blue_wisteria = true
pink_wisteria = true
part_pink_wisteria = true
purple_wisteria = true
part_purple_wisteria = true
frosty_fir = true
fir = true
willow = true
aspen = true
yellow_aspen = true
red_maple = true
orange_maple = true
yellow_maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.dynamictrees]
spruce = true
oak_undergrowth = true
oak = true
mangrove = true
jungle_undergrowth = true
jungle = true
flowering_azalea = true
dark_oak = true
cherry = true
birch = true
azalea = true
acacia = true
[types.leaves_type.dtnatures_spirit]
yellow_maple = true
wisteria = true
willow = true
white_wisteria = true
sugi = true
saxaul = true
red_maple = true
redwood = true
purple_wisteria = true
pink_wisteria = true
part_white_wisteria = true
part_purple_wisteria = true
part_pink_wisteria = true
part_blue_wisteria = true
palo_verde = true
orange_maple = true
olive = true
mahogany = true
larch = true
joshua = true
ghaf = true
frosty_redwood = true
frosty_fir = true
fir = true
cypress = true
coconut = true
cedar = true
blue_wisteria = true
aspen = true
[types.leaves_type.dtbop]
yellow_maple = true
willow = true
umbran = true
spruce_undergrowth = true
spruce_twiglet = true
spruce_poplar = true
sparse_oak = true
sparse_acacia = true
snowblossom_twiglet = true
snowblossom = true
red_maple = true
redwood = true
rainbow_birch = true
poplar = true
pine = true
palm = true
orange_maple = true
oak_twiglet = true
mega_dark_oak = true
maple_twiglet = true
mangrove_twiglet = true
mahogany = true
magic_poplar = true
jungle_twiglet = true
jacaranda = true
hellbark_bush = true
hellbark = true
flowering_oak_undergrowth = true
flowering_oak = true
fir = true
dying = true
dark_poplar = true
dark_oak_twiglet = true
cypress_willow = true
cherry_twiglet = true
aspen = true
acacia_undergrowth = true
acacia_twiglet = true
#Disables specific entries
[entries]
@@ -120,6 +315,11 @@
[entries.stone_type.waystones]
waystone = true
[entries.stone_type.quark]
polished_vertical_slab = true
pillar = true
vertical_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -135,3 +335,23 @@
[entries.wood_type.create]
window_pane = true
window = true
[entries.wood_type.quark]
vertical_planks = true
post = true
trapped_chest = true
bookshelf = true
chest = true
stripped_post = true
ladder = true
hollow_log = true
vertical_slab = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
brick_lattice = true
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
+137
View File
@@ -0,0 +1,137 @@
#Disables certain types. Note that all these configs, like in any other mod, only hide stuff from tabs and disable their recipes
[types]
[types.crystal_type.biomesoplenty]
rose_quartz = true
[types.metal_type.cataclysm]
witherite = true
enderite = true
ignitium = true
ancient_metal = true
cursium = true
black_steel = true
[types.metal_type.create]
zinc = true
brass = true
[types.metal_type.aquaculture]
neptunium = true
[types.stone_type.create]
limestone = true
asurine = true
crimsite = true
ochrum = true
veridium = true
scoria = true
scorchia = true
[types.stone_type.biomesoplenty]
black_sandstone = true
orange_sandstone = true
white_sandstone = true
brimstone = true
[types.wood_type.cataclysm]
chorus = true
[types.wood_type.biomesoplenty]
fir = true
pine = true
maple = true
redwood = true
mahogany = true
jacaranda = true
palm = true
willow = true
dead = true
magic = true
umbran = true
hellbark = true
empyreal = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
flowering_oak = true
cypress = true
snowblossom = true
rainbow_birch = true
fir = true
pine = true
red_maple = true
orange_maple = true
yellow_maple = true
redwood = true
mahogany = true
jacaranda = true
palm = true
willow = true
dead = true
magic = true
umbran = true
hellbark = true
empyreal = true
#Disables specific entries
[entries]
[entries.metal_type.minecraft]
nugget = true
[entries.metal_type.create]
table_cloth = true
tile_slab = true
door = true
ornate_window = true
ladder = true
sheet = true
ornate_window_pane = true
scaffolding = true
shingle_slab = true
shingle_stairs = true
tiles = true
shingles = true
tile_stairs = true
casing = true
[entries.stone_type.create]
small_brick_wall = true
cut_wall = true
small_bricks = true
cut_brick_slab = true
polished_cut_slab = true
small_brick_stairs = true
cut_bricks = true
cut = true
polished_cut = true
small_brick_slab = true
layered = true
polished_cut_stairs = true
cut_brick_wall = true
pillar = true
cut_stairs = true
cut_brick_stairs = true
polished_cut_wall = true
cut_slab = true
[entries.stone_type.waystones]
waystone = true
[entries.wood_type.farmersdelight]
cabinet = true
[entries.wood_type.storagedrawers]
full_drawers_2 = true
half_drawers_1 = true
full_drawers_4 = true
half_drawers_4 = true
trim = true
half_drawers_2 = true
full_drawers_1 = true
[entries.wood_type.create]
window_pane = true
window = true
+13
View File
@@ -132,6 +132,12 @@
pewen = true
thornwood = true
[types.wood_type.mynethersdelight]
powdery = true
[types.wood_type.crabbersdelight]
palm = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -283,6 +289,13 @@
[types.leaves_type.alexscaves]
ancient = true
[types.leaves_type.culturaldelights]
avocado = true
fruiting_avocado = true
[types.leaves_type.crabbersdelight]
palm = true
#Disables specific entries
[entries]
@@ -0,0 +1,4 @@
#General settings
[general]
#Whether to enable Welcome Info.
welcome_info = false
+20
View File
@@ -0,0 +1,20 @@
#Should squids drop a Calamari item? Also disables villager trades for Calamari.
squids_drop_calamari = true
#Should villagers trade Rustic Delight items? (May reduce chances of other trades appearing)
enable_villager_trades = true
#Should the Wandering Trader sell Rustic Delight items?
enable_wandering_trader_trades = true
#Should players be able to brew Rustic Delight potions?
enable_potions = true
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 32
# Range: > 0
wild_cotton_chance = 32
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 15
# Range: > 0
wild_bell_peppers_chance = 15
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 15
# Range: > 0
wild_coffee_chance = 15
+59
View File
@@ -0,0 +1,59 @@
["Villager Settings"]
#Enable Veggies Delight villager trades
enableVillagerTrades = true
#Enable Veggies Delight Wandering Trader trades
enableWanderingTrades = true
["Structure Settings"]
#Enable Veggies Delight to add new village structures (disables all compat if false)
generateVeggiesDelightStructures = true
["Structure Settings"."Village Settings"]
#Enable generation of Veggies Delight structures in Vanilla villages
generateVanillaVillageStructures = true
["Structure Settings"."Compat Settings"]
#Enable generation of Veggies Delight structures in Atmospheric villages
generateAtmosphericVillageStructures = true
#Enable generation of Veggies Delight structures in Nature's Spirit villages
generateNatureSpiritVillageStructures = true
#Enable generation of Veggies Delight structures in Repurposed Structures villages
generateRepurposedStructuresVillageStructures = true
#Enable generation of Veggies Delight structures in Windswept villages
generateWindsweptVillageStructures = true
#Enable generation of Veggies Delight structures in Explorify's Dark Forest Settlement
generateExplorifyStructures = true
["Structure Settings"."Worldgen Settings"]
#Chance of Bell Peppers generating in the world. (0 to disable, higher = rarer)
# Default: 100
# Range: 0 ~ 512
chanceBellPeppers = 100
#Chance of Broccoli generating in the world. (0 to disable, higher = rarer)
# Default: 120
# Range: 0 ~ 512
chanceBroccoli = 120
#Chance of Cauliflowers generating in the world. (0 to disable, higher = rarer)
# Default: 120
# Range: 0 ~ 512
chanceCauliflowers = 120
#Chance of Garlic generating in the world. (0 to disable, higher = rarer)
# Default: 120
# Range: 0 ~ 512
chanceGarlic = 120
#Chance of Sweet Potatoes generating in the world. (0 to disable, higher = rarer)
# Default: 120
# Range: 0 ~ 512
chanceSweetPotatoes = 120
#Chance of Turnips generating in the world. (0 to disable, higher = rarer)
# Default: 20
# Range: 0 ~ 512
chanceTurnips = 20
#Chance of Zucchinis generating in the world. (0 to disable, higher = rarer)
# Default: 100
# Range: 0 ~ 512
chanceZucchinis = 100
#Chance of Mature Dandelions generating in the world. (0 to disable, higher = rarer)
# Default: 130
# Range: 0 ~ 512
chanceMatureDandelion = 130
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,17 @@
{
"modify_range": {
"//": "Determines if the range for the attribute should be modified or not.",
"//default": false,
"value": false
},
"min": {
"//": "The lowest possible value for the attribute.",
"//default": 0.0,
"value": 0.0
},
"max": {
"//": "The highest possible value for the attribute.",
"//default": 10.0,
"value": 10.0
}
}
@@ -0,0 +1,17 @@
{
"modify_range": {
"//": "Determines if the range for the attribute should be modified or not.",
"//default": false,
"value": false
},
"min": {
"//": "The lowest possible value for the attribute.",
"//default": -100.0,
"value": -100.0
},
"max": {
"//": "The highest possible value for the attribute.",
"//default": 100.0,
"value": 100.0
}
}
+40
View File
@@ -0,0 +1,40 @@
#Cook House Plains
# Default: 4
# Range: 0 ~ 100
cookHousePlains = 4
#Chef House Plains
# Default: 3
# Range: 0 ~ 100
chefHousePlains = 3
#Cook House Desert
# Default: 3
# Range: 0 ~ 100
cookHouseDesert = 3
#Chef House Desert
# Default: 10
# Range: 0 ~ 100
chefHouseDesert = 10
#Cook House Taiga
# Default: 4
# Range: 0 ~ 100
cookHouseTaiga = 4
#Chef House Taiga
# Default: 4
# Range: 0 ~ 100
chefHouseTaiga = 4
#Cook House Savanna
# Default: 2
# Range: 0 ~ 100
cookHouseSavanna = 2
#Chef House Savanna
# Default: 4
# Range: 0 ~ 100
chefHouseSavanna = 4
#Cook House Snowy
# Default: 1
# Range: 0 ~ 100
cookHouseSnowy = 1
#Chef House Snowy
# Default: 4
# Range: 0 ~ 100
chefHouseSnowy = 4
+9
View File
@@ -0,0 +1,9 @@
#.
#Use more complex copycat models to improve appearance with certain materials.
useEnhancedModels = true
#.
#Disable warnings about graphics settings that may cause issues with the mod.
disableGraphicsWarnings = false
#.
#Colorize different parts of multi-state copycats to distinguish them visually.
colorizeMultiStates = false
+74
View File
@@ -0,0 +1,74 @@
#.
#Disables the migration of placed copycats from old versions to new ones. Setting this to true may cause copycats to lose their textures when you upgrade this mod. Restart the game to apply changes.
disableMigration = false
#.
#Enable/disable features. Values on server override clients
[features]
#.
copycat_stacked_half_layer = true
copycat_vertical_stairs = true
copycat_byte = true
copycat_vertical_slice = true
copycat_wooden_pressure_plate = true
copycat_block = true
copycat_shaft = true
copycat_large_cogwheel = true
copycat_fence = true
copycat_wall = true
copycat_cogwheel = true
copycat_vertical_step = true
copycat_sliding_door = true
copycat_folding_door = true
copycat_slope_layer = true
copycat_light_weighted_pressure_plate = true
copycat_stairs = true
copycat_fence_gate = true
copycat_slab = true
copycat_board = true
copycat_wooden_button = true
copycat_trapdoor = true
copycat_stone_pressure_plate = true
copycat_pane = true
copycat_half_panel = true
copycat_slice = true
copycat_beam = true
copycat_door = true
copycat_iron_door = true
copycat_byte_panel = true
copycat_corner_slice = true
copycat_flat_pane = true
copycat_ghost_block = true
copycat_fluid_pipe = true
copycat_heavy_weighted_pressure_plate = true
copycat_iron_trapdoor = true
copycat_half_layer = true
copycat_stone_button = true
copycat_ladder = true
copycat_layer = true
copycat_slope = true
copycat_vertical_slope = true
copycat_vertical_half_layer = true
#.
#Enable/disable categories of features. Disabling a category hides all related features. Values on server override clients
[feature_categories]
#.
#.
#All copycats with a sloped surface
slopes = true
#.
#All copycats that support multiple materials in a single block
multistates = true
#.
#All copycats that can be resized by putting in more of the same copycat
stackables = true
#.
#All copycats that can emit a redstone signal
redstone = true
#.
#All copycats with extra functions/interactions
functional = true
#.
#All copycats mimicking blocks from Create
create = true
+6
View File
@@ -0,0 +1,6 @@
#General settings
[general]
#Should this mod add corn farm to plains and taiga village?
genCornFarm = true
#Should Novice and Apprentice Farmers trade this mod's crops? (May reduce chances of other trades appearing)
villagersTradeCorn = true
+60
View File
@@ -0,0 +1,60 @@
#Game Settings
[Settings]
#Should fisherman buy/sell items related to this mods items (Seafood and pearls)
fishermanBuyCDItems = true
#Should the Wandering Trader sell items in exchange for pearls?
wanderingTraderDealsPearls = true
#Should seafood only be able to be cooked through the Farmer's Delight pot?
cookInPot = true
#Minimum ticks before seafood can be gathered by the crab trap. Default = 4000
minTicks = 4000
#Maximum ticks before seafood can be gathered by the crab trap. Default = 8000
maxTicks = 8000
#Requires the crab trap to have a 3x3 of open water or waterlogged blocks around it to be able to function. Default = true
require_surrounding_water = true
#World generation
[world]
#Palm Tree generation
[world.palm_trees]
#Should palm trees generate on beaches?
generatePalmTrees = true
#Chance of generating. Smaller value = more frequent.
# Default: 1
# Range: > 1
chance = 1
#Seashell generation
[world.seashells]
#Should seashells generate on beaches and ocean floors?
generateSeashells = true
#Chance of generating on beaches. Smaller value = more frequent.
# Default: 2
# Range: > 1
chanceBeach = 2
#Chance of generating on ocean floors. Smaller value = more frequent.
# Default: 2
# Range: > 1
chanceUnderwater = 2
#Number of seashell variants available (must match textures/models/blockstates files)
# Default: 7
# Range: 1 ~ 64
seashellVariantCount = 7
#Crab spawning
[world.crab_spawns]
#Should crabs spawn naturally in the world?
generateCrabSpawns = true
#Spawn weight. Higher value = more frequent relative to other mobs.
# Default: 10
# Range: > 1
spawnWeight = 10
#Minimum crabs per spawn attempt.
# Default: 2
# Range: > 1
minCount = 2
#Maximum crabs per spawn attempt.
# Default: 3
# Range: > 1
maxCount = 3
+32
View File
@@ -0,0 +1,32 @@
["Jetpack Height Restriction"]
brassJetpackMaxHeight = 28.0
andesiteJetpackMaxHeight = 18.0
copperJetpackMaxHeight = 18.0
netheriteJetpackMaxHeight = 28.0
enableAboveCloudEnchant = false
["Jetpack/Grapplin Speed"]
brassJetpackSpeed = 0.06
andesiteJetpackSpeed = 0.08
copperJetpackSpeed = 0.02
netheriteJetpackSpeed = 0.08
grapplinWhiskSpeed = 0.2
["Fuel/Water Capacity"]
gadgetCapacity = 1600.0
smallTankCapacity = 800.0
mediumTankCapacity = 1600.0
largeTankCapacity = 3200.0
[Enchantments]
enableDiggingEnchant = true
enableImpactEnchant = true
enableGravityGunEnchant = true
enableHellfireEnchant = true
["Drone Module"]
enableDrillDroneModule = true
enableFanDroneModule = true
enableMagnetDroneModule = true
enableVaultDroneModule = true
MagnetModuleBlockLimitation = false
@@ -0,0 +1,3 @@
#.
#If Deployer held items in #create:handheld_in_deployer_use should have custom transform at Use mode
renderDeployerUsingItemWithCustomTransform = true
+31
View File
@@ -0,0 +1,31 @@
#.
#Packmakers' control panel for internal recipe compat
[recipes]
#.
#.
#If Farmer's Delight's Tree Bark (or Straw for Bamboo-like blocks) should be added to autogenerated Sawing Recipes for stripping wood/log
addTreeBarkToSawingRecipes = true
#.
#If Farmer's Delight's Cutting Board Recipes that uses knife can be converted to Sawing Recipes
convertCuttingBoardRecipesToSawingRecipes = true
#.
#If Farmer's Delight's Cutting Board Recipes can be converted to Deploying Recipes
convertCuttingBoardRecipesToDeployingRecipes = true
#.
#If Brewin' and Chewin's Keg Pouring Recipes can be converted to Filling Recipes
convertKegPouringRecipesToFillingRecipes = true
#.
#If Brewin' and Chewin's Keg Pouring Recipes can be converted to Emptying Recipes
convertKegPouringRecipesToEmptyingRecipes = true
#.
#If Extra Delight Mortar Grinding Recipes can be converted to Compacting Recipes
convertMortarGrindingRecipesToCompactingRecipes = true
#.
#If Extra Delight Juicer Recipes can be converted to Compacting Recipes
convertJuicerRecipesToCompactingRecipes = true
#.
#If Extra Delight Melting Pot Recipes can be converted to Mixing Recipes
convertMeltingPotRecipesToMixingRecipes = true
#.
#If Extra Delight Tools on Block Recipes can be converted to Deploying Recipes
convertToolOnBlockRecipesToDeployingRecipes = true
+64
View File
@@ -0,0 +1,64 @@
#.
#Migrate copycats to Create: Copycats+ when they receive a block update
migrateCopycatsOnBlockUpdate = true
#.
#Migrate copycats to Create: Copycats+ when their block entities are initialized
migrateCopycatsOnInitialize = true
#.
#Enable/disable features. Values on server override clients
[features]
#.
kinetic_bridge = true
fluid_vessel = true
cross_connector = true
item_silo = true
inverted_clutch = true
empty_fan_catalyst = true
parallel_gearbox = true
redstone_link_wildcard = true
kinetic_battery = true
inventory_access_port = true
centrifugal_clutch = true
copycat_slab = true
overstress_clutch = true
brake = true
copycat_block = true
copycat_fence_gate = true
copycat_stairs = true
large_crank_wheel = true
brass_gearbox = true
copycat_vertical_step = true
copycat_wall = true
six_way_gearbox = true
crank_wheel = true
encased_chain_cogwheel = true
sequenced_pulse_generator = true
freewheel_clutch = true
shear_pin = true
inverted_gearshift = true
linked_transmitter = true
copycat_beam = true
copycat_board = true
inventory_bridge = true
copycat_fence = true
#.
#Enable/disable categories of features. Disabling a category hides all related features. Values on server override clients
[feature_categories]
#.
#.
#All kinetic components, such as gearboxes and crank wheels
kinetic = true
#.
#All redstone components, such as linked transmitter and sequenced pulse generator
redstone = true
#.
#All components related to item and fluid transport
logistics = true
#.
#All copycats (Install Create: Copycats+ to upgrade)
copycats = true
#.
#All building palette blocks
palette = true
@@ -0,0 +1,16 @@
#.
#Enable/Disable features of Create: Dragons Plus - Create: Simulated series Extension
#Mods depending on certain features may forcibly enable/disable them, in that case, the corresponding config will be ignored
#[@cui:RequiresReload:both]
[features]
#.
#.
#Fluid Feature Elements
[features.fluid]
#.
#If block interaction of air current through fluid should be enabled
"fluid/air_current_block_interaction" = true
#.
#If Fragile Fluid Tank should be enabled
"fluid/fragile_fluid_tank" = true
+190
View File
@@ -0,0 +1,190 @@
#Make sure config changes are duplicated on both Clients and the Server when running a dedicated Server,
# as the config isnt synced between Clients and Server.
#General Settings
[general]
#Forge Energy conversion rate (in FE/t at 256 RPM, value is the FE/t generated and consumed is at 256rpm).
# Default: 480
# Range: > 0
fe_at_max_rpm = 480
#Max stress for the Alternator and Electric Motor (in SU at 256 RPM).
# Default: 16384
# Range: > 0
max_stress = 16384
#If audio should be enabled or not.
audio_enabled = true
#Electric Motor
[electric_motor]
#Electric Motor min/max RPM.
# Default: 256
# Range: > 1
motor_rpm_range = 256
#Electric Motor minimum required energy consumption in FE/t.
# Default: 8
# Range: > 0
motor_min_consumption = 8
#Electric Motor max input in FE (Energy transfer not consumption).
# Default: 5000
# Range: > 0
motor_max_input = 5000
#Electric Motor internal capacity in FE.
# Default: 5000
# Range: > 0
motor_capacity = 5000
#Alternator
[alternator]
#Alternator max input in FE (Energy transfer, not generation).
# Default: 5000
# Range: > 0
generator_max_output = 5000
#Alternator internal capacity in FE.
# Default: 5000
# Range: > 0
generator_capacity = 5000
#Alternator efficiency relative to base conversion rate.
# Default: 0.75
# Range: 0.01 ~ 1.0
generator_efficiency = 0.75
#Rolling Mill
[rolling_mill]
#Rolling Mill duration in ticks.
# Default: 120
# Range: > 0
rolling_mill_processing_duration = 120
#Rolling Mill base stress impact.
# Default: 8
# Range: 0 ~ 1024
rolling_mill_stress = 8
#Wires
[wires]
#The maximum stored amount in the connector network internal buffer.
# Default: 80000
# Range: > 80000
connector_network_internal_buffer = 80000
#Small Connector max input in FE/t (Energy transfer).
# Default: 1000
# Range: > 0
small_connector_max_input = 1000
#Small Connector max output in FE/t (Energy transfer).
# Default: 1000
# Range: > 0
small_connector_max_output = 1000
#Small Connector max wire length in blocks.
# Default: 16
# Range: 0 ~ 256
small_connector_wire_length = 16
#Small Connector With Light energy consumption in FE/t.
# Default: 1
# Range: > 0
small_light_connector_consumption = 1
#Large Connector max input in FE/t (Energy transfer).
# Default: 5000
# Range: > 0
large_connector_max_input = 5000
#Large Connector max output in FE/t (Energy transfer).
# Default: 5000
# Range: > 0
large_connector_max_output = 5000
#Large Connector max wire length in blocks.
# Default: 32
# Range: 0 ~ 256
large_connector_wire_length = 32
#Ignore checking if block face can support connector.
connector_ignore_face_check = true
#Allows blocks attached to a connector to freely pass energy to and from the connector network.
connector_allow_passive_io = true
#Accumulator
[accumulator]
#Accumulator max input in FE/t (Energy transfer).
# Default: 5000
# Range: > 0
accumulator_max_input = 5000
#Accumulator max output in FE/t (Energy transfer).
# Default: 5000
# Range: > 0
accumulator_max_output = 5000
#Accumulator internal capacity per block in FE.
# Default: 2000000
# Range: > 0
accumulator_capacity = 2000000
#Accumulator max multiblock height.
# Default: 5
# Range: 1 ~ 8
accumulator_max_height = 5
#Accumulator max multiblock width.
# Default: 3
# Range: 1 ~ 8
accumulator_max_width = 3
#Portable Energy Interface
[portable_energy_interface]
#PEI max input in FE/t (Energy transfer).
# Default: 5000
# Range: > 0
pei_max_input = 5000
#PEI max output in FE/t (Energy transfer).
# Default: 5000
# Range: > 0
pei_max_output = 5000
#Tesla Coil
[tesla_coil]
#Tesla Coil max input in FE/t (Energy transfer).
# Default: 10000
# Range: > 0
tesla_coil_max_input = 10000
#Tesla Coil charge rate in FE/t.
# Default: 5000
# Range: > 0
tesla_coil_charge_rate = 5000
#Tesla Coil charge rate in FE/t for recipes.
# Default: 2000
# Range: > 0
tesla_coil_recipe_charge_rate = 2000
#Tesla Coil internal capacity in FE.
# Default: 40000
# Range: > 0
tesla_coil_capacity = 40000
#Energy consumed when Tesla Coil is fired (in FE).
# Default: 1000
# Range: > 0
tesla_coil_hurt_energy_required = 1000
#Hurt range (in blocks/meters).
# Default: 3
# Range: > 0
tesla_coil_hurt_range = 3
#Damaged dealt to mobs when Tesla Coil is fired (in half hearts).
# Default: 3
# Range: > 0
tesla_coil_hurt_mob = 3
#The duration of the Shocked effect for mobs (in ticks).
# Default: 20
# Range: > 0
tesla_coil_effect_time_mob = 20
#Damaged dealt to players when Tesla Coil is fired (in half hearts).
# Default: 2
# Range: > 0
tesla_coil_hurt_player = 2
#The duration of the Shocked effect for players (in ticks).
# Default: 20
# Range: > 0
tesla_coil_effect_time_player = 20
#Tesla Coil fire interval (in ticks).
# Default: 20
# Range: > 0
tesla_coil_fire_cooldown = 20
#Misc
[misc]
#Diamond Grit Sandpaper durability (number of uses).
# Default: 1024
# Range: > 3
diamond_grit_sandpaper_uses = 1024
#Barbed Wire Damage.
# Default: 2.0
# Range: 0.0 ~ 3.4028234663852886E38
barbed_wire_damage = 2.0
+173
View File
@@ -0,0 +1,173 @@
#.
#Client-side config for Create Big Cannons.
[client]
#.
showAutocannonPlumes = true
#.
showDropMortarPlumes = true
#.
showMortarStoneClouds = true
#.
#How many particles are in a Fluid Blob of any size.
# Default: 20
# Range: 0 ~ 1000
fluidBlobParticleCount = 20
#.
#How many digits are after the angle decimal point on a block armor info tooltip.
# Default: 2
# Range: 0 ~ 4
blockArmorInfoPrecision = 2
#.
#If true, some graphics will be changed to support shaders, such as those loaded with Iris/Oculus.
#NOTE: This may entail some visual downgrades. Affected graphics include:
#- Cannon smoke
#- Adaptive debris particles (splinters, leaves, glass shards)
useShaderCompatibleGraphics = false
#.
#The vision range though molten metal will be multiplied by this factor.
# Default: 1.0
# Range: 0.125 ~ 256.0
moltenMetalTransparency = 1.0
#.
#[in Meters per Second]
# Default: 320.0
# Range: 0.0 ~ 1000.0
blastEffectDelaySpeed = 320.0
#.
highlightFuzeInputOnShellBlocks = true
#.
#Projectile Flyby Sounds
[client.projectileFlybySounds]
#.
enableBigCannonProjectileFlybySounds = true
#.
enableAutocannonProjectileFlybySounds = true
#.
#Cannon Mount Goggle Tooltip
[client.cannonMountGoggleTooltip]
#.
#How many digits are after the angle decimal point on a cannon mount goggle tooltip.
# Default: 2
# Range: 0 ~ 4
anglePrecision = 2
#.
#If true, the yaw angle on goggles ranges from +180 to -180º. If false, it ranges from 0 to +360º.
use180_180RangeForYaw = false
#.
#Screen Shake
[client.screenShake]
#.
# Default: 1.2999999523162842
# Range: 0.0 ~ 2.0
cannonScreenShakeIntensity = 1.2999999523162842
#.
# Default: 0.07999999821186066
# Range: 0.009999999776482582 ~ 2.0
cannonScreenShakeSpringiness = 0.07999999821186066
#.
# Default: 0.30000001192092896
# Range: 0.009999999776482582 ~ 2.0
cannonScreenShakeDecay = 0.30000001192092896
#.
#Big Cannon Blast
[client.bigCannonBlast]
#.
showBigCannonPlumes = true
#.
showExtraSmoke = true
#.
showExtraFlames = true
#.
# Default: 6.0
# Range: 0.0 ~ 3.4028234663852886E38
screenShakePowerMultiplier = 6.0
#.
#[in Degrees]
# Default: 45.0
# Range: 0.0 ~ 90.0
screenShakePowerLimit = 45.0
#.
#Flak Clouds
[client.flakClouds]
#.
showFlakClouds = true
#.
showExtraFlames = true
#.
showExtraShockwave = true
#.
showExtraTrails = true
#.
#Shrapnel Clouds
[client.shrapnelClouds]
#.
showShrapnelClouds = true
#.
showExtraFlames = true
#.
showExtraShockwave = true
#.
#Fluid Shell Clouds
[client.fluidShellClouds]
#.
showFluidShellClouds = true
#.
showExtraFlames = true
#.
showExtraShockwave = true
#.
#Projectile Splashes
[client.projectileSplashes]
#.
showProjectileSplashes = true
#.
#Projectile Impacts
[client.projectileImpacts]
#.
showProjectileImpacts = true
#.
#Sounds
[client.sounds]
#.
blastSoundAirAbsorption = true
#.
#Shell Explosions
[client.shellExplosions]
#.
showShellExplosionClouds = true
#.
showExtraTrails = true
#.
# Default: 6.0
# Range: 0.0 ~ 3.4028234663852886E38
screenShakePowerMultiplier = 6.0
#.
#[in Degrees]
# Default: 45.0
# Range: 0.0 ~ 90.0
screenShakePowerLimit = 45.0
#.
#Particle Wind Effect
[client.particleWindEffect]
#.
#[in Meters per second]
# Default: 1.25
# Range: 0.0 ~ 10.0
maximumWindSpeed = 1.25
#.
#[in Degrees per tick]
# Default: 8.0
# Range: 0.0 ~ 90.0
maximumWindBearingChangeSpeed = 8.0
@@ -0,0 +1,7 @@
["Client Configs"]
#Fuel type tooltip on Buckets
"Fuel tooltips" = true
#Whenever Diesel Engines display in JEI
"Diesel Engine JEI Config" = true
#Diesel Engines emit sounds on trains
"Diesel Engines emit sounds on trains" = true
@@ -0,0 +1,9 @@
["Common Config"]
#Capacity of Tools requiring Fluids in mB
"Capacity of Tools requiring Fluids" = 200
#Tool Capacity Enchantment Capacity Addition in mB
"Capacity Addition of Tools with Capacity Enchantment" = 100
#Canister Capacity in mB
"Capacity of Canisters" = 4000
#Canister Capacity Enchantment Capacity Addition in mB
"Capacity Addition of Capacity Enchantment in Canisters" = 1000
+6
View File
@@ -0,0 +1,6 @@
#Client configuration settings
[general]
#Display the goggles before the eyes and not on the forehead
moveGoggleToEyes = false
#Enables the goggles in creative mode without goggles
enableCreativeModeGoggles = true
+8
View File
@@ -0,0 +1,8 @@
#General configuration settings
[general]
#Uses custom curio slot for goggles instead of the head slot
customCurioGoggleSlot = false
#Uses custom curio slot for backtank instead of the back slot
customCurioBacktankSlot = false
#Enables experimental features (Smithing the goggles onto normal helmets)
enableExperimentalFeatures = true
+7
View File
@@ -0,0 +1,7 @@
#IMPORTANT NOTICE:
#THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for Create Ore Excavation
#The settings have been moved to createoreexcavation-server.toml
#That file is PER WORLD, meaning you have to go into 'saves/<world name>/serverconfig' to adjust it. Those changes will then only apply for THAT WORLD.
#You can then take that config file and put it in the 'defaultconfigs' folder to make it apply automatically to all NEW worlds you generate FROM THERE ON.
#This may appear confusing to many of you, but it is a new sensible way to handle configuration, because the server configuration is synced when playing multiplayer.
importantInfo = true
+10
View File
@@ -0,0 +1,10 @@
#Whether to log the dirt block on common setup
logDirtBlock = true
#A magic number
# Default: 42
# Range: > 0
magicNumber = 42
#What you want the introduction message to be for the magic number
magicNumberIntroduction = "The magic number is... "
#A list of items to log on common setup.
items = ["minecraft:iron_ingot"]
+37
View File
@@ -0,0 +1,37 @@
[ender_phasing]
#If true, Ender Phasing can teleport the player when damage is taken.
doesPhasingTeleportPlayer = true
#If true, Ender Phasing can teleport even when the damage source is water/rain/bubbles effects.
doesPhasingTeleportPlayerWhenDamageTakenByWater = false
#If true, being in water/bubbles while Ender Phasing is active deals damage.
doesWaterHurtPlayerWithPhasingEffect = true
#Horizontal teleport range (blocks).
# Default: 5
# Range: 1 ~ 64
horizontalPhasingTeleportRange = 5
#Vertical teleport range (blocks).
# Default: 3
# Range: 1 ~ 32
verticalPhasingTeleportRange = 3
#Cooldown between phasing teleports (ticks). 20 ticks = 1 second.
# Default: 10
# Range: 0 ~ 200
cooldownBetweenPhasingTeleports = 10
[void_pepper]
#Max radius for void pepper spreading attempts.
# Default: 7
# Range: 1 ~ 32
spreadRadius = 7
#How many random positions are tried per spread tick.
# Default: 15
# Range: 1 ~ 200
spreadAttempts = 15
#Chance (0..1) to attempt spreading on a tick while SPREADING is true.
# Default: 0.6666666666666666
# Range: 0.0 ~ 1.0
spreadChance = 0.6666666666666666
#Chance (0..1) to become PEPPER on a tick while SPREADING is true.
# Default: 0.3333333333333333
# Range: 0.0 ~ 1.0
pepperGrowChance = 0.3333333333333333
+261
View File
@@ -19,6 +19,15 @@
[types.metal_type.aquaculture]
neptunium = true
[types.metal_type.createbigcannons]
cast_iron = true
bronze = true
steel = true
nethersteel = true
[types.metal_type.createaddition]
electrum = true
[types.stone_type.create]
limestone = true
asurine = true
@@ -80,6 +89,12 @@
myalite = true
permafrost = true
[types.stone_type.alexscaves]
galena = true
radrock = true
abyssmarine = true
guanostone = true
[types.wood_type.cataclysm]
chorus = true
@@ -122,6 +137,19 @@
ancient = true
blossom = true
[types.wood_type.alexscaves]
pewen = true
thornwood = true
[types.wood_type.mynethersdelight]
powdery = true
[types.wood_type.crabbersdelight]
palm = true
[types.wood_type.createdieselgenerators]
chip_wood = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -270,6 +298,16 @@
yellow_blossom = true
red_blossom = true
[types.leaves_type.alexscaves]
ancient = true
[types.leaves_type.culturaldelights]
avocado = true
fruiting_avocado = true
[types.leaves_type.crabbersdelight]
palm = true
#Disables specific entries
[entries]
@@ -292,6 +330,34 @@
tile_stairs = true
casing = true
[entries.metal_type.rechiseled]
block_plated = true
block_sheets = true
block_small_bricks_connecting = true
block_chiseled_connecting = true
block_patterned = true
block_connecting_connecting = true
block_framed = true
block_reinforced = true
block_pipes_connecting = true
block_processed = true
block_gears_connecting = true
block_framed_connecting = true
block_lines_connecting = true
block_processed_connecting = true
block_bordered_connecting = true
block_small_bricks = true
block_pulverized = true
block_bordered = true
block_chiseled = true
block_polished_connecting = true
block_smooth = true
block_patterned_connecting = true
block_lines = true
block_polished = true
block_gears = true
block_pipes = true
[entries.stone_type.create]
small_brick_wall = true
cut_wall = true
@@ -320,6 +386,113 @@
pillar = true
vertical_slab = true
[entries.stone_type.rechiseled]
squares_slab_connecting = true
brick_paving_slab_connecting = true
smooth_tiles_slab = true
brick_paving_slab = true
bordered_slab = true
squares_stairs = true
smooth_rotated_bricks_stairs = true
brick_pattern = true
slated_stairs = true
waves_connecting = true
tiles_stairs_connecting = true
smooth_large_tiles_connecting = true
bordered_slab_connecting = true
small_tiles_slab_connecting = true
path_connecting = true
bordered = true
path_stairs = true
small_bricks_stairs = true
squares_slab = true
bordered_stairs_connecting = true
diagonal_bricks_slab_connecting = true
waves_slab = true
small_tiles_stairs = true
brick_paving_stairs_connecting = true
diagonal_bricks_stairs = true
small_tiles_slab = true
rotated_bricks_slab = true
brick_paving_stairs = true
small_tiles_connecting = true
waves_stairs = true
bordered_connecting = true
waves = true
big_tiles_stairs_connecting = true
small_tiles_stairs_connecting = true
smooth_tiles_stairs = true
tiles = true
small_bricks_stairs_connecting = true
smooth_rotated_bricks_stairs_connecting = true
small_bricks_slab = true
squares_connecting = true
crushed_stairs = true
path = true
slated_slab = true
diagonal_bricks_connecting = true
big_tiles_slab_connecting = true
rotated_bricks_slab_connecting = true
crushed = true
smooth_brick_paving_connecting = true
slated = true
diagonal_bricks_stairs_connecting = true
squares = true
brick_pattern_slab_connecting = true
smooth_large_tiles = true
smooth_large_tiles_slab_connecting = true
brick_paving_connecting = true
brick_pattern_connecting = true
smooth_brick_paving_slab_connecting = true
path_stairs_connecting = true
bordered_stairs = true
waves_stairs_connecting = true
smooth_tiles_stairs_connecting = true
squares_stairs_connecting = true
crushed_slab_connecting = true
small_bricks = true
small_bricks_connecting = true
smooth_large_tiles_stairs_connecting = true
crushed_slab = true
tiles_slab_connecting = true
smooth_brick_paving_slab = true
smooth_rotated_bricks_slab_connecting = true
tiles_stairs = true
rotated_bricks_connecting = true
smooth_large_tiles_slab = true
smooth_tiles_slab_connecting = true
smooth_rotated_bricks = true
waves_slab_connecting = true
smooth_large_tiles_stairs = true
rotated_bricks = true
big_tiles_connecting = true
smooth_brick_paving = true
diagonal_bricks = true
big_tiles = true
smooth_rotated_bricks_connecting = true
smooth_brick_paving_stairs_connecting = true
tiles_connecting = true
crushed_stairs_connecting = true
brick_paving = true
path_slab = true
tiles_slab = true
path_slab_connecting = true
crushed_connecting = true
diagonal_bricks_slab = true
smooth_tiles_connecting = true
small_bricks_slab_connecting = true
big_tiles_slab = true
smooth_brick_paving_stairs = true
big_tiles_stairs = true
smooth_tiles = true
brick_pattern_stairs = true
rotated_bricks_stairs = true
brick_pattern_stairs_connecting = true
rotated_bricks_stairs_connecting = true
small_tiles = true
brick_pattern_slab = true
smooth_rotated_bricks_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -347,6 +520,15 @@
hollow_log = true
vertical_slab = true
[entries.wood_type.another_furniture]
flower_box = true
shelf = true
shutter = true
bench = true
table = true
drawer = true
chair = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
@@ -355,3 +537,82 @@
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
[entries.crystal_type.rechiseled]
block_edged = true
block_pillar_connecting = true
block_cut_connecting = true
block_pillar = true
block_cut = true
block_shiny_connecting = true
block_beams_connecting = true
block_tiles_connecting = true
block_bricks = true
block_bricks_connecting = true
block_edged_connecting = true
block_shiny = true
block_polished_connecting = true
block_bordered_diagonal_tiles = true
block_tiles = true
block_jewel = true
block_diagonal_tiles = true
block_smooth = true
block_beams = true
block_bordered_diagonal_tiles_connecting = true
block_polished = true
[entries.dust_type.rechiseled]
block_pillar = true
block_chiseled_clovers_connecting = true
block_patterned = true
block_bricks = true
block_bricks_connecting = true
block_small_tiles_connecting = true
block_brick_bordered = true
block_compressed = true
block_compressed_connecting = true
block_scales = true
block_paving = true
block_scales_connecting = true
block_paving_connecting = true
block_pillar_connecting = true
block_bordered_connecting = true
block_diagonal_tiles_connecting = true
block_bordered = true
block_small_tiles = true
block_polished_connecting = true
block_diagonal_tiles = true
block_smooth = true
block_crushed = true
block_patterned_connecting = true
block_chiseled_clovers = true
block_polished = true
block_circles_connecting = true
block_circles = true
[entries.gem_type.rechiseled]
block_pillar = true
block_chiseled_connecting = true
block_plating = true
block_patterned = true
block_striped_connecting = true
block_clovers_connecting = true
block_clovers = true
block_bordered_crosses = true
block_crystal = true
block_waxed = true
block_patterned_squares_connecting = true
block_bordered_plating_connecting = true
block_pillar_connecting = true
block_waxed_connecting = true
block_chiseled = true
block_crosses = true
block_polished_connecting = true
block_patterned_squares = true
block_smooth = true
block_bordered_crosses_connecting = true
block_patterned_connecting = true
block_bordered_plating = true
block_polished = true
block_crystal_connecting = true
block_striped = true
+72
View File
@@ -72,6 +72,20 @@
chert = true
kaolin = true
[types.stone_type.quark]
soul_sandstone = true
limestone = true
jasper = true
shale = true
myalite = true
permafrost = true
[types.stone_type.alexscaves]
galena = true
radrock = true
abyssmarine = true
guanostone = true
[types.wood_type.cataclysm]
chorus = true
@@ -109,6 +123,21 @@
mahogany = true
saxaul = true
[types.wood_type.quark]
azalea = true
ancient = true
blossom = true
[types.wood_type.alexscaves]
pewen = true
thornwood = true
[types.wood_type.mynethersdelight]
powdery = true
[types.wood_type.crabbersdelight]
palm = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -249,6 +278,24 @@
acacia_undergrowth = true
acacia_twiglet = true
[types.leaves_type.quark]
ancient = true
blue_blossom = true
lavender_blossom = true
orange_blossom = true
yellow_blossom = true
red_blossom = true
[types.leaves_type.alexscaves]
ancient = true
[types.leaves_type.culturaldelights]
avocado = true
fruiting_avocado = true
[types.leaves_type.crabbersdelight]
palm = true
#Disables specific entries
[entries]
@@ -294,6 +341,11 @@
[entries.stone_type.waystones]
waystone = true
[entries.stone_type.quark]
polished_vertical_slab = true
pillar = true
vertical_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -309,3 +361,23 @@
[entries.wood_type.create]
window_pane = true
window = true
[entries.wood_type.quark]
vertical_planks = true
post = true
trapped_chest = true
bookshelf = true
chest = true
stripped_post = true
ladder = true
hollow_log = true
vertical_slab = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
brick_lattice = true
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
+233
View File
@@ -34,6 +34,58 @@
white_sandstone = true
brimstone = true
[types.stone_type.natures_spirit]
white_kaolin = true
light_gray_kaolin = true
gray_kaolin = true
black_kaolin = true
brown_kaolin = true
red_kaolin = true
orange_kaolin = true
yellow_kaolin = true
lime_kaolin = true
green_kaolin = true
cyan_kaolin = true
light_blue_kaolin = true
blue_kaolin = true
purple_kaolin = true
magenta_kaolin = true
pink_kaolin = true
pink_sandstone = true
white_chalk = true
light_gray_chalk = true
gray_chalk = true
black_chalk = true
brown_chalk = true
red_chalk = true
orange_chalk = true
yellow_chalk = true
lime_chalk = true
green_chalk = true
cyan_chalk = true
light_blue_chalk = true
blue_chalk = true
purple_chalk = true
magenta_chalk = true
pink_chalk = true
travertine = true
chert = true
kaolin = true
[types.stone_type.quark]
soul_sandstone = true
limestone = true
jasper = true
shale = true
myalite = true
permafrost = true
[types.stone_type.alexscaves]
galena = true
radrock = true
abyssmarine = true
guanostone = true
[types.wood_type.cataclysm]
chorus = true
@@ -52,6 +104,34 @@
hellbark = true
empyreal = true
[types.wood_type.natures_spirit]
redwood = true
sugi = true
wisteria = true
fir = true
willow = true
aspen = true
maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.wood_type.quark]
azalea = true
ancient = true
blossom = true
[types.wood_type.alexscaves]
pewen = true
thornwood = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -75,6 +155,134 @@
hellbark = true
empyreal = true
[types.leaves_type.natures_spirit]
frosty_redwood = true
redwood = true
sugi = true
wisteria = true
white_wisteria = true
part_white_wisteria = true
blue_wisteria = true
part_blue_wisteria = true
pink_wisteria = true
part_pink_wisteria = true
purple_wisteria = true
part_purple_wisteria = true
frosty_fir = true
fir = true
willow = true
aspen = true
yellow_aspen = true
red_maple = true
orange_maple = true
yellow_maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.dynamictrees]
spruce = true
oak_undergrowth = true
oak = true
mangrove = true
jungle_undergrowth = true
jungle = true
flowering_azalea = true
dark_oak = true
cherry = true
birch = true
azalea = true
acacia = true
[types.leaves_type.dtnatures_spirit]
yellow_maple = true
wisteria = true
willow = true
white_wisteria = true
sugi = true
saxaul = true
red_maple = true
redwood = true
purple_wisteria = true
pink_wisteria = true
part_white_wisteria = true
part_purple_wisteria = true
part_pink_wisteria = true
part_blue_wisteria = true
palo_verde = true
orange_maple = true
olive = true
mahogany = true
larch = true
joshua = true
ghaf = true
frosty_redwood = true
frosty_fir = true
fir = true
cypress = true
coconut = true
cedar = true
blue_wisteria = true
aspen = true
[types.leaves_type.dtbop]
yellow_maple = true
willow = true
umbran = true
spruce_undergrowth = true
spruce_twiglet = true
spruce_poplar = true
sparse_oak = true
sparse_acacia = true
snowblossom_twiglet = true
snowblossom = true
red_maple = true
redwood = true
rainbow_birch = true
poplar = true
pine = true
palm = true
orange_maple = true
oak_twiglet = true
mega_dark_oak = true
maple_twiglet = true
mangrove_twiglet = true
mahogany = true
magic_poplar = true
jungle_twiglet = true
jacaranda = true
hellbark_bush = true
hellbark = true
flowering_oak_undergrowth = true
flowering_oak = true
fir = true
dying = true
dark_poplar = true
dark_oak_twiglet = true
cypress_willow = true
cherry_twiglet = true
aspen = true
acacia_undergrowth = true
acacia_twiglet = true
[types.leaves_type.quark]
ancient = true
blue_blossom = true
lavender_blossom = true
orange_blossom = true
yellow_blossom = true
red_blossom = true
[types.leaves_type.alexscaves]
ancient = true
#Disables specific entries
[entries]
@@ -120,6 +328,11 @@
[entries.stone_type.waystones]
waystone = true
[entries.stone_type.quark]
polished_vertical_slab = true
pillar = true
vertical_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -135,3 +348,23 @@
[entries.wood_type.create]
window_pane = true
window = true
[entries.wood_type.quark]
vertical_planks = true
post = true
trapped_chest = true
bookshelf = true
chest = true
stripped_post = true
ladder = true
hollow_log = true
vertical_slab = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
brick_lattice = true
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
+357
View File
@@ -0,0 +1,357 @@
#Disables certain types. Note that all these configs, like in any other mod, only hide stuff from tabs and disable their recipes
[types]
[types.crystal_type.biomesoplenty]
rose_quartz = true
[types.metal_type.cataclysm]
witherite = true
enderite = true
ignitium = true
ancient_metal = true
cursium = true
black_steel = true
[types.metal_type.create]
zinc = true
brass = true
[types.metal_type.aquaculture]
neptunium = true
[types.stone_type.create]
limestone = true
asurine = true
crimsite = true
ochrum = true
veridium = true
scoria = true
scorchia = true
[types.stone_type.biomesoplenty]
black_sandstone = true
orange_sandstone = true
white_sandstone = true
brimstone = true
[types.stone_type.natures_spirit]
white_kaolin = true
light_gray_kaolin = true
gray_kaolin = true
black_kaolin = true
brown_kaolin = true
red_kaolin = true
orange_kaolin = true
yellow_kaolin = true
lime_kaolin = true
green_kaolin = true
cyan_kaolin = true
light_blue_kaolin = true
blue_kaolin = true
purple_kaolin = true
magenta_kaolin = true
pink_kaolin = true
pink_sandstone = true
white_chalk = true
light_gray_chalk = true
gray_chalk = true
black_chalk = true
brown_chalk = true
red_chalk = true
orange_chalk = true
yellow_chalk = true
lime_chalk = true
green_chalk = true
cyan_chalk = true
light_blue_chalk = true
blue_chalk = true
purple_chalk = true
magenta_chalk = true
pink_chalk = true
travertine = true
chert = true
kaolin = true
[types.stone_type.quark]
soul_sandstone = true
limestone = true
jasper = true
shale = true
myalite = true
permafrost = true
[types.wood_type.cataclysm]
chorus = true
[types.wood_type.biomesoplenty]
fir = true
pine = true
maple = true
redwood = true
mahogany = true
jacaranda = true
palm = true
willow = true
dead = true
magic = true
umbran = true
hellbark = true
empyreal = true
[types.wood_type.natures_spirit]
redwood = true
sugi = true
wisteria = true
fir = true
willow = true
aspen = true
maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.wood_type.quark]
azalea = true
ancient = true
blossom = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
flowering_oak = true
cypress = true
snowblossom = true
rainbow_birch = true
fir = true
pine = true
red_maple = true
orange_maple = true
yellow_maple = true
redwood = true
mahogany = true
jacaranda = true
palm = true
willow = true
dead = true
magic = true
umbran = true
hellbark = true
empyreal = true
[types.leaves_type.natures_spirit]
frosty_redwood = true
redwood = true
sugi = true
wisteria = true
white_wisteria = true
part_white_wisteria = true
blue_wisteria = true
part_blue_wisteria = true
pink_wisteria = true
part_pink_wisteria = true
purple_wisteria = true
part_purple_wisteria = true
frosty_fir = true
fir = true
willow = true
aspen = true
yellow_aspen = true
red_maple = true
orange_maple = true
yellow_maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.dynamictrees]
spruce = true
oak_undergrowth = true
oak = true
mangrove = true
jungle_undergrowth = true
jungle = true
flowering_azalea = true
dark_oak = true
cherry = true
birch = true
azalea = true
acacia = true
[types.leaves_type.dtnatures_spirit]
yellow_maple = true
wisteria = true
willow = true
white_wisteria = true
sugi = true
saxaul = true
red_maple = true
redwood = true
purple_wisteria = true
pink_wisteria = true
part_white_wisteria = true
part_purple_wisteria = true
part_pink_wisteria = true
part_blue_wisteria = true
palo_verde = true
orange_maple = true
olive = true
mahogany = true
larch = true
joshua = true
ghaf = true
frosty_redwood = true
frosty_fir = true
fir = true
cypress = true
coconut = true
cedar = true
blue_wisteria = true
aspen = true
[types.leaves_type.dtbop]
yellow_maple = true
willow = true
umbran = true
spruce_undergrowth = true
spruce_twiglet = true
spruce_poplar = true
sparse_oak = true
sparse_acacia = true
snowblossom_twiglet = true
snowblossom = true
red_maple = true
redwood = true
rainbow_birch = true
poplar = true
pine = true
palm = true
orange_maple = true
oak_twiglet = true
mega_dark_oak = true
maple_twiglet = true
mangrove_twiglet = true
mahogany = true
magic_poplar = true
jungle_twiglet = true
jacaranda = true
hellbark_bush = true
hellbark = true
flowering_oak_undergrowth = true
flowering_oak = true
fir = true
dying = true
dark_poplar = true
dark_oak_twiglet = true
cypress_willow = true
cherry_twiglet = true
aspen = true
acacia_undergrowth = true
acacia_twiglet = true
[types.leaves_type.quark]
ancient = true
blue_blossom = true
lavender_blossom = true
orange_blossom = true
yellow_blossom = true
red_blossom = true
#Disables specific entries
[entries]
[entries.metal_type.minecraft]
nugget = true
[entries.metal_type.create]
table_cloth = true
tile_slab = true
door = true
ornate_window = true
ladder = true
sheet = true
ornate_window_pane = true
scaffolding = true
shingle_slab = true
shingle_stairs = true
tiles = true
shingles = true
tile_stairs = true
casing = true
[entries.stone_type.create]
small_brick_wall = true
cut_wall = true
small_bricks = true
cut_brick_slab = true
polished_cut_slab = true
small_brick_stairs = true
cut_bricks = true
cut = true
polished_cut = true
small_brick_slab = true
layered = true
polished_cut_stairs = true
cut_brick_wall = true
pillar = true
cut_stairs = true
cut_brick_stairs = true
polished_cut_wall = true
cut_slab = true
[entries.stone_type.waystones]
waystone = true
[entries.stone_type.quark]
polished_vertical_slab = true
pillar = true
vertical_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
[entries.wood_type.storagedrawers]
full_drawers_2 = true
half_drawers_1 = true
full_drawers_4 = true
half_drawers_4 = true
trim = true
half_drawers_2 = true
full_drawers_1 = true
[entries.wood_type.create]
window_pane = true
window = true
[entries.wood_type.quark]
vertical_planks = true
post = true
trapped_chest = true
bookshelf = true
chest = true
stripped_post = true
ladder = true
hollow_log = true
vertical_slab = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
brick_lattice = true
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
+311
View File
@@ -0,0 +1,311 @@
#Disables certain types. Note that all these configs, like in any other mod, only hide stuff from tabs and disable their recipes
[types]
[types.crystal_type.biomesoplenty]
rose_quartz = true
[types.metal_type.cataclysm]
witherite = true
enderite = true
ignitium = true
ancient_metal = true
cursium = true
black_steel = true
[types.metal_type.create]
zinc = true
brass = true
[types.metal_type.aquaculture]
neptunium = true
[types.stone_type.create]
limestone = true
asurine = true
crimsite = true
ochrum = true
veridium = true
scoria = true
scorchia = true
[types.stone_type.biomesoplenty]
black_sandstone = true
orange_sandstone = true
white_sandstone = true
brimstone = true
[types.stone_type.natures_spirit]
white_kaolin = true
light_gray_kaolin = true
gray_kaolin = true
black_kaolin = true
brown_kaolin = true
red_kaolin = true
orange_kaolin = true
yellow_kaolin = true
lime_kaolin = true
green_kaolin = true
cyan_kaolin = true
light_blue_kaolin = true
blue_kaolin = true
purple_kaolin = true
magenta_kaolin = true
pink_kaolin = true
pink_sandstone = true
white_chalk = true
light_gray_chalk = true
gray_chalk = true
black_chalk = true
brown_chalk = true
red_chalk = true
orange_chalk = true
yellow_chalk = true
lime_chalk = true
green_chalk = true
cyan_chalk = true
light_blue_chalk = true
blue_chalk = true
purple_chalk = true
magenta_chalk = true
pink_chalk = true
travertine = true
chert = true
kaolin = true
[types.wood_type.cataclysm]
chorus = true
[types.wood_type.biomesoplenty]
fir = true
pine = true
maple = true
redwood = true
mahogany = true
jacaranda = true
palm = true
willow = true
dead = true
magic = true
umbran = true
hellbark = true
empyreal = true
[types.wood_type.natures_spirit]
redwood = true
sugi = true
wisteria = true
fir = true
willow = true
aspen = true
maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
flowering_oak = true
cypress = true
snowblossom = true
rainbow_birch = true
fir = true
pine = true
red_maple = true
orange_maple = true
yellow_maple = true
redwood = true
mahogany = true
jacaranda = true
palm = true
willow = true
dead = true
magic = true
umbran = true
hellbark = true
empyreal = true
[types.leaves_type.natures_spirit]
frosty_redwood = true
redwood = true
sugi = true
wisteria = true
white_wisteria = true
part_white_wisteria = true
blue_wisteria = true
part_blue_wisteria = true
pink_wisteria = true
part_pink_wisteria = true
purple_wisteria = true
part_purple_wisteria = true
frosty_fir = true
fir = true
willow = true
aspen = true
yellow_aspen = true
red_maple = true
orange_maple = true
yellow_maple = true
cypress = true
olive = true
joshua = true
ghaf = true
palo_verde = true
coconut = true
cedar = true
larch = true
mahogany = true
saxaul = true
[types.leaves_type.dynamictrees]
spruce = true
oak_undergrowth = true
oak = true
mangrove = true
jungle_undergrowth = true
jungle = true
flowering_azalea = true
dark_oak = true
cherry = true
birch = true
azalea = true
acacia = true
[types.leaves_type.dtnatures_spirit]
yellow_maple = true
wisteria = true
willow = true
white_wisteria = true
sugi = true
saxaul = true
red_maple = true
redwood = true
purple_wisteria = true
pink_wisteria = true
part_white_wisteria = true
part_purple_wisteria = true
part_pink_wisteria = true
part_blue_wisteria = true
palo_verde = true
orange_maple = true
olive = true
mahogany = true
larch = true
joshua = true
ghaf = true
frosty_redwood = true
frosty_fir = true
fir = true
cypress = true
coconut = true
cedar = true
blue_wisteria = true
aspen = true
[types.leaves_type.dtbop]
yellow_maple = true
willow = true
umbran = true
spruce_undergrowth = true
spruce_twiglet = true
spruce_poplar = true
sparse_oak = true
sparse_acacia = true
snowblossom_twiglet = true
snowblossom = true
red_maple = true
redwood = true
rainbow_birch = true
poplar = true
pine = true
palm = true
orange_maple = true
oak_twiglet = true
mega_dark_oak = true
maple_twiglet = true
mangrove_twiglet = true
mahogany = true
magic_poplar = true
jungle_twiglet = true
jacaranda = true
hellbark_bush = true
hellbark = true
flowering_oak_undergrowth = true
flowering_oak = true
fir = true
dying = true
dark_poplar = true
dark_oak_twiglet = true
cypress_willow = true
cherry_twiglet = true
aspen = true
acacia_undergrowth = true
acacia_twiglet = true
#Disables specific entries
[entries]
[entries.metal_type.minecraft]
nugget = true
[entries.metal_type.create]
table_cloth = true
tile_slab = true
door = true
ornate_window = true
ladder = true
sheet = true
ornate_window_pane = true
scaffolding = true
shingle_slab = true
shingle_stairs = true
tiles = true
shingles = true
tile_stairs = true
casing = true
[entries.stone_type.create]
small_brick_wall = true
cut_wall = true
small_bricks = true
cut_brick_slab = true
polished_cut_slab = true
small_brick_stairs = true
cut_bricks = true
cut = true
polished_cut = true
small_brick_slab = true
layered = true
polished_cut_stairs = true
cut_brick_wall = true
pillar = true
cut_stairs = true
cut_brick_stairs = true
polished_cut_wall = true
cut_slab = true
[entries.stone_type.waystones]
waystone = true
[entries.wood_type.farmersdelight]
cabinet = true
[entries.wood_type.storagedrawers]
full_drawers_2 = true
half_drawers_1 = true
full_drawers_4 = true
half_drawers_4 = true
trim = true
half_drawers_2 = true
full_drawers_1 = true
[entries.wood_type.create]
window_pane = true
window = true
+254
View File
@@ -19,6 +19,18 @@
[types.metal_type.aquaculture]
neptunium = true
[types.metal_type.createbigcannons]
cast_iron = true
bronze = true
steel = true
nethersteel = true
[types.metal_type.createaddition]
electrum = true
[types.metal_type.born_in_chaos_v1]
dark_metal = true
[types.stone_type.create]
limestone = true
asurine = true
@@ -132,6 +144,18 @@
pewen = true
thornwood = true
[types.wood_type.mynethersdelight]
powdery = true
[types.wood_type.crabbersdelight]
palm = true
[types.wood_type.createdieselgenerators]
chip_wood = true
[types.wood_type.born_in_chaos_v1]
scorched = true
[types.leaves_type.biomesoplenty]
null = true
origin = true
@@ -283,6 +307,13 @@
[types.leaves_type.alexscaves]
ancient = true
[types.leaves_type.culturaldelights]
avocado = true
fruiting_avocado = true
[types.leaves_type.crabbersdelight]
palm = true
#Disables specific entries
[entries]
@@ -305,6 +336,34 @@
tile_stairs = true
casing = true
[entries.metal_type.rechiseled]
block_plated = true
block_sheets = true
block_small_bricks_connecting = true
block_chiseled_connecting = true
block_patterned = true
block_connecting_connecting = true
block_framed = true
block_reinforced = true
block_pipes_connecting = true
block_processed = true
block_gears_connecting = true
block_framed_connecting = true
block_lines_connecting = true
block_processed_connecting = true
block_bordered_connecting = true
block_small_bricks = true
block_pulverized = true
block_bordered = true
block_chiseled = true
block_polished_connecting = true
block_smooth = true
block_patterned_connecting = true
block_lines = true
block_polished = true
block_gears = true
block_pipes = true
[entries.stone_type.create]
small_brick_wall = true
cut_wall = true
@@ -333,6 +392,113 @@
pillar = true
vertical_slab = true
[entries.stone_type.rechiseled]
squares_slab_connecting = true
brick_paving_slab_connecting = true
smooth_tiles_slab = true
brick_paving_slab = true
bordered_slab = true
squares_stairs = true
smooth_rotated_bricks_stairs = true
brick_pattern = true
slated_stairs = true
waves_connecting = true
tiles_stairs_connecting = true
smooth_large_tiles_connecting = true
bordered_slab_connecting = true
small_tiles_slab_connecting = true
path_connecting = true
bordered = true
path_stairs = true
small_bricks_stairs = true
squares_slab = true
bordered_stairs_connecting = true
diagonal_bricks_slab_connecting = true
waves_slab = true
small_tiles_stairs = true
brick_paving_stairs_connecting = true
diagonal_bricks_stairs = true
small_tiles_slab = true
rotated_bricks_slab = true
brick_paving_stairs = true
small_tiles_connecting = true
waves_stairs = true
bordered_connecting = true
waves = true
big_tiles_stairs_connecting = true
small_tiles_stairs_connecting = true
smooth_tiles_stairs = true
tiles = true
small_bricks_stairs_connecting = true
smooth_rotated_bricks_stairs_connecting = true
small_bricks_slab = true
squares_connecting = true
crushed_stairs = true
path = true
slated_slab = true
diagonal_bricks_connecting = true
big_tiles_slab_connecting = true
rotated_bricks_slab_connecting = true
crushed = true
smooth_brick_paving_connecting = true
slated = true
diagonal_bricks_stairs_connecting = true
squares = true
brick_pattern_slab_connecting = true
smooth_large_tiles = true
smooth_large_tiles_slab_connecting = true
brick_paving_connecting = true
brick_pattern_connecting = true
smooth_brick_paving_slab_connecting = true
path_stairs_connecting = true
bordered_stairs = true
waves_stairs_connecting = true
smooth_tiles_stairs_connecting = true
squares_stairs_connecting = true
crushed_slab_connecting = true
small_bricks = true
small_bricks_connecting = true
smooth_large_tiles_stairs_connecting = true
crushed_slab = true
tiles_slab_connecting = true
smooth_brick_paving_slab = true
smooth_rotated_bricks_slab_connecting = true
tiles_stairs = true
rotated_bricks_connecting = true
smooth_large_tiles_slab = true
smooth_tiles_slab_connecting = true
smooth_rotated_bricks = true
waves_slab_connecting = true
smooth_large_tiles_stairs = true
rotated_bricks = true
big_tiles_connecting = true
smooth_brick_paving = true
diagonal_bricks = true
big_tiles = true
smooth_rotated_bricks_connecting = true
smooth_brick_paving_stairs_connecting = true
tiles_connecting = true
crushed_stairs_connecting = true
brick_paving = true
path_slab = true
tiles_slab = true
path_slab_connecting = true
crushed_connecting = true
diagonal_bricks_slab = true
smooth_tiles_connecting = true
small_bricks_slab_connecting = true
big_tiles_slab = true
smooth_brick_paving_stairs = true
big_tiles_stairs = true
smooth_tiles = true
brick_pattern_stairs = true
rotated_bricks_stairs = true
brick_pattern_stairs_connecting = true
rotated_bricks_stairs_connecting = true
small_tiles = true
brick_pattern_slab = true
smooth_rotated_bricks_slab = true
[entries.wood_type.farmersdelight]
cabinet = true
@@ -360,6 +526,15 @@
hollow_log = true
vertical_slab = true
[entries.wood_type.another_furniture]
flower_box = true
shelf = true
shutter = true
bench = true
table = true
drawer = true
chair = true
[entries.mud_type.quark]
carved_bricks = true
pillar = true
@@ -368,3 +543,82 @@
[entries.leaves_type.quark]
hedge = true
leaf_carpet = true
[entries.crystal_type.rechiseled]
block_edged = true
block_pillar_connecting = true
block_cut_connecting = true
block_pillar = true
block_cut = true
block_shiny_connecting = true
block_beams_connecting = true
block_tiles_connecting = true
block_bricks = true
block_bricks_connecting = true
block_edged_connecting = true
block_shiny = true
block_polished_connecting = true
block_bordered_diagonal_tiles = true
block_tiles = true
block_jewel = true
block_diagonal_tiles = true
block_smooth = true
block_beams = true
block_bordered_diagonal_tiles_connecting = true
block_polished = true
[entries.dust_type.rechiseled]
block_pillar = true
block_chiseled_clovers_connecting = true
block_patterned = true
block_bricks = true
block_bricks_connecting = true
block_small_tiles_connecting = true
block_brick_bordered = true
block_compressed = true
block_compressed_connecting = true
block_scales = true
block_paving = true
block_scales_connecting = true
block_paving_connecting = true
block_pillar_connecting = true
block_bordered_connecting = true
block_diagonal_tiles_connecting = true
block_bordered = true
block_small_tiles = true
block_polished_connecting = true
block_diagonal_tiles = true
block_smooth = true
block_crushed = true
block_patterned_connecting = true
block_chiseled_clovers = true
block_polished = true
block_circles_connecting = true
block_circles = true
[entries.gem_type.rechiseled]
block_pillar = true
block_chiseled_connecting = true
block_plating = true
block_patterned = true
block_striped_connecting = true
block_clovers_connecting = true
block_clovers = true
block_bordered_crosses = true
block_crystal = true
block_waxed = true
block_patterned_squares_connecting = true
block_bordered_plating_connecting = true
block_pillar_connecting = true
block_waxed_connecting = true
block_chiseled = true
block_crosses = true
block_polished_connecting = true
block_patterned_squares = true
block_smooth = true
block_bordered_crosses_connecting = true
block_patterned_connecting = true
block_bordered_plating = true
block_polished = true
block_crystal_connecting = true
block_striped = true
+5
View File
@@ -0,0 +1,5 @@
#Textures not included, make your own textures by making a resource pack that adds guard_steve_0 - 6
"Have guards use the steve model?" = false
"Have baby villagers have big heads like in bedrock?" = true
#Note that this option will automatically activate if a guard has more hearts than default
"Display guard health in icons" = true
+102
View File
@@ -0,0 +1,102 @@
["raids and illagers"]
#Illagers In Raids Attack Animals?
"Illagers in raids attack animals?" = true
#Witches Attack Villagers?
"Witches attack villagers?" = true
#This makes Illagers run from polar bears, as anyone with common sense would.
"Have Illagers have some common sense?" = true
["mob ai in general"]
#Guards will attack all hostiles with this option, when set to false guards will only attack zombies and illagers.
"Guards attack all mobs?" = true
#Hostiles attack guards, by default only illagers and zombies will attack guards, the mob blacklist below will effect this option
"All mobs attack guards" = false
#Guards won't attack mobs in this list at all, for example, putting "minecraft:creeper" in this list will make guards ignore creepers.
"Mob Blacklist" = ["minecraft:villager", "minecraft:iron_golem", "minecraft:wandering_trader", "guardvillagers:guard", "minecraft:creeper", "minecraft:enderman"]
#Guards will additionally attack mobs ids put in this list, for example, putting "minecraft:cow" in this list will make guards attack cows.
"Mob Whitelist" = []
["villager stuff"]
"Profession Whitelist for healing ai for clerics" = ["cleric"]
"Profession Whitelist for golem repair ai" = ["armorer", "weaponsmith"]
"Profession Whitelist for guard weaponry repair ai" = ["weaponsmith", "armorer", "toolsmith"]
# Default: 3
# Range: 0 ~ 1000000
"How many times a cleric can heal a guard in one day" = 3
# Default: 3
# Range: 0 ~ 1000000
"How many times a smith villager can heal a golem in one day" = 3
# Default: 3
# Range: 0 ~ 1000000
"How many times a villager can heal a guard's equipment in one day" = 3
"Allow armorers and weaponsmiths repair guard items when down below half durability?" = true
#This will make it so villagers will only be converted into guards if the player has hero of the village
"Make it so players have to have hero of the village to convert villagers into guards?" = false
"Have it so blacksmiths heal golems under 60 health?" = true
"Have it so clerics heal guards and players with hero of the village?" = true
#This makes villagers run from polar bears, as anyone with common sense would.
"Have Villagers have some common sense?" = true
#Professions that can be converted into guards
"Profession Whitelist for guard conversion" = ["nitwit", "none"]
["golem stuff"]
"Allow Iron Golems to float on water?" = false
["guard stuff"]
"Allow guards to sink temporarily to fight mobs that are under water?" = true
#If a guard is fighting a mob underwater and the vertical distance between that mob and the guard is larger than this, the guard will instead float up to not take the risk of drowning
# Default: 5
# Range: 0 ~ 100000000
"Depth value for guards fighting underwater mobs" = 5
"Mobs that guards actively protect when they get targeted" = ["minecraft:villager", "guardvillagers:guard", "minecraft:iron_golem"]
#Mobs in this list also won't get hurt by a guard's arrow if the config option to disable guard arrows hurting villagers is enabled.
"Mobs that guards actively protect when they get hurt" = ["minecraft:villager", "guardvillagers:guard", "minecraft:iron_golem"]
# Default: 8.0
# Range: 0.0 ~ 1.0E8
"Guard crossbow attack radius" = 8.0
#Guards are placed in the middle, thus more advanced placement should be done via datapacks
"Structure pieces that spawn guards" = ["minecraft:village/common/iron_golem"]
# Default: 6
# Range: 0 ~ 100000000
"How many guards should spawn in a village?" = 6
"Allow guards to convert to zombie villagers upon being killed by zombies?" = true
"Allow the player to right click on bells to mass order guards to follow them?" = true
# Default: 100.0
# Range: -999.9000244140625 ~ 999.0
"Chance to drop equipment" = 100.0
#This makes Guards run from polar bears, as anyone with common sense would.
"Have Guards have some common sense?" = false
#This lets Guards open doors.
"Have Guards open doors?" = true
#This will make guards raise their shields all the time, on default they will only raise their shields under certain conditions
"Have Guards raise their shield all the time?" = false
# Default: 1.0
# Range: -999.9000244140625 ~ 999.0
"Chance for guards to lose durability" = 1.0
"Allow guards to teleport if following the player" = true
#This makes guards form a phalanx
"Have guards form a phalanx?" = true
#Angle is determined by taking the arccos of the inputted value, for example -1 is a straight 180 degree angle thus if that value is inputted guards will only check straight ahead to see if any friendly mobs are in the way.
# Default: -0.9
# Range: -1000000.0 ~ 1000000.0
"Angle of how ranged guards determine if a friendly mob is infront of them before firing" = -0.9
"Have guards attempt to avoid firing into other friendlies?" = true
#This is the range in which the guards will be aggroed to mobs that are attacking villagers. Higher values are more resource intensive, and setting this to zero will disable the goal.
# Default: 50.0
# Range: -500.0 ~ 500.0
Range = 50.0
#How much health a guard regenerates.
# Default: 1.0
# Range: -500.0 ~ 500.0
"Guard health regeneration amount" = 1.0
"Allow guard arrows to damage villagers, iron golems, or other guards? The i-frames will still be shown for them but they won't lose any health if this is set to false" = true
"Allow players to give guards stuff only if they have the hero of the village effect?" = false
"Allow players to set guard patrol points only if they have hero of the village" = false
# Default: 15
# Range: > -2147483648
"Minimum reputation requirement for guards to give you access to their inventories" = 15
"Have guards only follow the player if they have hero of the village?" = true
# Default: -100
# Range: -9999 ~ 9999
"How low of a reputation of a player should have to be instantly aggroed upon by guards and golems?" = -100
"Allow guards to naturally patrol villages? This feature can cause lag if a lot of guards are spawned" = false
+9
View File
@@ -0,0 +1,9 @@
# Default: 20.0
# Range: -500.0 ~ 900.0
"Guard health" = 20.0
# Default: 0.5
# Range: -500.0 ~ 900.0
"Guard speed" = 0.5
# Default: 20.0
# Range: 0.0 ~ 900.0
"Guard follow range" = 20.0
+17
View File
@@ -0,0 +1,17 @@
[client]
#Toggles the lantern glow effect, which may look bad with certain shaders.
glow_effect = true
#Toggles the Umvuthana footprint effects, which may decrease performance.
umvuthana_footprints = true
#Enable camera shaking during certain mob attacks and abilities.
do_camera_shake = true
#Play boss battle themes during boss encounters.
play_boss_music = true
#Use custom boss health bar textures, if the boss has them.
custom_boss_bar = true
#Use custom player animations.
custom_player_anims = true
#Set to true to hide your own 3rd-person player animations while you are in 1st-person view mode. This is useful with mods that render the 3rd-person model in 1st-person, as some of the Mowzie's Mobs 3rd-person animations can block the camera.
hide_player_anims_in_first_person = false
#Play Umvuthana Crane heal sounds. Turn this off if you are experiencing crashes when Cranes appear during Umvuthi's boss battle.
crane_heal_sounds = true
+913
View File
@@ -0,0 +1,913 @@
[tools_and_abilities]
#Cost in minutes of using the supernova ability.
# Default: 60
# Range: > 0
supernova_cost = 60
[tools_and_abilities.suns_blessing]
#Duration in minutes of the Sun's Blessing effect.
# Default: 60
# Range: > 0
suns_blessing_duration = 60
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
suns_blessing_attack_multiplier = 1.0
#Cost in minutes of using the solar beam ability.
# Default: 5
# Range: > 0
solar_beam_cost = 5
[tools_and_abilities.wrought_helm]
#Set to true for the Wrought Helm to have limited durability.
breakable = false
[tools_and_abilities.wrought_helm.armor_config]
#Multiply armor damage reduction by this amount. See official Minecraft Wiki for an explanation of how armor damage reduction works.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
damage_reduction_multiplier = 1.0
#Multiply armor toughness by this amount. See official Minecraft Wiki for an explanation of how armor toughness works.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
toughness_multiplier = 1.0
[tools_and_abilities.axe_of_a_thousand_metals]
#Set to true for the Axe of a Thousand Metals to have limited durability.
breakable = false
[tools_and_abilities.axe_of_a_thousand_metals.tool_config]
#Tool attack damage
# Default: 9.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_damage = 9.0
#Tool attack speed
# Default: 0.8999999761581421
# Range: 0.0 ~ 1.7976931348623157E308
attack_speed = 0.8999999761581421
[tools_and_abilities.sol_visage]
#Set to true for the Sol Visage to have limited durability.
breakable = false
#Maximum number of Umvuthana followers a player can summon at once using the Sol Visage
# Default: 10
# Range: 0 ~ 300
max_followers = 10
[tools_and_abilities.sol_visage.armor_config]
#Multiply armor damage reduction by this amount. See official Minecraft Wiki for an explanation of how armor damage reduction works.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
damage_reduction_multiplier = 1.0
#Multiply armor toughness by this amount. See official Minecraft Wiki for an explanation of how armor toughness works.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
toughness_multiplier = 1.0
[tools_and_abilities.ice_crystal]
#Multiply all damage done with the ice crystal by this amount.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
#Set to true for the ice crystal to have limited durability.
#Prevents regeneration in inventory.
breakable = false
#Ice crystal durability
# Default: 600
# Range: > 1
durability = 600
#Freeze duration in ticks (applies to frostmaw too!)
# Default: 50
# Range: > 1
freeze_duration = 50
[tools_and_abilities.umvuthana_mask.armor_config]
#Multiply armor damage reduction by this amount. See official Minecraft Wiki for an explanation of how armor damage reduction works.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
damage_reduction_multiplier = 1.0
#Multiply armor toughness by this amount. See official Minecraft Wiki for an explanation of how armor toughness works.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
toughness_multiplier = 1.0
[tools_and_abilities.geomancerArmor.armor_config]
#Multiply armor damage reduction by this amount. See official Minecraft Wiki for an explanation of how armor damage reduction works.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
damage_reduction_multiplier = 1.0
#Multiply armor toughness by this amount. See official Minecraft Wiki for an explanation of how armor toughness works.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
toughness_multiplier = 1.0
[tools_and_abilities.spear.tool_config]
#Tool attack damage
# Default: 5.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_damage = 5.0
#Tool attack speed
# Default: 1.600000023841858
# Range: 0.0 ~ 1.7976931348623157E308
attack_speed = 1.600000023841858
[tools_and_abilities.naga_fang_dagger]
#Duration in ticks of the poison effect (20 ticks = 1 second).
# Default: 40
# Range: > 0
poison_duration = 40
#Damage multiplier when attacking from behind
# Default: 2.0
# Range: 0.0 ~ 1.7976931348623157E308
backstab_damage_mult = 2.0
[tools_and_abilities.naga_fang_dagger.tool_config]
#Tool attack damage
# Default: 3.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_damage = 3.0
#Tool attack speed
# Default: 2.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_speed = 2.0
[tools_and_abilities.blowgun]
#Duration in ticks of the poison effect (20 ticks = 1 second).
# Default: 40
# Range: > 0
poison_duration = 40
#Multiply all damage done with the blowgun/darts by this amount.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_damage = 1.0
[tools_and_abilities.earthrend_gauntlet]
#Multiply all damage done with the Earthrend Gauntlet by this amount.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
#Set to true for the Earthrend Gauntlet to have limited durability.
#Prevents regeneration in inventory.
breakable = false
#Earthrend Gauntlet durability
# Default: 400
# Range: > 1
durability = 400
#Set to false to disable the Earthrend Gauntlet's tunneling ability.
enable_tunneling = true
[tools_and_abilities.earthrend_gauntlet.tool_config]
#Tool attack damage
# Default: 6.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_damage = 6.0
#Tool attack speed
# Default: 1.2000000476837158
# Range: 0.0 ~ 1.7976931348623157E308
attack_speed = 1.2000000476837158
[tools_and_abilities.sculptor_staff]
#Multiply all damage done with the Sculptor Staff by this amount.
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[tools_and_abilities.sculptor_staff.tool_config]
#Tool attack damage
# Default: 3.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_damage = 3.0
#Tool attack speed
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_speed = 1.0
[tools_and_abilities.elokosa_paw]
#How long effects inflicted by Elokosa Paws last in ticks
# Default: 600
# Range: > 1
effect_duration = 600
#How long players must wait between uses of Elokosa Paws in ticks
# Default: 1800
# Range: > 0
cooldown = 1800
#How many times players can use an Elokosa Paw before it breaks
# Default: 3
# Range: > 1
number_of_uses = 3
[mobs.frostmaw]
#Disable/enable Frostmaw's boss health bar
has_boss_bar = true
#Disable/enable frostmaws healing while asleep
heals_out_of_battle = true
#Allow players to steal frostmaws' ice crystals (only using specific means!)
stealable_ice_crystal = true
#Disable/enable frostmaws resetting health when a player respawns nearby. (Prevents respawn cheese!)
reset_health_when_respawn = true
[mobs.frostmaw.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["c:is_snowy,!c:is_ocean,!c:is_river,!c:is_beach,!c:is_forest,!c:is_taiga"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for spawning structure/mob with world generation
[mobs.frostmaw.generation_config]
#Smaller number causes more generation, -1 to disable generation
#Maximum number of chunks between placements of this mob/structure.
#NO LONGER USED! USE DATAPACK INSTEAD
# Default: 25
# Range: > -1
generation_distance = 25
#Smaller number causes more generation, -1 to disable generation
#Minimum number of chunks between placements of this mob/structure.
#NO LONGER USED! USE DATAPACK INSTEAD
# Default: 8
# Range: > -1
generation_separation = 8
#Maximum height for generation placement. -65 to ignore
# Default: 100.0
# Range: -65.0 ~ 256.0
height_max = 100.0
#Minimum height for generation placement. -65 to ignore
# Default: 50.0
# Range: -65.0 ~ 256.0
height_min = 50.0
#Names of structures this mob/structure will avoid when generating.
#NO LONGER USED! USE DATAPACK INSTEAD
avoid_structures = ["minecraft:villages", "minecraft:pillager_outposts"]
[mobs.frostmaw.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.umvuthi]
#Disable/enable Umvuthi's boss health bar
has_boss_bar = true
#Disable/enable Umvuthi healing while not in combat
heals_out_of_battle = true
#Which item Umvuthi desires in exchange for the Sun's Blessing
trade_which_item = "minecraft:gold_block"
#How many of the item Umvuthi desires in exchange for the Sun's Blessing
# Default: 7
# Range: 0 ~ 64
trade_how_many = 7
#Disable/enable Umvuthi resetting health when a player respawns nearby. (Prevents respawn cheese!)
reset_health_when_respawn = true
#Umvuthi will summon healers whenever he loses this much total health.
# Default: 45
# Range: > 0
spawn_healers_threshold = 45
#Generation controls for Umvuthana Groves
[mobs.umvuthi.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["c:is_savanna"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for spawning structure/mob with world generation
[mobs.umvuthi.generation_config]
#Smaller number causes more generation, -1 to disable generation
#Maximum number of chunks between placements of this mob/structure.
#NO LONGER USED! USE DATAPACK INSTEAD
# Default: 25
# Range: > -1
generation_distance = 25
#Smaller number causes more generation, -1 to disable generation
#Minimum number of chunks between placements of this mob/structure.
#NO LONGER USED! USE DATAPACK INSTEAD
# Default: 8
# Range: > -1
generation_separation = 8
#Maximum height for generation placement. -65 to ignore
# Default: 100.0
# Range: -65.0 ~ 256.0
height_max = 100.0
#Minimum height for generation placement. -65 to ignore
# Default: 50.0
# Range: -65.0 ~ 256.0
height_min = 50.0
#Names of structures this mob/structure will avoid when generating.
#NO LONGER USED! USE DATAPACK INSTEAD
avoid_structures = ["minecraft:villages", "minecraft:pillager_outposts"]
[mobs.umvuthi.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.ferrous_wroughtnaut]
#Disable/enable Ferrous Wroughtnaut's boss health bar
has_boss_bar = true
#Disable/enable Ferrous Wroughtnaut healing while not active
heals_out_of_battle = true
#Disable/enable Ferrous Wroughtnaut resetting health when a player respawns nearby. (Prevents respawn cheese!)
reset_health_when_respawn = true
[mobs.ferrous_wroughtnaut.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["!c:is_ocean"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for spawning structure/mob with world generation
[mobs.ferrous_wroughtnaut.generation_config]
#Smaller number causes more generation, -1 to disable generation
#Maximum number of chunks between placements of this mob/structure.
#NO LONGER USED! USE DATAPACK INSTEAD
# Default: 15
# Range: > -1
generation_distance = 15
#Smaller number causes more generation, -1 to disable generation
#Minimum number of chunks between placements of this mob/structure.
#NO LONGER USED! USE DATAPACK INSTEAD
# Default: 5
# Range: > -1
generation_separation = 5
#Maximum height for generation placement. -65 to ignore
# Default: 50.0
# Range: -65.0 ~ 256.0
height_max = 50.0
#Minimum height for generation placement. -65 to ignore
# Default: 20.0
# Range: -65.0 ~ 256.0
height_min = 20.0
#Names of structures this mob/structure will avoid when generating.
#NO LONGER USED! USE DATAPACK INSTEAD
avoid_structures = []
[mobs.ferrous_wroughtnaut.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.sculptor]
#How tall (in blocks) the Sculptor's test will be
# Default: 60
# Range: 1 ~ 500
test_height = 60
#The time limit (in seconds) for completing the Sculptor's test
# Default: 400
# Range: 1 ~ 36000
test_time_limit = 400
#Disable/enable the Sculptor healing while not in combat
heals_out_of_battle = true
#Disable/enable the Sculptor's boss health bar
has_boss_bar = true
#Which item the Sculptor desires in exchange for a chance to try his challenge
trade_which_item = "mowziesmobs:bluff_rod"
#How many of the item the Sculptor desires in exchange for a chance to try his challenge
# Default: 1
# Range: 0 ~ 64
trade_how_many = 1
#Set to true for the Sculptor to disappear after a player beats the test and claims the reward.
disappear_after_reward = true
[mobs.sculptor.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["c:is_mountain/peak"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for spawning structure/mob with world generation
[mobs.sculptor.generation_config]
#Smaller number causes more generation, -1 to disable generation
#Maximum number of chunks between placements of this mob/structure.
#NO LONGER USED! USE DATAPACK INSTEAD
# Default: 25
# Range: > -1
generation_distance = 25
#Smaller number causes more generation, -1 to disable generation
#Minimum number of chunks between placements of this mob/structure.
#NO LONGER USED! USE DATAPACK INSTEAD
# Default: 8
# Range: > -1
generation_separation = 8
#Maximum height for generation placement. -65 to ignore
# Default: 200.0
# Range: -65.0 ~ 256.0
height_max = 200.0
#Minimum height for generation placement. -65 to ignore
# Default: 120.0
# Range: -65.0 ~ 256.0
height_min = 120.0
#Names of structures this mob/structure will avoid when generating.
#NO LONGER USED! USE DATAPACK INSTEAD
avoid_structures = []
[mobs.sculptor.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.grottol.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["!c:is_mushroom"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for vanilla-style mob spawning
[mobs.grottol.spawn_config]
#Smaller number causes less spawning, 0 to disable spawning
# Default: 2
# Range: > 0
spawn_rate = 2
#Minimum number of mobs that appear in a spawn group
# Default: 1
# Range: > 1
min_group_size = 1
#Maximum number of mobs that appear in a spawn group
# Default: 1
# Range: > 1
max_group_size = 1
#Probability of a spawn attempt succeeding. 1 for normal spawning, 0 will prevent spawning. Used to make mobs extra rare.
# Default: 1.0
# Range: 0.0 ~ 1.0
extra_rarity = 1.0
#Names of dimensions this mob can spawn in
dimensions = ["minecraft:overworld"]
#Names of blocks this mob is allowed to spawn on. Leave blank to ignore block names.
allowed_blocks = []
#Tags of blocks this mob is allowed to spawn on. Leave blank to ignore block tags.
allowed_block_tags = ["minecraft:base_stone_overworld"]
#Maximum height for this spawn. -65 to ignore.
# Default: 16
# Range: -65 ~ 256
height_max = 16
#Minimum height for this spawn. -65 to ignore.
# Default: -65
# Range: -65 ~ 256
height_min = -65
#Set to true to only allow this mob to spawn in the dark, like zombies and skeletons.
needs_darkness = true
#Set to true to only spawn mob if it can see the sky.
needs_see_sky = false
#Set to true to only spawn mob if it can't see the sky.
needs_cant_see_sky = true
#Names of structures this mob will avoid spawning near.
avoid_structures = []
[mobs.grottol.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.lantern.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["c:is_forest,mowziesmobs:is_magical,!c:is_snowy"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for vanilla-style mob spawning
[mobs.lantern.spawn_config]
#Smaller number causes less spawning, 0 to disable spawning
# Default: 5
# Range: > 0
spawn_rate = 5
#Minimum number of mobs that appear in a spawn group
# Default: 2
# Range: > 1
min_group_size = 2
#Maximum number of mobs that appear in a spawn group
# Default: 4
# Range: > 1
max_group_size = 4
#Probability of a spawn attempt succeeding. 1 for normal spawning, 0 will prevent spawning. Used to make mobs extra rare.
# Default: 1.0
# Range: 0.0 ~ 1.0
extra_rarity = 1.0
#Names of dimensions this mob can spawn in
dimensions = ["minecraft:overworld"]
#Names of blocks this mob is allowed to spawn on. Leave blank to ignore block names.
allowed_blocks = []
#Tags of blocks this mob is allowed to spawn on. Leave blank to ignore block tags.
allowed_block_tags = ["minecraft:animals_spawnable_on", "minecraft:leaves", "minecraft:logs"]
#Maximum height for this spawn. -65 to ignore.
# Default: -65
# Range: -65 ~ 256
height_max = -65
#Minimum height for this spawn. -65 to ignore.
# Default: 60
# Range: -65 ~ 256
height_min = 60
#Set to true to only allow this mob to spawn in the dark, like zombies and skeletons.
needs_darkness = true
#Set to true to only spawn mob if it can see the sky.
needs_see_sky = false
#Set to true to only spawn mob if it can't see the sky.
needs_cant_see_sky = false
#Names of structures this mob will avoid spawning near.
avoid_structures = []
[mobs.lantern.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
#Controls spawning for Umvuthana hunting groups
#Group size controls how many raptors spawn, not followers
#See Umvuthi config for grove structure controls
[mobs.umvuthana.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["c:is_savanna"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for vanilla-style mob spawning
[mobs.umvuthana.spawn_config]
#Smaller number causes less spawning, 0 to disable spawning
# Default: 5
# Range: > 0
spawn_rate = 5
#Minimum number of mobs that appear in a spawn group
# Default: 1
# Range: > 1
min_group_size = 1
#Maximum number of mobs that appear in a spawn group
# Default: 1
# Range: > 1
max_group_size = 1
#Probability of a spawn attempt succeeding. 1 for normal spawning, 0 will prevent spawning. Used to make mobs extra rare.
# Default: 1.0
# Range: 0.0 ~ 1.0
extra_rarity = 1.0
#Names of dimensions this mob can spawn in
dimensions = ["minecraft:overworld"]
#Names of blocks this mob is allowed to spawn on. Leave blank to ignore block names.
allowed_blocks = []
#Tags of blocks this mob is allowed to spawn on. Leave blank to ignore block tags.
allowed_block_tags = ["minecraft:animals_spawnable_on", "minecraft:sand"]
#Maximum height for this spawn. -65 to ignore.
# Default: -65
# Range: -65 ~ 256
height_max = -65
#Minimum height for this spawn. -65 to ignore.
# Default: 60
# Range: -65 ~ 256
height_min = 60
#Set to true to only allow this mob to spawn in the dark, like zombies and skeletons.
needs_darkness = false
#Set to true to only spawn mob if it can see the sky.
needs_see_sky = false
#Set to true to only spawn mob if it can't see the sky.
needs_cant_see_sky = false
#Names of structures this mob will avoid spawning near.
avoid_structures = ["minecraft:villages", "minecraft:pillager_outposts", "mowziesmobs:umvuthana_groves"]
[mobs.umvuthana.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.naga.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["c:is_beach,c:is_mountain", "c:is_beach,minecraft:is_hill"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = ["minecraft:stony_shore"]
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for vanilla-style mob spawning
[mobs.naga.spawn_config]
#Smaller number causes less spawning, 0 to disable spawning
# Default: 20
# Range: > 0
spawn_rate = 20
#Minimum number of mobs that appear in a spawn group
# Default: 1
# Range: > 1
min_group_size = 1
#Maximum number of mobs that appear in a spawn group
# Default: 2
# Range: > 1
max_group_size = 2
#Probability of a spawn attempt succeeding. 1 for normal spawning, 0 will prevent spawning. Used to make mobs extra rare.
# Default: 1.0
# Range: 0.0 ~ 1.0
extra_rarity = 1.0
#Names of dimensions this mob can spawn in
dimensions = ["minecraft:overworld"]
#Names of blocks this mob is allowed to spawn on. Leave blank to ignore block names.
allowed_blocks = []
#Tags of blocks this mob is allowed to spawn on. Leave blank to ignore block tags.
allowed_block_tags = ["minecraft:animals_spawnable_on", "minecraft:base_stone_overworld"]
#Maximum height for this spawn. -65 to ignore.
# Default: -65
# Range: -65 ~ 256
height_max = -65
#Minimum height for this spawn. -65 to ignore.
# Default: 68
# Range: -65 ~ 256
height_min = 68
#Set to true to only allow this mob to spawn in the dark, like zombies and skeletons.
needs_darkness = true
#Set to true to only spawn mob if it can see the sky.
needs_see_sky = true
#Set to true to only spawn mob if it can't see the sky.
needs_cant_see_sky = false
#Names of structures this mob will avoid spawning near.
avoid_structures = ["minecraft:villages", "minecraft:pillager_outposts"]
[mobs.naga.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.foliaath.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["c:is_jungle"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for vanilla-style mob spawning
[mobs.foliaath.spawn_config]
#Smaller number causes less spawning, 0 to disable spawning
# Default: 70
# Range: > 0
spawn_rate = 70
#Minimum number of mobs that appear in a spawn group
# Default: 1
# Range: > 1
min_group_size = 1
#Maximum number of mobs that appear in a spawn group
# Default: 4
# Range: > 1
max_group_size = 4
#Probability of a spawn attempt succeeding. 1 for normal spawning, 0 will prevent spawning. Used to make mobs extra rare.
# Default: 1.0
# Range: 0.0 ~ 1.0
extra_rarity = 1.0
#Names of dimensions this mob can spawn in
dimensions = ["minecraft:overworld"]
#Names of blocks this mob is allowed to spawn on. Leave blank to ignore block names.
allowed_blocks = []
#Tags of blocks this mob is allowed to spawn on. Leave blank to ignore block tags.
allowed_block_tags = ["minecraft:animals_spawnable_on", "minecraft:leaves", "minecraft:logs"]
#Maximum height for this spawn. -65 to ignore.
# Default: -65
# Range: -65 ~ 256
height_max = -65
#Minimum height for this spawn. -65 to ignore.
# Default: 60
# Range: -65 ~ 256
height_min = 60
#Set to true to only allow this mob to spawn in the dark, like zombies and skeletons.
needs_darkness = true
#Set to true to only spawn mob if it can see the sky.
needs_see_sky = false
#Set to true to only spawn mob if it can't see the sky.
needs_cant_see_sky = false
#Names of structures this mob will avoid spawning near.
avoid_structures = ["minecraft:villages", "minecraft:pillager_outposts"]
[mobs.foliaath.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.bluff.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = []
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for vanilla-style mob spawning
[mobs.bluff.spawn_config]
#Smaller number causes less spawning, 0 to disable spawning
# Default: 10
# Range: > 0
spawn_rate = 10
#Minimum number of mobs that appear in a spawn group
# Default: 2
# Range: > 1
min_group_size = 2
#Maximum number of mobs that appear in a spawn group
# Default: 3
# Range: > 1
max_group_size = 3
#Probability of a spawn attempt succeeding. 1 for normal spawning, 0 will prevent spawning. Used to make mobs extra rare.
# Default: 1.0
# Range: 0.0 ~ 1.0
extra_rarity = 1.0
#Names of dimensions this mob can spawn in
dimensions = ["minecraft:overworld"]
#Names of blocks this mob is allowed to spawn on. Leave blank to ignore block names.
allowed_blocks = []
#Tags of blocks this mob is allowed to spawn on. Leave blank to ignore block tags.
allowed_block_tags = []
#Maximum height for this spawn. -65 to ignore.
# Default: -65
# Range: -65 ~ 256
height_max = -65
#Minimum height for this spawn. -65 to ignore.
# Default: -65
# Range: -65 ~ 256
height_min = -65
#Set to true to only allow this mob to spawn in the dark, like zombies and skeletons.
needs_darkness = true
#Set to true to only spawn mob if it can see the sky.
needs_see_sky = false
#Set to true to only spawn mob if it can't see the sky.
needs_cant_see_sky = true
#Names of structures this mob will avoid spawning near.
avoid_structures = []
[mobs.bluff.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
[mobs.Elokosa.biome_config]
#Mowzie's Mobs bosses cannot generate in modded or non-overworld biomes unless the biome is added to the 'has_structure/has_mowzie_structure' tag via a datapack!
#Each entry is a combination of allowed biome tags or biome names.
#Separate types with commas to require biomes to have all tags in an entry
#Put a '!' before a biome tag to mean NOT that tag
#A blank entry means all biomes. No entries means no biomes.
#For example, 'minecraft:is_forest,c:is_spooky,!c:is_snowy' would mean all biomes that are spooky forests but not snowy forests
#'!minecraft:is_mountain' would mean all non-mountain biomes
biome_tags = ["c:is_jungle"]
#Allow spawns in these biomes regardless of the biome tag settings
biome_whitelist = []
#Prevent spawns in these biomes regardless of the biome tag settings
biome_blacklist = []
#Controls for vanilla-style mob spawning
[mobs.Elokosa.spawn_config]
#Smaller number causes less spawning, 0 to disable spawning
# Default: 5
# Range: > 0
spawn_rate = 5
#Minimum number of mobs that appear in a spawn group
# Default: 1
# Range: > 1
min_group_size = 1
#Maximum number of mobs that appear in a spawn group
# Default: 1
# Range: > 1
max_group_size = 1
#Probability of a spawn attempt succeeding. 1 for normal spawning, 0 will prevent spawning. Used to make mobs extra rare.
# Default: 1.0
# Range: 0.0 ~ 1.0
extra_rarity = 1.0
#Names of dimensions this mob can spawn in
dimensions = ["minecraft:overworld"]
#Names of blocks this mob is allowed to spawn on. Leave blank to ignore block names.
allowed_blocks = []
#Tags of blocks this mob is allowed to spawn on. Leave blank to ignore block tags.
allowed_block_tags = ["minecraft:leaves", "minecraft:logs"]
#Maximum height for this spawn. -65 to ignore.
# Default: -65
# Range: -65 ~ 256
height_max = -65
#Minimum height for this spawn. -65 to ignore.
# Default: 60
# Range: -65 ~ 256
height_min = 60
#Set to true to only allow this mob to spawn in the dark, like zombies and skeletons.
needs_darkness = false
#Set to true to only spawn mob if it can see the sky.
needs_see_sky = false
#Set to true to only spawn mob if it can't see the sky.
needs_cant_see_sky = false
#Names of structures this mob will avoid spawning near.
avoid_structures = ["minecraft:villages", "minecraft:pillager_outposts"]
[mobs.Elokosa.combat_config]
#Scale mob health by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
health_multiplier = 1.0
#Scale mob attack damage by this value
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
attack_multiplier = 1.0
+24
View File
@@ -0,0 +1,24 @@
#Weight for mutant enderman spawns as a percentage of the vanilla creeper spawn weight.
#Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
#Default Value: 0.05
# Default: 0.05
# Range: 0.0 ~ 20.0
mutant_enderman_spawn_weight = 0.05
#Weight for mutant zombie spawns as a percentage of the vanilla creeper spawn weight.
#Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
#Default Value: 0.05
# Default: 0.05
# Range: 0.0 ~ 20.0
mutant_zombie_spawn_weight = 0.05
#Weight for mutant skeleton spawns as a percentage of the vanilla creeper spawn weight.
#Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
#Default Value: 0.05
# Default: 0.05
# Range: 0.0 ~ 20.0
mutant_skeleton_spawn_weight = 0.05
#Weight for mutant creeper spawns as a percentage of the vanilla creeper spawn weight.
#Mutants can spawn in every biome and dimension where their vanilla counterparts can be found.
#Default Value: 0.05
# Default: 0.05
# Range: 0.0 ~ 20.0
mutant_creeper_spawn_weight = 0.05
@@ -0,0 +1,4 @@
#General settings
[general]
#Whether to enable Welcome Info.
welcome_info = false
+20
View File
@@ -0,0 +1,20 @@
#Should squids drop a Calamari item? Also disables villager trades for Calamari.
squids_drop_calamari = true
#Should villagers trade Rustic Delight items? (May reduce chances of other trades appearing)
enable_villager_trades = true
#Should the Wandering Trader sell Rustic Delight items?
enable_wandering_trader_trades = true
#Should players be able to brew Rustic Delight potions?
enable_potions = true
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 32
# Range: > 0
wild_cotton_chance = 32
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 15
# Range: > 0
wild_bell_peppers_chance = 15
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 15
# Range: > 0
wild_coffee_chance = 15
+17
View File
@@ -0,0 +1,17 @@
#Whether sub-levels should apply block shading dynamically
sub_level_dynamic_shading = true
#Whether sub-levels can occlude the water surface
sub_level_water_occlusion = true
#Whether sub-levels should cast a shadow on the world
sub_level_skylight_shadows = false
#The distance back in game-ticks that the snapshot interpolation should operate
# Default: 1.5
# Range: 0.0 ~ 100.0
sub_level_snapshot_interpolation_delay_ticks = 1.5
#The renderer to use for sub-levels
#Allowed Values: SODIUM_REACHAROUND
sub_level_renderer = "SODIUM_REACHAROUND"
#The zoom sensitivity for sub-level camera types
# Default: 0.2
# Range: 0.0 ~ 100.0
sub_level_zoom_sensitivity = 0.2
+38
View File
@@ -0,0 +1,38 @@
#Whether sub-levels can split when parts are separated
sub_level_splitting = true
#Sub-level splitting heatmap steps that take place per tick
# Default: 200
# Range: > 1
sub_level_splitting_heatmap_steps = 200
#The distance to network sub-levels to players at
# Default: 320.0
# Range: 1.0 ~ 1.7976931348623157E308
sub_level_tracking_range = 320.0
#The minimum y coordinate sub-levels can exist at
# Default: -10000.0
# Range: -Infinity ~ Infinity
sub_level_remove_min = -10000.0
#The maximum y coordinate sub-levels can exist at
# Default: 100000.0
# Range: -Infinity ~ Infinity
sub_level_remove_max = 100000.0
#The fraction of velocity that is retained when a sub-level is loaded in. A value of 0.0 will indicate that no velocity should be carried over, while a value of 1.0 would carry over 100% of velocity on load.
# Default: 0.9
# Range: 0.0 ~ 1.0
sub_level_velocity_retained_on_load = 0.9
#The strength multiplier applied to sub-level punching impulses
# Default: 2.1
# Range: 0.0 ~ Infinity
sub_level_punch_strength_multiplier = 2.1
#The strength multiplier applied to the vertical component of downward sub-level punching impulses (to prevent jumping by punching the ground while standing on something light)
# Default: 0.175
# Range: 0.0 ~ Infinity
sub_level_punch_downward_strength_multiplier = 0.175
#The cooldown in ticks between sub-level punches
# Default: 3
# Range: > 0
sub_level_punch_cooldown_ticks = 3
#If the entire Sable UDP Networking pipeline should be disabled. This can improve compatibility with certain mods like Replay mod and certain networking setups, but will have worse performance and latency for networking sub-levels.
disable_udp_pipeline = false
#If Sable should attempt to authenticate with clients and send them sub-level data over UDP
attempt_udp_networking = true
+18
View File
@@ -0,0 +1,18 @@
#.
#Settings of Simulated Items
[items]
#.
#.
#When to display physics properties in block tooltips
#Allowed Values: ALWAYS, SHIFT, GOGGLES, SHIFT_GOGGLES, NEVER
displayProperties = "GOGGLES"
#.
#The sensitivity of scrolling when holding a sub-level with the Creative Physics Staff
# Default: 0.6000000238418579
# Range: 0.0 ~ 3.4028234663852886E38
physics_staff_scroll_sensitivity = 0.6000000238418579
#.
#The sensitivity of rotation when holding a sub-level with the Creative Physics Staff
# Default: 0.3499999940395355
# Range: 0.0 ~ 3.4028234663852886E38
physics_staff_rotate_sensitivity = 0.3499999940395355
+2
View File
@@ -0,0 +1,2 @@
[effects]
seasonal = true
+24
View File
@@ -0,0 +1,24 @@
[harvester]
uses_knife = true
[slicer]
consume_tool_durability = true
ignore_rotation = false
jei_show_converted_recipes = false
[basin_cooking]
enabled = true
replace_fluid_containers = true
#Allowed Values: NONE, HEATED, SUPERHEATED
heat_condition = "HEATED"
[sprinkler]
# Default: 300
# Range: 10 ~ 2048
fluid_capacity = 300
# Default: 100
# Range: 0 ~ 2048
fluid_per_use = 100
# Default: 5
# Range: 1 ~ 32
horizontal_range = 5
@@ -1,6 +1,31 @@
# Allowed sounds
# Set to 'false' to disable sound physics for that sound
aeronautics\:block.envelope.break=true
aeronautics\:block.envelope.hit=true
aeronautics\:block.envelope.place=true
aeronautics\:block.hot_air_burner.head=true
aeronautics\:block.hot_air_burner.idle=true
aeronautics\:block.levitite.break=true
aeronautics\:block.levitite.place=true
aeronautics\:block.propeller_bearing.large_loop=true
aeronautics\:block.propeller_bearing.small_loop=true
aeronautics\:block.steam_vent.close=true
aeronautics\:block.steam_vent.head=true
aeronautics\:block.steam_vent.idle=true
aeronautics\:block.steam_vent.open=true
aeronautics\:entity.gust=true
aeronautics\:fluid.levitite_blend.crystallize=true
aeronautics\:fluid.levitite_blend.empty=true
aeronautics\:fluid.levitite_blend.fill=true
aeronautics\:item.cloud_skipper_transform=true
aeronautics\:music.adrift=true
aeronautics\:music.cirrus=true
aeronautics\:music.clear=true
aeronautics\:music.glide=true
aeronautics\:music.mammatus=true
aeronautics\:music.rain=true
aeronautics\:music_disc.cloud_skipper=true
alexscaves\:abyssal_chasm_ambience=true
alexscaves\:abyssal_chasm_ambience_additions=true
alexscaves\:abyssal_chasm_ambience_mood=true
@@ -698,6 +723,11 @@ alexsmobs\:warped_mosco_hurt=true
alexsmobs\:warped_mosco_idle=true
alexsmobs\:warped_toad_hurt=true
alexsmobs\:warped_toad_idle=true
another_furniture\:block.chair.tuck=true
another_furniture\:block.chair.untuck=true
another_furniture\:block.curtain.use=true
another_furniture\:block.service_bell.use=true
another_furniture\:item.furniture_hammer.use=true
aquaculture\:bobber_bait=true
aquaculture\:bobber_land_lava=true
aquaculture\:bobber_note_catch=true
@@ -752,6 +782,144 @@ biomesoplenty\:music.nether.visceral_heap=true
biomesoplenty\:music.nether.withered_abyss=true
biomesoplenty\:music.overworld.origin_valley=true
biomesoplenty\:music_disc.wanderer=true
born_in_chaos_v1\:bonk=true
born_in_chaos_v1\:bonk_hit=true
born_in_chaos_v1\:brute_zombie_attack=true
born_in_chaos_v1\:brute_zombie_step=true
born_in_chaos_v1\:chaos_spirit_haunt=true
born_in_chaos_v1\:charm_of_endurance_use=true
born_in_chaos_v1\:charm_of_protection_use=true
born_in_chaos_v1\:charm_of_rage_use=true
born_in_chaos_v1\:charm_of_stealth_use=true
born_in_chaos_v1\:charm_of_strenght_use=true
born_in_chaos_v1\:clown_death=true
born_in_chaos_v1\:clown_hurt=true
born_in_chaos_v1\:clown_step=true
born_in_chaos_v1\:corpse_fly_ambient=true
born_in_chaos_v1\:corpse_fly_ambient2=true
born_in_chaos_v1\:corpse_fly_death=true
born_in_chaos_v1\:corpse_fly_death2=true
born_in_chaos_v1\:corpse_fly_hurt=true
born_in_chaos_v1\:corpse_fly_hurt2=true
born_in_chaos_v1\:crab_death=true
born_in_chaos_v1\:crab_hurt=true
born_in_chaos_v1\:crab_idle=true
born_in_chaos_v1\:crab_step=true
born_in_chaos_v1\:dark_warlblade_atak=true
born_in_chaos_v1\:dfjn=true
born_in_chaos_v1\:door1=true
born_in_chaos_v1\:door2=true
born_in_chaos_v1\:doorblokc=true
born_in_chaos_v1\:doorblokc2=true
born_in_chaos_v1\:doorsdisc=true
born_in_chaos_v1\:fallen_attack=true
born_in_chaos_v1\:fallen_curse_mark=true
born_in_chaos_v1\:fallen_death=true
born_in_chaos_v1\:fallen_hurt=true
born_in_chaos_v1\:fallen_idle=true
born_in_chaos_v1\:fallen_step=true
born_in_chaos_v1\:fish_slap=true
born_in_chaos_v1\:fly_move=true
born_in_chaos_v1\:gadfly_death=true
born_in_chaos_v1\:gadfly_hurt=true
born_in_chaos_v1\:gadfly_idle=true
born_in_chaos_v1\:glutton_fish_ambient=true
born_in_chaos_v1\:glutton_fish_attack=true
born_in_chaos_v1\:glutton_fish_death=true
born_in_chaos_v1\:glutton_fish_hurt=true
born_in_chaos_v1\:hah=true
born_in_chaos_v1\:haha=true
born_in_chaos_v1\:haha_lord=true
born_in_chaos_v1\:halloween=true
born_in_chaos_v1\:hound_ambient=true
born_in_chaos_v1\:hound_attack=true
born_in_chaos_v1\:hound_death=true
born_in_chaos_v1\:hound_hit=true
born_in_chaos_v1\:houndtrap=true
born_in_chaos_v1\:krampus_alert=true
born_in_chaos_v1\:krampus_alert_close=true
born_in_chaos_v1\:krampus_alert_far=true
born_in_chaos_v1\:krampus_blow=true
born_in_chaos_v1\:krampus_death=true
born_in_chaos_v1\:krampus_horn_use=true
born_in_chaos_v1\:krampus_hurt=true
born_in_chaos_v1\:krampus_idle=true
born_in_chaos_v1\:krampus_roar=true
born_in_chaos_v1\:krampus_step=true
born_in_chaos_v1\:lifestealer_death=true
born_in_chaos_v1\:lifestealer_hurt=true
born_in_chaos_v1\:lifestealer_idle=true
born_in_chaos_v1\:lifestealer_scream=true
born_in_chaos_v1\:lifestealer_scream_ap=true
born_in_chaos_v1\:magic_staff_shoot=true
born_in_chaos_v1\:minion_blow=true
born_in_chaos_v1\:minion_death=true
born_in_chaos_v1\:minion_hurt=true
born_in_chaos_v1\:minion_idle=true
born_in_chaos_v1\:missionary_alert=true
born_in_chaos_v1\:missionary_death=true
born_in_chaos_v1\:missionary_hurt=true
born_in_chaos_v1\:missionary_idle=true
born_in_chaos_v1\:missionary_shoot=true
born_in_chaos_v1\:missionary_spawn_mobs=true
born_in_chaos_v1\:missionary_step=true
born_in_chaos_v1\:missionary_stun=true
born_in_chaos_v1\:missionary_teleport=true
born_in_chaos_v1\:mother_spider_hurt=true
born_in_chaos_v1\:mother_spider_idle=true
born_in_chaos_v1\:mother_spider_step=true
born_in_chaos_v1\:nightmare_stalker_roar=true
born_in_chaos_v1\:nsstep=true
born_in_chaos_v1\:obsession=true
born_in_chaos_v1\:persecutor_death=true
born_in_chaos_v1\:persecutor_hurt=true
born_in_chaos_v1\:persecutor_idle=true
born_in_chaos_v1\:persecutor_scream=true
born_in_chaos_v1\:pumpkin_hit=true
born_in_chaos_v1\:pumpkin_spirit_death=true
born_in_chaos_v1\:pumpkin_spirit_hurt=true
born_in_chaos_v1\:pumpkin_staff_shoot=true
born_in_chaos_v1\:pumpkinhead_bomb_curse=true
born_in_chaos_v1\:pumpkinhead_gun_fire=true
born_in_chaos_v1\:pumpkinhead_reload=true
born_in_chaos_v1\:restless_spirit_death=true
born_in_chaos_v1\:restless_spirit_hurt=true
born_in_chaos_v1\:restless_spirit_idle=true
born_in_chaos_v1\:seared_spirit_death=true
born_in_chaos_v1\:serpumpkinheadm=true
born_in_chaos_v1\:skeleton_trasher_attack=true
born_in_chaos_v1\:skeleton_trasher_block1=true
born_in_chaos_v1\:skeleton_trasher_block2=true
born_in_chaos_v1\:skeleton_trasher_block3=true
born_in_chaos_v1\:skeleton_trasher_step=true
born_in_chaos_v1\:spider_mother_death=true
born_in_chaos_v1\:spider_splash=true
born_in_chaos_v1\:spirit_idle=true
born_in_chaos_v1\:stalker_dead=true
born_in_chaos_v1\:stalker_death=true
born_in_chaos_v1\:stalker_death2=true
born_in_chaos_v1\:stalker_hit=true
born_in_chaos_v1\:stalker_hurt=true
born_in_chaos_v1\:stalker_roar=true
born_in_chaos_v1\:stalker_roar_distant=true
born_in_chaos_v1\:stalker_step=true
born_in_chaos_v1\:step5=true
born_in_chaos_v1\:step_st=true
born_in_chaos_v1\:stomach_open=true
born_in_chaos_v1\:swarmer_death=true
born_in_chaos_v1\:swarmer_hurt=true
born_in_chaos_v1\:swarmer_idle=true
born_in_chaos_v1\:vortex_death1=true
born_in_chaos_v1\:vortex_hurt1=true
born_in_chaos_v1\:vortex_hurt11=true
born_in_chaos_v1\:vortex_hurt2=true
born_in_chaos_v1\:vortex_hurt21=true
born_in_chaos_v1\:vortex_idle1=true
born_in_chaos_v1\:vortex_idle2=true
born_in_chaos_v1\:zombie_brute_death=true
born_in_chaos_v1\:zombie_brute_hurt=true
born_in_chaos_v1\:zombie_brute_idle=true
born_in_chaos_v1\:zombie_clown_attack=true
cataclysm\:abyss_blast=true
cataclysm\:abyss_blast_only_charge=true
cataclysm\:abyss_blast_only_shoot=true
@@ -1011,6 +1179,38 @@ create\:worldshaper_place=true
create\:wrench_remove=true
create\:wrench_remove_compounded_1=true
create\:wrench_rotate=true
create_confectionery\:the_bright_side=true
create_connected\:elevator_music=true
create_connected\:interlude_music=true
create_sa\:cogs_sound=true
create_sa\:steam_noise=true
createaddition\:electric_charge=true
createaddition\:electric_motor_buzz=true
createaddition\:little_zap=true
createaddition\:loud_zap=true
createaddition\:tesla_coil=true
createbigcannons\:autocannon_round_flyby=true
createbigcannons\:fire_autocannon=true
createbigcannons\:fire_big_cannon=true
createbigcannons\:fire_drop_mortar=true
createbigcannons\:fire_machine_gun=true
createbigcannons\:flak_round_explosion=true
createbigcannons\:fluid_shell_explosion=true
createbigcannons\:hot_projectile_splash=true
createbigcannons\:lava_fluid_release=true
createbigcannons\:machine_gun_round_flyby=true
createbigcannons\:mortar_stone_explode=true
createbigcannons\:place_autocannon_ammo_container=true
createbigcannons\:potion_fluid_release=true
createbigcannons\:projectile_impact=true
createbigcannons\:projectile_splash=true
createbigcannons\:shell_explosion=true
createbigcannons\:shell_flying=true
createbigcannons\:shrapnel_shell_explosion=true
createbigcannons\:smoke_shell_detonate=true
createbigcannons\:water_fluid_release=true
createbigcannons\:wood_splinters=true
createdieselgenerators\:engine_normal=true
dtnatures_spirit\:falling_fruit.bonk=true
dynamictrees\:falling_tree_big_end=true
dynamictrees\:falling_tree_big_start=true
@@ -1043,6 +1243,11 @@ farmersdelight\:entity.rotten_tomato.hit=true
farmersdelight\:entity.rotten_tomato.throw=true
farmersdelight\:item.skillet.attack.strong=true
farmersdelight\:item.skillet.attack.weak=true
guardvillagers\:entity.guard.ambient=true
guardvillagers\:entity.guard.death=true
guardvillagers\:entity.guard.hurt=true
guardvillagers\:entity.guard.no=true
guardvillagers\:entity.guard.yes=true
idas\:calidum=true
idas\:slither=true
integrated_stronghold\:forlorn=true
@@ -1169,6 +1374,8 @@ minecraft\:block.bubble_column.upwards_ambient=true
minecraft\:block.bubble_column.upwards_inside=true
minecraft\:block.bubble_column.whirlpool_ambient=true
minecraft\:block.bubble_column.whirlpool_inside=true
minecraft\:block.cactus_flower.break=true
minecraft\:block.cactus_flower.place=true
minecraft\:block.cake.add_candle=true
minecraft\:block.calcite.break=true
minecraft\:block.calcite.fall=true
@@ -1281,7 +1488,16 @@ minecraft\:block.coral_block.place=true
minecraft\:block.coral_block.step=true
minecraft\:block.crafter.craft=true
minecraft\:block.crafter.fail=true
minecraft\:block.creaking_heart.break=true
minecraft\:block.creaking_heart.fall=true
minecraft\:block.creaking_heart.hit=true
minecraft\:block.creaking_heart.hurt=true
minecraft\:block.creaking_heart.idle=true
minecraft\:block.creaking_heart.place=true
minecraft\:block.creaking_heart.spawn=true
minecraft\:block.creaking_heart.step=true
minecraft\:block.crop.break=true
minecraft\:block.deadbush.idle=true
minecraft\:block.decorated_pot.break=true
minecraft\:block.decorated_pot.fall=true
minecraft\:block.decorated_pot.hit=true
@@ -1308,21 +1524,36 @@ minecraft\:block.deepslate_tiles.step=true
minecraft\:block.dispenser.dispense=true
minecraft\:block.dispenser.fail=true
minecraft\:block.dispenser.launch=true
minecraft\:block.dried_ghast.ambient=true
minecraft\:block.dried_ghast.ambient_water=true
minecraft\:block.dried_ghast.break=true
minecraft\:block.dried_ghast.fall=true
minecraft\:block.dried_ghast.place=true
minecraft\:block.dried_ghast.place_in_water=true
minecraft\:block.dried_ghast.step=true
minecraft\:block.dried_ghast.transition=true
minecraft\:block.dripstone_block.break=true
minecraft\:block.dripstone_block.fall=true
minecraft\:block.dripstone_block.hit=true
minecraft\:block.dripstone_block.place=true
minecraft\:block.dripstone_block.step=true
minecraft\:block.dry_grass.ambient=true
minecraft\:block.enchantment_table.use=true
minecraft\:block.end_gateway.spawn=true
minecraft\:block.end_portal.spawn=true
minecraft\:block.end_portal_frame.fill=true
minecraft\:block.ender_chest.close=true
minecraft\:block.ender_chest.open=true
minecraft\:block.eyeblossom.close=true
minecraft\:block.eyeblossom.close_long=true
minecraft\:block.eyeblossom.idle=true
minecraft\:block.eyeblossom.open=true
minecraft\:block.eyeblossom.open_long=true
minecraft\:block.fence_gate.close=true
minecraft\:block.fence_gate.open=true
minecraft\:block.fire.ambient=true
minecraft\:block.fire.extinguish=true
minecraft\:block.firefly_bush.idle=true
minecraft\:block.flowering_azalea.break=true
minecraft\:block.flowering_azalea.fall=true
minecraft\:block.flowering_azalea.hit=true
@@ -1408,6 +1639,11 @@ minecraft\:block.large_amethyst_bud.place=true
minecraft\:block.lava.ambient=true
minecraft\:block.lava.extinguish=true
minecraft\:block.lava.pop=true
minecraft\:block.leaf_litter.break=true
minecraft\:block.leaf_litter.fall=true
minecraft\:block.leaf_litter.hit=true
minecraft\:block.leaf_litter.place=true
minecraft\:block.leaf_litter.step=true
minecraft\:block.lever.click=true
minecraft\:block.lily_pad.place=true
minecraft\:block.lodestone.break=true
@@ -1537,6 +1773,7 @@ minecraft\:block.packed_mud.fall=true
minecraft\:block.packed_mud.hit=true
minecraft\:block.packed_mud.place=true
minecraft\:block.packed_mud.step=true
minecraft\:block.pale_hanging_moss.idle=true
minecraft\:block.pink_petals.break=true
minecraft\:block.pink_petals.fall=true
minecraft\:block.pink_petals.hit=true
@@ -1574,6 +1811,15 @@ minecraft\:block.powder_snow.place=true
minecraft\:block.powder_snow.step=true
minecraft\:block.pumpkin.carve=true
minecraft\:block.redstone_torch.burnout=true
minecraft\:block.resin.break=true
minecraft\:block.resin.fall=true
minecraft\:block.resin.place=true
minecraft\:block.resin.step=true
minecraft\:block.resin_bricks.break=true
minecraft\:block.resin_bricks.fall=true
minecraft\:block.resin_bricks.hit=true
minecraft\:block.resin_bricks.place=true
minecraft\:block.resin_bricks.step=true
minecraft\:block.respawn_anchor.ambient=true
minecraft\:block.respawn_anchor.charge=true
minecraft\:block.respawn_anchor.deplete=true
@@ -1591,6 +1837,7 @@ minecraft\:block.roots.step=true
minecraft\:block.sand.break=true
minecraft\:block.sand.fall=true
minecraft\:block.sand.hit=true
minecraft\:block.sand.idle=true
minecraft\:block.sand.place=true
minecraft\:block.sand.step=true
minecraft\:block.scaffolding.break=true
@@ -1901,6 +2148,17 @@ minecraft\:entity.cow.death=true
minecraft\:entity.cow.hurt=true
minecraft\:entity.cow.milk=true
minecraft\:entity.cow.step=true
minecraft\:entity.creaking.activate=true
minecraft\:entity.creaking.ambient=true
minecraft\:entity.creaking.attack=true
minecraft\:entity.creaking.deactivate=true
minecraft\:entity.creaking.death=true
minecraft\:entity.creaking.freeze=true
minecraft\:entity.creaking.spawn=true
minecraft\:entity.creaking.step=true
minecraft\:entity.creaking.sway=true
minecraft\:entity.creaking.twitch=true
minecraft\:entity.creaking.unfreeze=true
minecraft\:entity.creeper.death=true
minecraft\:entity.creeper.hurt=true
minecraft\:entity.creeper.primed=true
@@ -2018,6 +2276,10 @@ minecraft\:entity.ghast.hurt=true
minecraft\:entity.ghast.scream=true
minecraft\:entity.ghast.shoot=true
minecraft\:entity.ghast.warn=true
minecraft\:entity.ghastling.ambient=true
minecraft\:entity.ghastling.death=true
minecraft\:entity.ghastling.hurt=true
minecraft\:entity.ghastling.spawn=true
minecraft\:entity.glow_item_frame.add_item=true
minecraft\:entity.glow_item_frame.break=true
minecraft\:entity.glow_item_frame.place=true
@@ -2054,6 +2316,14 @@ minecraft\:entity.guardian.death_land=true
minecraft\:entity.guardian.flop=true
minecraft\:entity.guardian.hurt=true
minecraft\:entity.guardian.hurt_land=true
minecraft\:entity.happy_ghast.ambient=true
minecraft\:entity.happy_ghast.death=true
minecraft\:entity.happy_ghast.equip=true
minecraft\:entity.happy_ghast.harness_goggles_down=true
minecraft\:entity.happy_ghast.harness_goggles_up=true
minecraft\:entity.happy_ghast.hurt=true
minecraft\:entity.happy_ghast.riding=true
minecraft\:entity.happy_ghast.unequip=true
minecraft\:entity.hoglin.ambient=true
minecraft\:entity.hoglin.angry=true
minecraft\:entity.hoglin.attack=true
@@ -2166,6 +2436,7 @@ minecraft\:entity.parrot.hurt=true
minecraft\:entity.parrot.imitate.blaze=true
minecraft\:entity.parrot.imitate.bogged=true
minecraft\:entity.parrot.imitate.breeze=true
minecraft\:entity.parrot.imitate.creaking=true
minecraft\:entity.parrot.imitate.creeper=true
minecraft\:entity.parrot.imitate.drowned=true
minecraft\:entity.parrot.imitate.elder_guardian=true
@@ -2470,6 +2741,42 @@ minecraft\:entity.wolf.pant=true
minecraft\:entity.wolf.shake=true
minecraft\:entity.wolf.step=true
minecraft\:entity.wolf.whine=true
minecraft\:entity.wolf_angry.ambient=true
minecraft\:entity.wolf_angry.death=true
minecraft\:entity.wolf_angry.growl=true
minecraft\:entity.wolf_angry.hurt=true
minecraft\:entity.wolf_angry.pant=true
minecraft\:entity.wolf_angry.whine=true
minecraft\:entity.wolf_big.ambient=true
minecraft\:entity.wolf_big.death=true
minecraft\:entity.wolf_big.growl=true
minecraft\:entity.wolf_big.hurt=true
minecraft\:entity.wolf_big.pant=true
minecraft\:entity.wolf_big.whine=true
minecraft\:entity.wolf_cute.ambient=true
minecraft\:entity.wolf_cute.death=true
minecraft\:entity.wolf_cute.growl=true
minecraft\:entity.wolf_cute.hurt=true
minecraft\:entity.wolf_cute.pant=true
minecraft\:entity.wolf_cute.whine=true
minecraft\:entity.wolf_grumpy.ambient=true
minecraft\:entity.wolf_grumpy.death=true
minecraft\:entity.wolf_grumpy.growl=true
minecraft\:entity.wolf_grumpy.hurt=true
minecraft\:entity.wolf_grumpy.pant=true
minecraft\:entity.wolf_grumpy.whine=true
minecraft\:entity.wolf_puglin.ambient=true
minecraft\:entity.wolf_puglin.death=true
minecraft\:entity.wolf_puglin.growl=true
minecraft\:entity.wolf_puglin.hurt=true
minecraft\:entity.wolf_puglin.pant=true
minecraft\:entity.wolf_puglin.whine=true
minecraft\:entity.wolf_sad.ambient=true
minecraft\:entity.wolf_sad.death=true
minecraft\:entity.wolf_sad.growl=true
minecraft\:entity.wolf_sad.hurt=true
minecraft\:entity.wolf_sad.pant=true
minecraft\:entity.wolf_sad.whine=true
minecraft\:entity.zoglin.ambient=true
minecraft\:entity.zoglin.angry=true
minecraft\:entity.zoglin.attack=true
@@ -2545,6 +2852,7 @@ minecraft\:item.bucket.fill_powder_snow=true
minecraft\:item.bucket.fill_tadpole=true
minecraft\:item.bundle.drop_contents=true
minecraft\:item.bundle.insert=true
minecraft\:item.bundle.insert_fail=true
minecraft\:item.bundle.remove_one=true
minecraft\:item.chorus_fruit.teleport=true
minecraft\:item.crop.plant=true
@@ -2638,6 +2946,7 @@ minecraft\:music_disc.chirp=true
minecraft\:music_disc.creator=true
minecraft\:music_disc.creator_music_box=true
minecraft\:music_disc.far=true
minecraft\:music_disc.lava_chicken=true
minecraft\:music_disc.mall=true
minecraft\:music_disc.mellohi=true
minecraft\:music_disc.otherside=true
@@ -2646,6 +2955,7 @@ minecraft\:music_disc.precipice=true
minecraft\:music_disc.relic=true
minecraft\:music_disc.stal=true
minecraft\:music_disc.strad=true
minecraft\:music_disc.tears=true
minecraft\:music_disc.wait=true
minecraft\:music_disc.ward=true
minecraft\:particle.soul_escape=true
@@ -2660,6 +2970,249 @@ minecraft\:ui.toast.in=true
minecraft\:ui.toast.out=true
minecraft\:weather.rain=false
minecraft\:weather.rain.above=false
mowziesmobs\:block.gong=true
mowziesmobs\:block.rakesand=true
mowziesmobs\:bluff.attack=true
mowziesmobs\:bluff.death=true
mowziesmobs\:bluff.hurt=true
mowziesmobs\:bluff.idle=true
mowziesmobs\:bluff.spike_emerge=true
mowziesmobs\:bluff.spike_explode=true
mowziesmobs\:elokosa.day.death=true
mowziesmobs\:elokosa.day.hurt1=true
mowziesmobs\:elokosa.day.hurt2=true
mowziesmobs\:elokosa.day.idle1=true
mowziesmobs\:elokosa.day.idle2=true
mowziesmobs\:elokosa.day.idle3=true
mowziesmobs\:elokosa.day.idle4=true
mowziesmobs\:elokosa.day.idle5=true
mowziesmobs\:elokosa.day.transform=true
mowziesmobs\:elokosa.night.attack1=true
mowziesmobs\:elokosa.night.attack2=true
mowziesmobs\:elokosa.night.attack_big=true
mowziesmobs\:elokosa.night.death=true
mowziesmobs\:elokosa.night.hurt2=true
mowziesmobs\:elokosa.night.hurt3=true
mowziesmobs\:elokosa.night.idle1=true
mowziesmobs\:elokosa.night.idle2=true
mowziesmobs\:elokosa.night.idle3=true
mowziesmobs\:elokosa.night.idle4=true
mowziesmobs\:elokosa.night.idle5=true
mowziesmobs\:elokosa.night.scream.long=true
mowziesmobs\:elokosa.night.scream.short1=true
mowziesmobs\:elokosa.night.scream.short2=true
mowziesmobs\:elokosa.night.transform=true
mowziesmobs\:elokosa.paw=true
mowziesmobs\:foliaath.baby.eat=true
mowziesmobs\:foliaath.bite1=true
mowziesmobs\:foliaath.die=true
mowziesmobs\:foliaath.emerge=true
mowziesmobs\:foliaath.grunt=true
mowziesmobs\:foliaath.hurt=true
mowziesmobs\:foliaath.pant1=true
mowziesmobs\:foliaath.pant2=true
mowziesmobs\:foliaath.retreat=true
mowziesmobs\:foliaath.rustle=true
mowziesmobs\:frostmaw.attack1=true
mowziesmobs\:frostmaw.attack2=true
mowziesmobs\:frostmaw.attack3=true
mowziesmobs\:frostmaw.attack4=true
mowziesmobs\:frostmaw.breath1=true
mowziesmobs\:frostmaw.breath2=true
mowziesmobs\:frostmaw.die=true
mowziesmobs\:frostmaw.frozencrash=true
mowziesmobs\:frostmaw.iceballcharge=true
mowziesmobs\:frostmaw.iceballshoot=true
mowziesmobs\:frostmaw.icebreath=true
mowziesmobs\:frostmaw.icebreathstart=true
mowziesmobs\:frostmaw.land=true
mowziesmobs\:frostmaw.living1=true
mowziesmobs\:frostmaw.living2=true
mowziesmobs\:frostmaw.roar=true
mowziesmobs\:frostmaw.step=true
mowziesmobs\:frostmaw.wakeup=true
mowziesmobs\:frostmaw.whoosh=true
mowziesmobs\:geomancy.bouldercharge=true
mowziesmobs\:geomancy.breaklarge=true
mowziesmobs\:geomancy.breaklarge2=true
mowziesmobs\:geomancy.breakmedium=true
mowziesmobs\:geomancy.breakmedium2=true
mowziesmobs\:geomancy.breakmedium3=true
mowziesmobs\:geomancy.hit=true
mowziesmobs\:geomancy.hitbig=true
mowziesmobs\:geomancy.hitmedium=true
mowziesmobs\:geomancy.hitmedium2=true
mowziesmobs\:geomancy.hitsmall=true
mowziesmobs\:geomancy.magicchargesmall=true
mowziesmobs\:geomancy.rockbreak=true
mowziesmobs\:geomancy.rockcrash1=true
mowziesmobs\:geomancy.rockcrumble=true
mowziesmobs\:geomancy.rumble1=true
mowziesmobs\:geomancy.rumble2=true
mowziesmobs\:geomancy.rumble3=true
mowziesmobs\:geomancy.rumble_loop=true
mowziesmobs\:geomancy.smallcrash=true
mowziesmobs\:geomancy.smallrockhit=true
mowziesmobs\:grottol.burrow=true
mowziesmobs\:grottol.die=true
mowziesmobs\:grottol.step=true
mowziesmobs\:grottol.undamaged=true
mowziesmobs\:lantern.pop=true
mowziesmobs\:lantern.puff=true
mowziesmobs\:laser=true
mowziesmobs\:misc.groundhit1=true
mowziesmobs\:misc.groundhit2=true
mowziesmobs\:misc.metal_impact=true
mowziesmobs\:music.black_pink=true
mowziesmobs\:music.ferrous_wroughtnaut_theme=true
mowziesmobs\:music.frostmaw_theme=true
mowziesmobs\:music.petiole=true
mowziesmobs\:music.sculptor_theme_combat=true
mowziesmobs\:music.sculptor_theme_ending=true
mowziesmobs\:music.sculptor_theme_intro=true
mowziesmobs\:music.sculptor_theme_level1_1=true
mowziesmobs\:music.sculptor_theme_level1_2=true
mowziesmobs\:music.sculptor_theme_level2_1=true
mowziesmobs\:music.sculptor_theme_level2_2=true
mowziesmobs\:music.sculptor_theme_level3_1=true
mowziesmobs\:music.sculptor_theme_level3_2=true
mowziesmobs\:music.sculptor_theme_outro=true
mowziesmobs\:music.sculptor_theme_transition=true
mowziesmobs\:music.umvuthi_theme=true
mowziesmobs\:naga.acidcharge=true
mowziesmobs\:naga.acidhit=true
mowziesmobs\:naga.acidspit=true
mowziesmobs\:naga.acidspithiss=true
mowziesmobs\:naga.flap1=true
mowziesmobs\:naga.growl1=true
mowziesmobs\:naga.growl2=true
mowziesmobs\:naga.growl3=true
mowziesmobs\:naga.grunt1=true
mowziesmobs\:naga.grunt2=true
mowziesmobs\:naga.grunt3=true
mowziesmobs\:naga.roar1=true
mowziesmobs\:naga.roar2=true
mowziesmobs\:naga.roar3=true
mowziesmobs\:naga.roar4=true
mowziesmobs\:naga.swoop=true
mowziesmobs\:sculptor.ah=true
mowziesmobs\:sculptor.attack=true
mowziesmobs\:sculptor.clap=true
mowziesmobs\:sculptor.congrats=true
mowziesmobs\:sculptor.death=true
mowziesmobs\:sculptor.disappear=true
mowziesmobs\:sculptor.disappear_effects=true
mowziesmobs\:sculptor.disappoint=true
mowziesmobs\:sculptor.greeting=true
mowziesmobs\:sculptor.hm=true
mowziesmobs\:sculptor.hurt=true
mowziesmobs\:sculptor.laugh=true
mowziesmobs\:sculptor.make_gauntlet=true
mowziesmobs\:sculptor.make_gauntlet_effects=true
mowziesmobs\:sculptor.make_gauntlet_piece=true
mowziesmobs\:sculptor.platform_crumble=true
mowziesmobs\:sculptor.test_start=true
mowziesmobs\:sunstrike=true
mowziesmobs\:supernova.blackhole=true
mowziesmobs\:supernova.end=true
mowziesmobs\:supernova.start=true
mowziesmobs\:umvuthana.alert=true
mowziesmobs\:umvuthana.attack1=true
mowziesmobs\:umvuthana.attack2=true
mowziesmobs\:umvuthana.attack3=true
mowziesmobs\:umvuthana.attack_big=true
mowziesmobs\:umvuthana.blowdart=true
mowziesmobs\:umvuthana.die=true
mowziesmobs\:umvuthana.emerge=true
mowziesmobs\:umvuthana.healloop=true
mowziesmobs\:umvuthana.healstart1=true
mowziesmobs\:umvuthana.healstart2=true
mowziesmobs\:umvuthana.healstart3=true
mowziesmobs\:umvuthana.hurt=true
mowziesmobs\:umvuthana.idle1=true
mowziesmobs\:umvuthana.idle2=true
mowziesmobs\:umvuthana.idle3=true
mowziesmobs\:umvuthana.idle4=true
mowziesmobs\:umvuthana.idle5=true
mowziesmobs\:umvuthana.idle6=true
mowziesmobs\:umvuthana.idle7=true
mowziesmobs\:umvuthana.idle8=true
mowziesmobs\:umvuthana.inhale=true
mowziesmobs\:umvuthana.rattle=true
mowziesmobs\:umvuthana.retract=true
mowziesmobs\:umvuthana.roar=true
mowziesmobs\:umvuthana.teleport1=true
mowziesmobs\:umvuthana.teleport2=true
mowziesmobs\:umvuthana.teleport3=true
mowziesmobs\:umvuthi.attack=true
mowziesmobs\:umvuthi.belly=true
mowziesmobs\:umvuthi.bless=true
mowziesmobs\:umvuthi.burst=true
mowziesmobs\:umvuthi.die=true
mowziesmobs\:umvuthi.hurt=true
mowziesmobs\:umvuthi.idle=true
mowziesmobs\:umvuthi.roar=true
mowziesmobs\:wroughtnaut.ambient=true
mowziesmobs\:wroughtnaut.axe_hit=true
mowziesmobs\:wroughtnaut.axe_land=true
mowziesmobs\:wroughtnaut.creak=true
mowziesmobs\:wroughtnaut.grunt1=true
mowziesmobs\:wroughtnaut.grunt2=true
mowziesmobs\:wroughtnaut.grunt3=true
mowziesmobs\:wroughtnaut.hurt1=true
mowziesmobs\:wroughtnaut.pre_swing1=true
mowziesmobs\:wroughtnaut.pre_swing2=true
mowziesmobs\:wroughtnaut.pre_swing3=true
mowziesmobs\:wroughtnaut.pull1=true
mowziesmobs\:wroughtnaut.pull2=true
mowziesmobs\:wroughtnaut.pull5=true
mowziesmobs\:wroughtnaut.release2=true
mowziesmobs\:wroughtnaut.scream=true
mowziesmobs\:wroughtnaut.shout1=true
mowziesmobs\:wroughtnaut.shout2=true
mowziesmobs\:wroughtnaut.shout3=true
mowziesmobs\:wroughtnaut.step=true
mowziesmobs\:wroughtnaut.swing1=true
mowziesmobs\:wroughtnaut.swing2=true
mowziesmobs\:wroughtnaut.swing3=true
mowziesmobs\:wroughtnaut.undamaged=true
mowziesmobs\:wroughtnaut.whoosh=true
mutantmonsters\:entity.creeper_minion.ambient=true
mutantmonsters\:entity.creeper_minion.death=true
mutantmonsters\:entity.creeper_minion.hurt=true
mutantmonsters\:entity.creeper_minion.primed=true
mutantmonsters\:entity.creeper_minion_egg.hatch=true
mutantmonsters\:entity.endersoul_clone.death=true
mutantmonsters\:entity.endersoul_clone.teleport=true
mutantmonsters\:entity.endersoul_fragment.explode=true
mutantmonsters\:entity.mutant_creeper.ambient=true
mutantmonsters\:entity.mutant_creeper.charge=true
mutantmonsters\:entity.mutant_creeper.death=true
mutantmonsters\:entity.mutant_creeper.hurt=true
mutantmonsters\:entity.mutant_creeper.primed=true
mutantmonsters\:entity.mutant_enderman.ambient=true
mutantmonsters\:entity.mutant_enderman.death=true
mutantmonsters\:entity.mutant_enderman.hurt=true
mutantmonsters\:entity.mutant_enderman.morph=true
mutantmonsters\:entity.mutant_enderman.scream=true
mutantmonsters\:entity.mutant_enderman.stare=true
mutantmonsters\:entity.mutant_enderman.teleport=true
mutantmonsters\:entity.mutant_skeleton.ambient=true
mutantmonsters\:entity.mutant_skeleton.death=true
mutantmonsters\:entity.mutant_skeleton.hurt=true
mutantmonsters\:entity.mutant_skeleton.step=true
mutantmonsters\:entity.mutant_snow_golem.death=true
mutantmonsters\:entity.mutant_snow_golem.hurt=true
mutantmonsters\:entity.mutant_zombie.ambient=true
mutantmonsters\:entity.mutant_zombie.attack=true
mutantmonsters\:entity.mutant_zombie.death=true
mutantmonsters\:entity.mutant_zombie.grunt=true
mutantmonsters\:entity.mutant_zombie.hurt=true
mutantmonsters\:entity.mutant_zombie.roar=true
mutantmonsters\:entity.spider_pig.ambient=true
mutantmonsters\:entity.spider_pig.death=true
mutantmonsters\:entity.spider_pig.hurt=true
mysterious_mountain_lib\:presented_by_zaia=true
natures_spirit\:music.overworld.alpine=true
natures_spirit\:music.overworld.arid=true
natures_spirit\:music.overworld.aspen=true
@@ -2926,6 +3479,35 @@ simplyswords\:swing_woosh=true
simplyswords\:throw_mjolnir=true
simplyswords\:throw_mjolnir_long=true
simplyswords\:throw_mjolnir_short=true
simulated\:block.absorber.eats=true
simulated\:block.auger_shaft.encase=true
simulated\:block.docking_connector.dock=true
simulated\:block.docking_connector.extend=true
simulated\:block.docking_connector.retract=true
simulated\:block.linked_typewriter.ding=true
simulated\:block.linked_typewriter.tap=true
simulated\:block.linked_typewriter.untap=true
simulated\:block.physics_assembler.assemble=true
simulated\:block.physics_assembler.disassemble=true
simulated\:block.physics_assembler.fail=true
simulated\:block.physics_assembler.shift=true
simulated\:block.physics_assembler.tick=true
simulated\:block.plunger.place=true
simulated\:block.portable_engine.activate=true
simulated\:block.portable_engine.ambient=true
simulated\:block.portable_engine.puff=true
simulated\:block.rope_winch.stretch=true
simulated\:gui.contraption_diagram.check=true
simulated\:gui.contraption_diagram.erase=true
simulated\:gui.contraption_diagram.tap=true
simulated\:item.honey_glue.use=true
simulated\:item.physics_staff.extinguish=true
simulated\:item.physics_staff.idle=true
simulated\:item.physics_staff.ignite=true
simulated\:item.physics_staff.lock=true
simulated\:item.physics_staff.unlock=true
simulated\:item.plunger_launcher.fwoomp=true
simulated\:item.plunger_launcher.release=true
supplementaries\:block.awning.bounce=true
supplementaries\:block.bellows.blow=true
supplementaries\:block.bellows.retract=true
+10
View File
@@ -0,0 +1,10 @@
["Spring to Life"]
#allow falling leaves particles to generate
falling_leaves = true
#how often should falling leaves particles generate
#Range: 0.0 ~ 1.0
falling_leaves_frequency = 0.01
#use the legacy spawn egg textures
use_legacy_spawn_eggs = false
#toggle the colored sheep wool undercoat
use_sheep_wool_undercoat = true
+61
View File
@@ -0,0 +1,61 @@
["Bundles of Bravery"]
#toggle the updated controls and UI for bundles
has_updated_bundles = true
#allow bundles to appear on chests at villages
bundle_loot = true
["The Garden Awakens"]
#allow resin to be obtainable from creaking hearts
resin = true
#allow resin to appear on chests at woodland mansions
resin_loot = true
#allow creakings to spawn from creaking hearts
creaking = true
#allow the pale garden to generate in the overworld
pale_garden = true
#allow features from 'The Garden Awakens' to be obtainable through wandering traders
pale_trades = true
#creaking heart trail particle color (gray by default)
creaking_particle_color = 6250335
#creaking heart trail particle reverse color (orange by default)
creaking_particle_reverse_color = 16545810
["Spring to Life"]
#allow bushes to generate in the overworld
bushes = true
#allow firefly bushes to generate in the overworld
firefly_bushes = true
#allow wildflowers to generate in the overworld
wildflowers = true
#allow dry grass to generate in the overworld
dry_grass = true
#allow fallen trees to generate in the overworld
fallen_trees = true
#allow leaf litter to generate in the overworld
leaf_litter = true
#allow cactus flowers to generate
cactus_flowers = true
#allow variants for pigs, cows and chickens to generate
farm_animal_variants = true
#allow wolfs to have variants for their sounds
wolf_sound_variants = true
#allow features from 'Spring to Life' to be obtainable through wandering traders
spring_trades = true
#allow camels to spawn outside of villages
camel_spawns = true
#allow lodestones to appear on chests at ruined portals
lodestone_loot = true
["Chase the Skies"]
#allow dried ghasts to be obtainable through nether fossils and piglin bartering
dried_ghasts = true
#toggle whether leashes drop their connections when boosting with a firework rocket
leash_drop_connections = true
#allows ghasts drop the tears music disc
tears_music_disc = true
#apply a modifier to the speed of happy ghasts when ridden, 1.0 is default speed
happy_ghast_speed_modifier = 1.0
["Hot as Lava"]
#allows chicken jockeys to drop the lava chicken music disc
lava_chicken_music_disc = true
+59
View File
@@ -0,0 +1,59 @@
["Villager Settings"]
#Enable Veggies Delight villager trades
enableVillagerTrades = true
#Enable Veggies Delight Wandering Trader trades
enableWanderingTrades = true
["Structure Settings"]
#Enable Veggies Delight to add new village structures (disables all compat if false)
generateVeggiesDelightStructures = true
["Structure Settings"."Village Settings"]
#Enable generation of Veggies Delight structures in Vanilla villages
generateVanillaVillageStructures = true
["Structure Settings"."Compat Settings"]
#Enable generation of Veggies Delight structures in Atmospheric villages
generateAtmosphericVillageStructures = true
#Enable generation of Veggies Delight structures in Nature's Spirit villages
generateNatureSpiritVillageStructures = true
#Enable generation of Veggies Delight structures in Repurposed Structures villages
generateRepurposedStructuresVillageStructures = true
#Enable generation of Veggies Delight structures in Windswept villages
generateWindsweptVillageStructures = true
#Enable generation of Veggies Delight structures in Explorify's Dark Forest Settlement
generateExplorifyStructures = true
["Structure Settings"."Worldgen Settings"]
#Chance of Bell Peppers generating in the world. (0 to disable, higher = rarer)
# Default: 100
# Range: 0 ~ 512
chanceBellPeppers = 100
#Chance of Broccoli generating in the world. (0 to disable, higher = rarer)
# Default: 120
# Range: 0 ~ 512
chanceBroccoli = 120
#Chance of Cauliflowers generating in the world. (0 to disable, higher = rarer)
# Default: 120
# Range: 0 ~ 512
chanceCauliflowers = 120
#Chance of Garlic generating in the world. (0 to disable, higher = rarer)
# Default: 120
# Range: 0 ~ 512
chanceGarlic = 120
#Chance of Sweet Potatoes generating in the world. (0 to disable, higher = rarer)
# Default: 120
# Range: 0 ~ 512
chanceSweetPotatoes = 120
#Chance of Turnips generating in the world. (0 to disable, higher = rarer)
# Default: 20
# Range: 0 ~ 512
chanceTurnips = 20
#Chance of Zucchinis generating in the world. (0 to disable, higher = rarer)
# Default: 100
# Range: 0 ~ 512
chanceZucchinis = 100
#Chance of Mature Dandelions generating in the world. (0 to disable, higher = rarer)
# Default: 130
# Range: 0 ~ 512
chanceMatureDandelion = 130
+20
View File
@@ -0,0 +1,20 @@
{
// Use the custom name list, editable in ./config/villagernames/customnames.txt, seperated by a comma. If custom names are found, the default name list is ignored.
"useCustomNames": true,
// Use the list of pre-defined female names when naming villagers.
"useDefaultFemaleNames": true,
// Use the list of pre-defined male names when naming villagers.
"useDefaultMaleNames": true,
// Disabled by default. Whether both custom and default names should be used to name villagers. Custom names will probably not be chosen often due to the amount of default names.
"useBothCustomAndDefaultNames": false,
// If enabled, also gives modded villagers a name. If you've found a 'villager'-entity that isn't named let me know by opening an issue so I can add it in.
"nameModdedVillagers": true,
// Whether the profession should be added to the villager's trade screen next to their name.
"showProfessionOnTradeScreen": true,
// If enabled, switches the name and profession on the villager trading screen. Result: <profession> - <name>.
"switchNameAndProfessionTradeScreen": false,
// Whether the merchant level (novice, apprentice etc.) should be hidden on the trade screen.
"hideMerchantLevelTradeScreen": false,
// If enabled, the mod capitalizes each word in the custom name list.
"shouldCapitalizeNames": true
}
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More