0.0.5-alpha

This commit is contained in:
2024-01-22 23:01:51 +08:00
parent 6b7c6ef52e
commit 21e05ac442
110 changed files with 1689 additions and 3612 deletions

View File

@@ -16,12 +16,13 @@
goals = true
# If plaques should show for challenge advancements (high-difficulty advancements).
challenges = true
# Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code 0xAARRGGBB for convenience.
#Range: 0 ~ 4294967295
# Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported.
title_color = 4281541120
# Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code 0xAARRGGBB for convenience.
#Range: 0 ~ 4294967295
# Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported.
name_color = 4294967295
# The horizontal offset from the center, in pixels.
#Range: -256 ~ 256
horizontal_offset = 0
[client.duration_options]
# Duration of the shiny effect fade in for tasks.
@@ -54,11 +55,21 @@
[client.functionality_options]
# Whitelist of advancements to show plaques for. Leave empty to display for all.
# Same options available as blacklist.
whitelist = []
# If task sounds should be muted.
mute_tasks = false
# If goal sounds should be muted.
mute_goals = false
# If challenge sounds should be muted.
mute_challenges = false
# Blacklist of advancements to never show plaques for. Takes precedence over whitelist if they conflict.
# Options:
# Advancement ID (eg. "minecraft:adventure/adventuring_time")
# Mod ID (Omit the colon, eg. "minecraft")
# Advancement Category (End with a /, eg. "minecraft:story/")
blacklist = []
# Volume of task sounds. Set to 0 to mute.
#Range: 0.0 ~ 1.0
task_volume = 1.0
# Volume of goal sounds. Set to 0 to mute.
#Range: 0.0 ~ 1.0
goal_volume = 1.0
# Volume of challenge sounds. Set to 0 to mute.
#Range: 0.0 ~ 1.0
challenge_volume = 1.0

View File

@@ -75,10 +75,10 @@
(The first relation to be found for the target will be applied.)
*/
"player_relations": {
"guardvillagers:guard": "NEUTRAL",
"minecraft:villager": "NEUTRAL",
"minecraft:iron_golem": "NEUTRAL",
"minecraft:player": "NEUTRAL",
"guardvillagers:guard": "NEUTRAL"
"minecraft:player": "NEUTRAL"
},
// Relation to unspecified entities those are instance of PassiveEntity(Yarn)
"player_relation_to_passives": "HOSTILE",

View File

@@ -11,6 +11,9 @@
"custombossbar(on/off)" = true
#BossMusic(on/off)
"BossMusic(on/off)" = true
#BossMusicVolume
#Range: 1 ~ 1000000
BossMusicVolume = 2
[Weapon]
#Armor Infinity Durability(on/off)
@@ -42,6 +45,12 @@
#Void Core's Cooldown
#Range: 0 ~ 1000000
VoidCoreCooldown = 160
#WASW's Wither Missile's Damage
#Range: 0.0 ~ 1000000.0
"WASW's WitherMissiledamage" = 16.0
#Sandstorm's Timer
#Range: 0 ~ 1000000
SandstormTimer = 160
["Entity damage"]
#Void Rune's Damage
@@ -65,9 +74,6 @@
#Lionfish Spike's Damage
#Range: 0.0 ~ 1000000.0
LionfishSpikedamage = 4.0
#Wither Missile's Damage
#Range: 0.0 ~ 1000000.0
WitherMissiledamage = 8.0
#Wither Howizter's Damage
#Range: 0.0 ~ 1000000.0
WitherHowizterdamage = 8.0
@@ -92,6 +98,12 @@
#Amethyst Cluster's Damage
#Range: 0.0 ~ 1000000.0
"Amethyst Cluster Damage" = 12.0
#Sandstorm's Damage
#Range: 0.0 ~ 1000000.0
"Sandstorm Damage" = 5.0
#Ancient Desert Stele's Damage
#Range: 0.0 ~ 1000000.0
"Ancient Desert Stele Damage" = 18.0
["Ender Guardian"]
#EnderGuardian's Health Multiplier
@@ -135,9 +147,6 @@
#EnderGuardianBlockBreaking radius
#Range: 0 ~ 20
"EnderGuardianBlockBreaking Z" = 15
#Guardian's music volume
#Range: 0.0 ~ 1.0
"Guardian's Music Volume" = 0.5
["Netherite Monstrosity"]
#Monstrosity's Lavabomb magazine.
@@ -166,9 +175,6 @@
#Monstrosity's Immune to Long distance attack range.
#Range: 1.0 ~ 1000000.0
"Monstrosity's prevent attacks from far away Range" = 18.0
#Monstrosity's music volume
#Range: 0.0 ~ 1.0
"Monstrosity's Music Volume" = 0.5
["Ender Golem"]
#Ender Golem's block breaking ignore the MobGriefing
@@ -201,9 +207,6 @@
IgnisDamageCap = 20
#Ignis's cracked block breaking ignore the MobGriefing
IgnisBlockBreaking = true
#Ignis's music volume
#Range: 0.0 ~ 1.0
"Ignis's Music Volume" = 0.5
[revenant]
#Revenant's Health Multiplier
@@ -234,9 +237,9 @@
#The Harbinger's charge attack Hp Damage
#Range: 0.0 ~ 1.0
"The Harbinger's charge attack Hp Damage" = 0.06
#The Harbinger's music volume
#Range: 0.0 ~ 1.0
"The Harbinger's Music Volume" = 0.5
#Harbinger's Wither Missile's Damage
#Range: 0.0 ~ 1000000.0
"Harbinger's WitherMissiledamage" = 8.0
["The Leviathan"]
#Leviathan's Health Multiplier
@@ -267,9 +270,6 @@
LeviathanBlockBreaking = true
#Leviathan Immune Out of Water
LeviathanImmuneOutofWater = true
#The Leviathan's music volume
#Range: 0.0 ~ 1.0
"The Leviathan's Music Volume" = 0.5
["The Baby Leviathan"]
#BabyLeviathan's Health Multiplier
@@ -304,6 +304,12 @@
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
AmethystCrabSpawnRolls = 100
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
KoboletonSpawnWeight = 2
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
KoboletonSpawnRolls = 30
["Amethyst Crab"]
#Amethyst Crab's Health Multiplier
@@ -328,4 +334,37 @@
AncientRemnantCap = 21
#Ancient Remnant's block breaking ignore the MobGriefing
AncientRemnantBlockBreaking = true
#Remnant's Charge Hp Damage
#Range: 0.0 ~ 1.0
"Remnant's Charge Hp Damage" = 0.07
#Remnant's Hp Damage
#Range: 0.0 ~ 1.0
"Remnant's Normal attack Hp Damage" = 0.05
#Remnant's Stomp Hp Damage
#Range: 0.0 ~ 1.0
"Remnant's Stomp Hp Damage" = 0.03
["The Prowler"]
#The Prowler's Immune to Long distance attack range.
#Range: 1.0 ~ 1000000.0
"The Prowler's prevent attacks from far away Range" = 16.0
#Prowler's Health Multiplier
#Range: 0.0 ~ 1000000.0
ProwlerHealthMultiplier = 1.0
#Prowler's Damage Multiplier
#Range: 0.0 ~ 1000000.0
ProwlerDamageMultiplier = 1.0
["Modern Remnant"]
#Modern Remnant's Health Multiplier
#Range: 0.0 ~ 1000000.0
ModernRemnantHealthMultiplier = 1.0
#Modern Remnant's Damage Multiplier
#Range: 0.0 ~ 1000000.0
ModernRemnantDamageMultiplier = 1.0
[Koboleton]
#Cause Koboleton to Drop Item In Hand Percent
#Range: 0.0 ~ 100.0
CauseKoboletontoDropItemInHandPercent = 5.0

View File

@@ -0,0 +1,26 @@
{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_dry/overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_hot/overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_sandy"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "minecraft:is_badlands"
}
]
]
}

View File

@@ -11,3 +11,6 @@
#Range: > -2147483648
y = 6
[effects]
seasonal = true

View File

@@ -1,4 +1,5 @@
{
"configVersion": 1,
"enabledByDefault": true,
"xOffset": 0,
"sneakXOffset": 0,
@@ -6,7 +7,6 @@
"renderStuckFeatures": true,
"vanillaHands": false,
"doubleHands": false,
"forceActive": false,
"autoVanillaHands": [
"twilightforest:filled_ore_map",
"twilightforest:filled_magic_map",

View File

@@ -0,0 +1,71 @@
{
// Allow the creation of backups automatically
"enabled": true,
// Permission level to use the /backup command
"command_permission_level": 3,
// Only send backup status to server ops
"notify_op_only": true,
// Don't send backup status at all
"do_not_notify": false,
/* Backup retention mode. Valid Modes: MAX_BACKUPS, TIERED
Note: TIERED mode is an experimental feature, Use at your own risk.
*/
"retention_mode": "MAX_BACKUPS",
// Applies to retention_mode:MAX_BACKUPS, Sets the maximum number of backups to keep
"max_backups": 5,
// Applies to retention_mode:TIERED, The latest x number of backups will be retained
"keep_latest": 5,
// Applies to retention_mode:TIERED, Sets number of hourly backups to keep
"keep_hourly": 1,
// Applies to retention_mode:TIERED, Sets number of daily backups to keep
"keep_daily": 1,
// Applies to retention_mode:TIERED, Sets number of weekly backups to keep
"keep_weekly": 1,
// Applies to retention_mode:TIERED, Sets number of monthly backups to keep
"keep_monthly": 1,
/* This is done with an implementation of cron from the Quartz java library.
More info here
(http://www.cronmaker.com)
*/
"backup_cron": "0 */30 * * * ?",
// Time between manual backups using the command
"manual_backups_time": 0,
// Only run a backup if a player has been online since the last backup
"only_if_players_been_online": true,
// Additional directories to include in backup
"additional_directories": [],
/* Additional files and directories to include in backup.
Can specify a file name, path relative to server directory or wildcard file path
Examples: (All file paths are relative to server root)
fileName.txt Any/all file named "fileName.txt"
folder/file.txt Exact file path
folder/ Everything in this folder
path/starts/with* Any files who's path starts with
*path/ends/with.txt Any files who's path ends with
*path/contains* Any files who's path contains
*/
"additional_files": [],
// Display file size in backup message
"display_file_size": false,
// backup location
"backup_location": ".",
// Specify the backup format. Valid options are ZIP and DIRECTORY
"backup_format": "ZIP",
// Minimum free disk space in MB. If a backup's creation would leave less than this amount of disk space remaining, the backup will be aborted.
"minimum_free_space": 0,
// If the previous backup failed due to lack of space, the oldest backup will be deleted to free space.
"free_space_if_needed": false,
/* Specify files or folders to be excluded.
Can specify a file name, path relative to server directory or wildcard file path
Examples: (All file paths are relative to server root)
fileName.txt Any/all file named "fileName.txt"
folder/file.txt Exact file path
folder/ Everything in this folder
path/starts/with* Any files who's path starts with
*path/ends/with.txt Any files who's path ends with
*path/contains* Any files who's path contains
*/
"excluded": [],
// The dimension used when creating backup preview image, specify "all" to enable automatic detection of primary dimension (can be very slow)
"preview_dimension": "minecraft:overworld"
}

View File

@@ -36,12 +36,40 @@
id: "7C125D7AA8447F27"
tasks: [{
id: "302EB8C387C79583"
title: "经验和经验"
title: "点击以确认"
type: "checkmark"
}]
title: "经验和经验,傻傻分不清楚"
x: 1.0d
y: 0.0d
}
{
description: [
"原版的武器如果不带有挖矿与砍杀的词缀,默认均为空手伤害"
"如果一定要使用,需要先对武器使用装备之魂"
]
id: "7A6E2651D58829B6"
tasks: [{
id: "7A0235734744AAB8"
title: "点击以确认"
type: "checkmark"
}]
title: "原版的武器都不能直接用了"
x: 2.0d
y: 0.0d
}
{
description: ["目前整合包内的部分内容已经过时"]
id: "4237AAB53DAD2E8F"
tasks: [{
id: "78DA114B5C54ECE8"
title: "点击以确认"
type: "checkmark"
}]
title: "mod作者更新太频繁整合包作者跟不上啦"
x: -1.0d
y: 0.0d
}
]
title: "&c&l重要说明"
}

View File

@@ -3,7 +3,7 @@
default_quest_shape: ""
filename: "2018EB1255AEE34B"
group: ""
icon: "mmorpg:skill_gems/skill/int"
icon: "mmorpg:stone/5"
id: "2018EB1255AEE34B"
order_index: 1
quest_links: [ ]
@@ -73,6 +73,8 @@
description: [
"按&b&lH&r键可以打开挖矿与砍杀的属性界面在这里你可以加点等等"
"点击右边的天赋可以点天赋点"
""
"注意:天赋是按照职业来进行分类的,请不要跨职业加点,会非常坐牢!"
]
id: "1FCB4F7887312327"
rewards: [{

View File

@@ -11,7 +11,7 @@
}
}
id: "339F028E0671CDB4"
order_index: 3
order_index: 4
quest_links: [ ]
quests: [
{

View File

@@ -5,7 +5,7 @@
group: ""
icon: "twilightforest:twilight_portal_miniature_structure"
id: "35B64C6C26F74261"
order_index: 2
order_index: 3
quest_links: [ ]
quests: [{
description: ["探索神秘的暮色森林"]

View File

@@ -0,0 +1,83 @@
{
default_hide_dependency_lines: false
default_quest_shape: ""
filename: "7DD5ECFAA71EA37C"
group: ""
icon: "sophisticatedbackpacks:netherite_backpack"
id: "7DD5ECFAA71EA37C"
images: [{
click: ""
corner: false
dev: false
height: 2.0d
hover: [ ]
image: "mmorpg:item/backpack/5"
rotation: 0.0d
width: 2.0d
x: 0.0d
y: 0.0d
}]
order_index: 2
quest_links: [ ]
quests: [
{
description: [
"好东西太多了,背包实在是塞不下了!不用担心,现在赶快做一个背包!"
"只要你带着背包,你随时都可以按&b&lB&r打开还可以背到背上放在胸甲栏甚至可以放在地上手持背包Shift右击还有更多实用的功能你真的不做一个吗"
]
id: "04C944B0065B674C"
rewards: [
{
count: 4
id: "01477A41F9555E60"
item: "minecraft:string"
type: "item"
}
{
id: "74C03987E6C73311"
item: "minecraft:leather"
type: "item"
}
]
tasks: [{
id: "46D2CCBA2F132959"
item: "sophisticatedbackpacks:backpack"
title: "制作一个背包"
type: "item"
}]
x: 0.0d
y: 2.0d
}
{
description: ["该给你的背包升级一下了!升级后,背包的容量更大,还多了一个升级槽位"]
id: "418BF90F6B8AE38C"
rewards: [{
id: "2CC5EF46CFD08504"
item: "sophisticatedbackpacks:upgrade_base"
type: "item"
}]
tasks: [{
id: "029ECFF40BF82C3C"
item: "sophisticatedbackpacks:iron_backpack"
title: "升级到铁质背包"
type: "item"
}]
x: 0.0d
y: 6.0d
}
{
dependencies: ["04C944B0065B674C"]
description: ["你可以为背包安装各种各样的升级,来增强背包的功能,在这之前你得先做一个空白升级"]
id: "1A2E559ECE2112A5"
tasks: [{
id: "6F89EDE1A08C7D56"
item: "sophisticatedbackpacks:upgrade_base"
type: "item"
}]
title: "强化你的背包"
x: 0.0d
y: 3.0d
}
]
title: "背包"
}

View File

@@ -0,0 +1,98 @@
{
"globalBookmarks": {
"armorer": [
],
"butcher": [
],
"cartographer": [
],
"cleric": [
],
"farmer": [
],
"fisherman": [
],
"fletcher": [
],
"leatherworker": [
],
"librarian": [
],
"mason": [
],
"shepherd": [
],
"toolsmith": [
],
"weaponsmith": [
],
"nitwit": [
],
"none": [
]
},
"globalBookmarks1": {
"armorer": [
],
"butcher": [
],
"cartographer": [
],
"cleric": [
],
"farmer": [
],
"fisherman": [
],
"fletcher": [
],
"leatherworker": [
],
"librarian": [
],
"mason": [
],
"shepherd": [
],
"toolsmith": [
],
"weaponsmith": [
],
"nitwit": [
],
"none": [
]
},
"globalBookmarks2": {
"armorer": [
],
"butcher": [
],
"cartographer": [
],
"cleric": [
],
"farmer": [
],
"fisherman": [
],
"fletcher": [
],
"leatherworker": [
],
"librarian": [
],
"mason": [
],
"shepherd": [
],
"toolsmith": [
],
"weaponsmith": [
],
"nitwit": [
],
"none": [
]
}
}

View File

@@ -59,6 +59,7 @@
"create:goggles": null,
"touhou_little_maid:maid": null,
"create:backtank_capacity": null,
"minecraft:campfire": null,
"twilightforest:quest_ram_wool": null,
"touhou_little_maid:maid": null,
"tombstone:graves": null,
@@ -88,6 +89,7 @@
"minecraft:mob_breeding": null,
"minecraft:chicken_egg": null,
"minecraft:zombie_villager": null,
"minecraft:campfire": null,
"minecraft:block_states": null,
"minecraft:horse_stats": null,
"minecraft:item_frame": null,

View File

@@ -22,4 +22,8 @@
PLAYER_GUI_TYPE = "RPG"
#Range: 1.0E-6 ~ 1.0
SKILL_TREE_ZOOM_SPEED = 0.15
#Range: 0 ~ 1000
REMOVE_EMPTY_TOOLTIP_LINES_IF_MORE_THAN_X_LINES = 30
ALIGN_STAT_TOOLTIPS = true
MODIFY_TOOLTIP_LENGTH = true

View File

@@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Mon Dec 25 19:56:42 CST 2023
#Mon Jan 22 22:55:14 CST 2024
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false

View File

@@ -10,7 +10,8 @@
{
"effect": "minecraft:slowness",
"amplifier": 2,
"duration": 10
"duration": 10,
"hideParticles": false
}
],
"affectHunger": true,
@@ -22,7 +23,8 @@
"disableOtherDamage": false,
"hasShaderEffect": true,
"changePermissionLevel": false,
"permissionLevel": 0
"permissionLevel": 0,
"canBePushed": true
},
"revive": {
"requiredReviveProgress": 100.0,
@@ -35,7 +37,8 @@
{
"effect": "minecraft:slowness",
"amplifier": 2,
"duration": 1
"duration": 1,
"hideParticles": false
}
],
"reviveItem": "{id:\"item\",item:\"minecraft:paper\"}",

View File

@@ -2,10 +2,7 @@
"basics": {
"favorites": [
"{id:\"ftbteams:my_team\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbteams:textures/teams.png\",\"x\":0,\"click\":\"ftbteams:open_gui\",\"loading_screen\":true}',type:\"ftblibrary:sidebar_button\"}",
"{id:\"ftbquests:quests\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbquests:item/book\",\"x\":610,\"click\":\"ftbquests:open_gui\",\"required_server_mods\":[\"ftbquests\"],\"custom_text\":true}',type:\"ftblibrary:sidebar_button\"}",
"{data:{Count:1b,id:\"torchmaster:megatorch\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"minecraft:cobblestone\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
"{data:{Count:1b,id:\"minecraft:torch\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}"
"{id:\"ftbquests:quests\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbquests:item/book\",\"x\":610,\"click\":\"ftbquests:open_gui\",\"required_server_mods\":[\"ftbquests\"],\"custom_text\":true}',type:\"ftblibrary:sidebar_button\"}"
],
"hiddenFavorites": [],
"displayHistory": [],
@@ -66,8 +63,7 @@
"shouldFilterDisplays": true,
"filteringRules": [
"{id:\"roughlyenoughitems:manual\",rule:{}}",
"{id:\"roughlyenoughitems:basic\",rule:{}}",
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
"{id:\"roughlyenoughitems:basic\",rule:{}}"
],
"filteringQuickCraftCategories": { },
"filteredStacks": []

View File

@@ -1,2 +1,2 @@
#Pinyin Options
#Tue Dec 26 00:20:50 CST 2023
#Mon Jan 22 22:05:38 CST 2024

View File

@@ -1,3 +1,3 @@
#Double Pinyin Options
#Tue Dec 26 00:20:50 CST 2023
#Mon Jan 22 22:05:38 CST 2024
Converter=sougou

View File

@@ -53,22 +53,28 @@
"alexsmobs:spawn_egg_w": 1,
"alexsmobs:spawn_egg_wa": 1,
"cataclysm:amethyst_crab": 0,
"cataclysm:ancient_remnant": 0,
"cataclysm:coralssus": 1,
"cataclysm:deepling": 1,
"cataclysm:deepling_angler": 1,
"cataclysm:deepling_brute": 1,
"cataclysm:deepling_priest": 1,
"cataclysm:deepling_warlock": 0,
"cataclysm:ender_golem": 1,
"cataclysm:ender_guardian": 1,
"cataclysm:endermaptera": 1,
"cataclysm:ignis": 1,
"cataclysm:ignited_revenant": 1,
"cataclysm:koboleton": 0,
"cataclysm:lionfish": 1,
"cataclysm:modern_remnant": 0,
"cataclysm:nameless_sorcerer": 1,
"cataclysm:netherite_monstrosity": 1,
"cataclysm:the_baby_leviathan": 1,
"cataclysm:the_harbinger": 1,
"cataclysm:the_leviathan": 1,
"cataclysm:the_prowler": 0,
"cataclysm:the_watcher": 0,
"creeperoverhaul:badlands_creeper": 1,
"creeperoverhaul:bamboo_creeper": 1,
"creeperoverhaul:beach_creeper": 1,

View File

@@ -196,7 +196,7 @@
#Range: 1 ~ 200000
max_xp_lost_page = 2000
#Entities that can't found as loot in a Familiar Receptacle
unhandled_tameable_entities = []
unhandled_tamable_entities = []
#Allows to enable some features related to others mods
[compatibility]

View File

@@ -1,9 +1,6 @@
#Options related to player's death
[player_death]
#Experience loss on death (%) [-1..100|default:100|disabled:-1]
#Range: -1 ~ 100
xp_loss = 50
#The time in minutes before a grave is unlocked to anyone [-1..MAX|default:-1|disabled:-1]
#Range: > -1
decay_time = -1
@@ -13,12 +10,8 @@
#The duration of the Ghostly Shape effect in seconds [0..MAX|default:120]
#Range: > 0
ghostly_shape_duration = 120
#The chance that a player receives an already enchanted Grave's Key on death [-1..100|default:0|disabled:-1]
#Range: -1 ~ 100
chance_enchanted_grave_key = 0
#Defines the progression scale to be able to upgrade perks to higher level (based on the level in Knowledge of Death) [1..5|default:2]
#Range: 1 ~ 5
perk_progression_scale = 2
#Always Keep xp on death [false/true|default:false]
always_keep_xp_on_death = false
#Allows to customize or disable the enchantments
[enchantments]
@@ -69,15 +62,14 @@
#Cooldown in second after using a tablet [60..1200|default:300]
#Range: 60 ~ 1200
tablet_cooldown = 300
#Always enchant Grave's Key [false/true|default:false]
always_enchant_grave_key = false
#For settings related to decorative tombs and magic items
[decorative_grave]
#The cooldown in hours to pray with the Ankh [1..10|default:3]
#Range: 1 ~ 10
cooldown_to_pray = 3
#The cooldown in minutes to reset the perks with the ankh of Pray [20..1440|default:120]
#Range: 20 ~ 1440
cooldown_reset_perk = 120
#Allows to disable some magic items
[allowedMagicItems]
@@ -147,6 +139,10 @@
allow_familiar_stone = true
#Merchant Stone [false/true|default:true]
allow_merchant_stone = true
#Book of Scribe [false/true|default:true]
allow_book_of_scribe = true
#Prayer Stone [false/true|default:true]
allow_prayer_stone = true
#Allows to enable some features related to others mods
[compatibility]
@@ -155,3 +151,59 @@
#fix the RepairCost:0 added by the anvil & grindstone in nbt preventing theses items to stack [false/true|default:true]
fix_repair_cost_zero = true
#Allows to customize or disable the perks
[allowed_perks]
#Allows the perk Alchemist [false/true|default:true]
allow_alchemist = true
#Defines the level max of the perk Alchemist [1..10|default:10]
#Range: 1 ~ 10
level_max_alchemist = 10
#Allows the perk Concentration [false/true|default:true]
allow_concentration = true
#Defines the level max of the perk Concentration [1..3|default:3]
#Range: 1 ~ 3
level_max_concentration = 3
#Allows the perk Jailer [false/true|default:true]
allow_jailer = true
#Defines the level max of the perk Jailer [1..10|default:10]
#Range: 1 ~ 10
level_max_jailer = 10
#Allows the perk Memento Mori [false/true|default:true]
allow_memento_mori = true
#Defines the level max of the perk Memento Lori [1..10|default:10]
#Range: 1 ~ 10
level_max_memento_mori = 10
#Allows the perk Necromancer [false/true|default:true]
allow_necromancer = true
#Defines the level max of the perk Necromancer [1..10|default:10]
#Range: 1 ~ 10
level_max_necromancer = 10
#Allows the perk Rune Inscriber [false/true|default:true]
allow_rune_inscriber = true
#Defines the level max of the perk Rune Inscriber [1..5|default:5]
#Range: 1 ~ 5
level_max_rune_inscriber = 5
#Allows the perk Scribe [false/true|default:true]
allow_scribe = true
#Defines the level max of the perk Scribe [1..5|default:5]
#Range: 1 ~ 5
level_max_scribe = 5
#Allows the perk ShadowWalker [false/true|default:true]
allow_shadow_walker = true
#Defines the level max of the perk ShadowWalker [1..10|default:10]
#Range: 1 ~ 10
level_max_shadow_walker = 10
#Allows the perk Treasure Seeker [false/true|default:true]
allow_treasure_seeker = true
#Defines the level max of the perk Treasure Seeker [1..10|default:10]
#Range: 1 ~ 10
level_max_treasure_seeker = 10
#Allows the perk Witch Doctor [false/true|default:true]
allow_witch_doctor = true
#Defines the level max of the perk Witch Doctor [1..5|default:5]
#Range: 1 ~ 5
level_max_witch_doctor = 5
#The cooldown in minutes to reset the perks with the ankh of Pray [20..1440|default:120]
#Range: 20 ~ 1440
cooldown_reset_perk = 120

View File

@@ -0,0 +1,10 @@
#IMPORTANT NOTICE:
#THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for Tom's Simple Storage
#The settings have been moved to toms_storage-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
#List of multiblock inventory blocks
multiblockInv = [""]

View File

@@ -9,9 +9,6 @@
#The item that can NTR maid
#Use the registered name of the item directly or write tag name with # as prefix
MaidNtrItem = "minecraft:structure_void"
#The max range of maid home mode
#Range: 3 ~ 64
MaidHomeRange = 8
#Maid can switch models freely
MaidChangeModel = true
#The maximum number of maids the player own
@@ -19,6 +16,18 @@
OwnerMaxMaidNum = 2147483647
#The entity that the maid will not hurt when in ranged attack
MaidRangedAttackIgnore = []
#The max range of maid work mode
#Range: 3 ~ 64
MaidWorkRange = 12
#The max range of maid idle mode
#Range: 3 ~ 32
MaidIdleRange = 6
#The max range of maid sleep mode
#Range: 3 ~ 32
MaidSleepRange = 6
#The max range of maid's Non-Home mode
#Range: 3 ~ 32
MaidNonHomeRange = 8
[chair]
#Chair can switch models freely
@@ -47,12 +56,12 @@
#Shrine Lamp Max Range Of Absorb Power Point
#Range: > 0
ShrineLampMaxRange = 6
#The following biome do not spawn maid fairy
MaidFairyBlacklistBiome = ["minecraft:the_void", "minecraft:mushroom_fields"]
#The following dimension do not spawn maid fairy
MaidFairyBlacklistDimension = ["minecraft:the_nether", "minecraft:the_end", "twilightforest:twilight_forest"]
#Give the Memorizable Gensokyo book item for player first join
GivePatchouliBook = true
#The following biome do not spawn maid fairy
MaidFairyBlacklistBiome = ["minecraft:the_void", "minecraft:mushroom_fields"]
[vanilla]
#Whether to replace the vanilla slime model with the yukkuri.

File diff suppressed because one or more lines are too long

View File

@@ -22,8 +22,8 @@
"dotSize": 2.0,
"renderOverMinimapFrame": 1.0,
"icons": 2.0,
"heightLimit": 20.0,
"names": 0.0,
"heightLimit": 20.0,
"iconScale": 1.0
},
"subCategories": [