-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
2,193 additions
and
952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#Dynamic light toggle | ||
dynamic_light_toggle = false | ||
#Light level an entity should emit when dynamic lights are on | ||
#Example entry: minecraft:blaze=15 | ||
entity_lights = ["minecraft:blaze=10", "minecraft:magma_cube=8", "minecraft:spectral_arrow=8"] | ||
#Light level an item should emit when held when dynamic lights are on | ||
#Example entry: minecraft:stick=15 | ||
item_lights = ["hexerei:moon_dust=8", "minecraft:redstone_torch=10", "minecraft:soul_lantern=12", "minecraft:glow_ink_sac=10", "minecraft:verdant_froglight=15", "minecraft:blaze_rod=10", "minecraft:shroomlight=10", "minecraft:lantern=14", "minecraft:soul_torch=10", "minecraft:glow_berries=8", "minecraft:glowstone_dust=8", "minecraft:pearlescent_froglight=15", "minecraft:nether_star=14", "minecraft:glowstone=15", "minecraft:torch=14", "minecraft:ochre_froglight=15", "minecraft:lava_bucket=15"] | ||
|
||
["List of Extra Fonts"] | ||
#list of fonts that can be used, mainly for the book of shadows | ||
font_list = ["minecraft:default", "hexerei:fancy", "hexerei:bloody", "hexerei:earth", "hexerei:seattle", "hexerei:medieval", "hexerei:augusta"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
["Herb Jar Settings"] | ||
#Disabling allows jars to hold any item | ||
jars_only_hold_herbs = true | ||
|
||
["Sage Burning Plate Settings"] | ||
#Range of the Sage Burning Plate, setting to 0 will disable completely | ||
spawn_disable_range = 48 | ||
|
||
["Crow Pickpocket Cooldown"] | ||
#time (in ticks) for crow being able to pickpocket again (base 1 minute 30 seconds) | ||
crow_pickpocket_cooldown = 1800 | ||
|
||
["Broom Brush Durability"] | ||
#broom brush durability | ||
broom_brush_durability = 100 | ||
|
||
["Herb Enhanced Brush Durability"] | ||
#Herb Enhanced brush durability | ||
herb_enhanced_brush_durability = 200 | ||
|
||
["Moon Dust Brush Durability"] | ||
#Moon Dust brush durability | ||
moon_dust_brush_durability = 200 | ||
|
||
["Thruster Brush Durability"] | ||
#thruster brush durability | ||
thruster_brush_durability = 400 | ||
|
||
["Broom Waterproof Tip Durability"] | ||
#Broom Waterproof Tip Durability | ||
broom_waterproof_tip_durability = 800 | ||
|
||
["Broom Netherite Tip Durability"] | ||
#Broom Netherite Tip Durability | ||
broom_netherite_tip_durability = 200 | ||
|
||
["Sage Bundle Durability"] | ||
#time (in ticks) for the sage bundle to burn out (default 3600 - 1 hour) | ||
sage_bundle_durability = 3600 | ||
|
||
["Coffer Item Blacklist"] | ||
#blacklists items from being placed inside of coffers | ||
coffer_blacklist = ["minecraft:shulker_box", "minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box", "hexerei:coffer"] | ||
|
||
["Biome Generation"] | ||
#rarity of the willow swamp biome, 0 to disable | ||
#Range: > 0 | ||
willow_swamp_rarity = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"frequency": 1.0 | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"boardUpdateFrequency": 45, | ||
"boardGenFrequency": 2, | ||
"flatBonusTimePerBounty": 0, | ||
"shouldBountiesHaveTimersAndExpire": true, | ||
"dataPackExclusions": [ | ||
"bounty_pools/bountiful/example_pool", | ||
"bounty_pools/*/another_example", | ||
"bounty_decrees/other/*" | ||
], | ||
"objectiveModifier": 0, | ||
"maxNumRewards": 2, | ||
"showCompletionToast": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
[general] | ||
#The range from an active beacon where no champions will spawn (0 to disable) | ||
#Range: 0 ~ 1000 | ||
beaconProtectionRange = 64 | ||
#Set to true to enable champions from mob spawners | ||
championSpawners = false | ||
#The minimum tier of champions that will have death messages sent out upon defeat (0 to disable) | ||
#Range: > 0 | ||
deathMessageTier = 0 | ||
#A list of dimension names that are blacklisted/whitelisted for champions | ||
dimensionList = [] | ||
#Set whether the dimension list is a blacklist or whitelist | ||
#Allowed Values: BLACKLIST, WHITELIST | ||
dimensionPermission = "BLACKLIST" | ||
#A list of entities that are blacklisted/whitelisted for champions | ||
entitiesList = [] | ||
#Set whether the entities list is a blacklist or whitelist | ||
#Allowed Values: BLACKLIST, WHITELIST | ||
entitiesPermission = "BLACKLIST" | ||
#Set to true to show HUD display for champions, including health, affixes, and tier | ||
showHud = true | ||
#Set entity id (for example, ['minecraft:end_dragon', 'minecraft:creeper']) to hidden HUD display for champions, including health, affixes, and tier | ||
bossBarBlackList = [] | ||
#Set to true to have champions generate a colored particle effect indicating their rank | ||
showParticles = true | ||
#Set to true to show champion tier and affixes in The One Probe overlay | ||
enableTOPIntegration = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
/* | ||
This config file makes it possible to switch off any Minecraft structure. | ||
To disable a structure, simply set the value of that structure to "false". | ||
To change the rarity of a structure category, use the other file in the folder. | ||
*/ | ||
{ | ||
"igloos": { | ||
"igloo": true | ||
}, | ||
"desert_pyramids": { | ||
"desert_pyramid": true | ||
}, | ||
"end_cities": { | ||
"end_city": true | ||
}, | ||
"ocean_ruins": { | ||
"ocean_ruin_cold": true, | ||
"ocean_ruin_warm": true | ||
}, | ||
"shipwrecks": { | ||
"shipwreck": true, | ||
"shipwreck_beached": true | ||
}, | ||
"woodland_mansions": { | ||
"mansion": true | ||
}, | ||
"ancient_cities": { | ||
"ancient_city": true | ||
}, | ||
"buried_treasures": { | ||
"buried_treasure": true | ||
}, | ||
"villages": { | ||
"village_plains": true, | ||
"village_desert": true, | ||
"village_savanna": true, | ||
"village_snowy": true, | ||
"village_taiga": true | ||
}, | ||
"nether_complexes": { | ||
"fortress": true, | ||
"bastion_remnant": true | ||
}, | ||
"ocean_monuments": { | ||
"monument": true | ||
}, | ||
"jungle_temples": { | ||
"jungle_pyramid": true | ||
}, | ||
"nether_fossils": { | ||
"nether_fossil": true | ||
}, | ||
"mineshafts": { | ||
"mineshaft": true, | ||
"mineshaft_mesa": true | ||
}, | ||
"pillager_outposts": { | ||
"pillager_outpost": true | ||
}, | ||
"swamp_huts": { | ||
"swamp_hut": true | ||
}, | ||
"strongholds": { | ||
"stronghold": true | ||
}, | ||
"ruined_portals": { | ||
"ruined_portal": true, | ||
"ruined_portal_desert": true, | ||
"ruined_portal_jungle": true, | ||
"ruined_portal_swamp": true, | ||
"ruined_portal_mountain": true, | ||
"ruined_portal_ocean": true, | ||
"ruined_portal_nether": true | ||
} | ||
} |
Oops, something went wrong.