Mod升级

Rubidium更换为Emebddium
MMO等级上限提升至1000级
This commit is contained in:
2023-10-06 20:46:54 +08:00
parent 4c817ad4c5
commit fbc4c11350
59 changed files with 310 additions and 180 deletions

View File

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

View File

@@ -313,3 +313,19 @@
#Range: 0.0 ~ 1000000.0
AmethystCrabDamageMultiplier = 1.0
["Ancient Remnant"]
#Ancient Remnant's Health Multiplier
#Range: 0.0 ~ 1000000.0
AncientRemnantHealthMultiplier = 1.0
#Ancient Remnant's Damage Multiplier
#Range: 0.0 ~ 1000000.0
AncientRemnantDamageMultiplier = 1.0
#Ancient Remnant's Immune to Long distance attack range.
#Range: 1.0 ~ 1000000.0
"Ancient Remnant's prevent attacks from far away Range" = 15.0
#Ancient Remnant's DamageCap
#Range: 0 ~ 1000000
AncientRemnantCap = 21
#Ancient Remnant's block breaking ignore the MobGriefing
AncientRemnantBlockBreaking = true

View File

@@ -1365,13 +1365,19 @@ fancymenu.editor.action.screens.manage_screen.actions = Actions
fancymenu.editor.action.screens.move_action_up = Move Action Up
fancymenu.editor.action.screens.move_action_up.desc = Move this action up in the list,%n%so it gets executed earlier.
fancymenu.editor.action.screens.move_action_down = Move Action Down
fancymenu.editor.action.screens.move_action_down.desc = Move this action down in the list,%n%so it gets executed later.
facymenu.editor.action.screens.move_action_down.desc = Move this action down in the list,%n%so it gets executed later.
fancymenu.editor.elements.button.manage_actions.desc = Manage the actions this button%n%should execute when clicked.
fancymenu.editor.elements.ticker.manage_actions.desc = Manage the actions this ticker%n%should execute.
fancymenu.guicomponents.confirm = Confirm
fancymenu.custom_guis.build = Build Custom GUI
fancymenu.custom_guis.build.identifier = Custom GUI Identifier:
fancymenu.custom_guis.build.identifier.already_in_use = Identifier already in use! Identifiers need to be unique!
fancymenu.custom_guis.build.identifier.invalid = Invalid Identifier!
fancymenu.custom_guis.build.title = Menu Title (Optional):
fancymenu.custom_guis.build.allow_esc.enabled = Allow ESC to Close GUI: §aEnabled
fancymenu.custom_guis.build.allow_esc.disabled = Allow ESC to Close GUI: §cDisabled
fancymenu.ui.screens.string_builder_screen.edit_in_editor = Open in Editor

View File

@@ -1,5 +1,5 @@
#Early window height
earlyWindowHeight = 861
earlyWindowHeight = 900
#Early window framebuffer scale
earlyWindowFBScale = 1
#Enable forge global version checking
@@ -7,7 +7,7 @@ versionCheck = true
#Early window provider
earlyWindowProvider = "fmlearlywindow"
#Early window width
earlyWindowWidth = 1598
earlyWindowWidth = 1600
#Early window starts maximized
earlyWindowMaximized = false
#Default config path for servers

View File

@@ -37,6 +37,7 @@
"block_states": false,
"lectern": true,
"entity_armor": true,
"harvest_tool.creative": false,
"horse_stats": true,
"item_tooltip": true,
"entity_health": true,

View File

@@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu Sep 28 10:55:37 CST 2023
#Fri Oct 06 20:13:04 CST 2023
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false

View File

@@ -0,0 +1,38 @@
{
"CLASS_POINTS_AT_MAX_LEVEL": 4,
"CORE_STAT_SCALING": {
"base_scaling": 1.0,
"cap_to_max_lvl": true,
"per_level_scaling": 0.05
},
"MANA_COST_SCALING": {
"base_scaling": 1.0,
"cap_to_max_lvl": true,
"per_level_scaling": 0.2
},
"MAX_LEVEL": 1000,
"MOB_DAMAGE_SCALING": {
"base_scaling": 1.0,
"cap_to_max_lvl": false,
"per_level_scaling": 0.5
},
"NORMAL_STAT_SCALING": {
"base_scaling": 1.0,
"cap_to_max_lvl": false,
"per_level_scaling": 0.2
},
"SLOW_STAT_SCALING": {
"base_scaling": 1.0,
"cap_to_max_lvl": true,
"per_level_scaling": 0.01
},
"STARTING_TALENT_POINTS": 1.0,
"STAT_POINTS_PER_LEVEL": 2.0,
"STAT_REQ_SCALING": {
"base_scaling": 2.0,
"cap_to_max_lvl": true,
"per_level_scaling": 2.0
},
"TALENT_POINTS_PER_LVL": 1.0,
"id": "game_balance"
}

View File

@@ -65,8 +65,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 +1 @@
{"UUID":"0000000000003007998FFD40182613AF","shownHints":[]}
{"UUID":"a292c9fcfe064311b918bbcea40ef073","shownHints":[]}

View File

@@ -1,2 +1,2 @@
#Pinyin Options
#Thu Sep 28 10:56:36 CST 2023
#Sun Oct 01 19:26:37 CST 2023

View File

@@ -1,3 +1,3 @@
#Double Pinyin Options
#Thu Sep 28 10:56:36 CST 2023
#Sun Oct 01 19:26:37 CST 2023
Converter=sougou

View File

@@ -1,4 +1,187 @@
[
{
"checksum": 1291970367,
"version": "1.0.0",
"upload_time": 1696428247563,
"name": "tlm.xuyeshe_model_pack.name",
"author": [
"gyhgyj88"
],
"desc": "tlm.xuyeshe_model_pack.desc",
"file_name": "xuyeshe_model_pack-1.0.0.zip",
"file_size": 65365,
"url": "/file/xuyeshe_model_pack-1.0.0.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.xuyeshe_model_pack.name": "XYproduction Model Pack",
"tlm.xuyeshe_model_pack.desc": "Some model from XYproduction"
},
"zh_cn": {
"tlm.xuyeshe_model_pack.name": "虚研社模型包",
"tlm.xuyeshe_model_pack.desc": "一些来着虚研社的虚拟主播"
}
}
},
{
"checksum": 2964653797,
"version": "2.7.0",
"upload_time": 1696428247563,
"name": "tlm.virtual_real_new.name",
"author": [
"gyhgyj88"
],
"desc": "tlm.virtual_real_new.desc",
"file_name": "virtual_real_new-2.7.0.zip",
"file_size": 2192250,
"url": "/file/virtual_real_new-2.7.0.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.virtual_real_new.name": "New VirtuaReal Models",
"tlm.virtual_real_new.desc": "Some character from VirtuaReal!"
},
"zh_cn": {
"tlm.virtual_real_new.name": "新 VirtuaReal 模型包",
"tlm.virtual_real_new.desc": "一些 VirtuaReal 的角色!"
}
}
},
{
"checksum": 2038506305,
"version": "1.0.0",
"upload_time": 1696428202213,
"name": "tlm.touhou_kurumi.name",
"author": [
"不愧是蕾米莉亚桑!"
],
"desc": "tlm.touhou_kurumi.desc",
"file_name": "touhou_kurumi-1.0.0.zip",
"file_size": 369163,
"url": "/file/touhou_kurumi-1.0.0.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.touhou_kurumi.name": "Touhou Kurumi Model",
"tlm.touhou_kurumi.desc": "Touhou Kurumi Model..."
},
"zh_cn": {
"tlm.touhou_kurumi.name": "东方胡桃模型包",
"tlm.touhou_kurumi.desc": "希望能加到东方旧作的目录里面"
}
}
},
{
"checksum": 950288364,
"version": "1.4.1",
"upload_time": 1696428202212,
"name": "tlm.mimikko.name",
"author": [
"bxyhyxh"
],
"desc": "tlm.mimikko.desc",
"file_name": "mimikko-1.4.1.zip",
"file_size": 118174,
"url": "/file/mimikko-1.4.1.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.mimikko.name": "Mimikko Model Pack",
"tlm.mimikko.desc": "Fan works of mimikkoui"
},
"zh_cn": {
"tlm.mimikko.name": "兽耳科技模型包",
"tlm.mimikko.desc": "兽耳科技的同人向作品"
}
}
},
{
"checksum": 2887781654,
"version": "1.2.0",
"upload_time": 1696428202212,
"name": "tlm.gyhgyj.name",
"author": [
"gyhgyj88"
],
"desc": "tlm.gyhgyj.desc",
"file_name": "gyhgyj-1.2.0.zip",
"file_size": 1419285,
"url": "/file/gyhgyj-1.2.0.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.gyhgyj.name": "gyhgyj88's Random Things",
"tlm.gyhgyj.desc": "Just Random Things"
},
"zh_cn": {
"tlm.gyhgyj.name": "gyhgyj88的随意模型",
"tlm.gyhgyj.desc": "只是一些随意作品"
}
}
},
{
"checksum": 2764077336,
"version": "1.0.0",
"upload_time": 1696428151347,
"name": "tlm.deltarune_little_maid.name",
"author": [
"暮光简简"
],
"desc": "tlm.deltarune_little_maid.desc",
"file_name": "deltarune_little_maid-1.0.0.zip",
"file_size": 2667618,
"url": "/file/deltarune_little_maid-1.0.0.zip",
"type": [
"chair",
"maid"
],
"language": {
"en_us": {
"tlm.deltarune_little_maid.name": "Deltarune Model Pack",
"tlm.deltarune_little_maid.desc": "▲Some models from Deltarune ;"
},
"zh_cn": {
"tlm.deltarune_little_maid.name": "三角符文模型包",
"tlm.deltarune_little_maid.desc": "▲来自游戏deltarune三角符文系列的一些模型喔 ;"
}
}
},
{
"checksum": 3817649879,
"version": "1.1.2",
"upload_time": 1696428151344,
"name": "tlm.7_years_later_caricature.name",
"author": [
"AoiAihana (Vanli233)"
],
"desc": "tlm.7_years_later_caricature.desc",
"file_name": "7_years_later_caricature-1.1.2.zip",
"file_size": 143481,
"url": "/file/7_years_later_caricature-1.1.2.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.7_years_later_caricature.name": "Aoi's Notebook Model",
"tlm.7_years_later_caricature.desc": "A pack for \"7 Years From Now\" caricature version"
},
"zh_cn": {
"tlm.7_years_later_caricature.name": "葵的笔记模型包",
"tlm.7_years_later_caricature.desc": "“我在7年后等着你”漫画版"
}
}
},
{
"checksum": 2702460295,
"version": "1.2.0",
@@ -103,32 +286,6 @@
}
}
},
{
"checksum": 3338021994,
"version": "1.1.0",
"upload_time": 1660752749610,
"name": "tlm.gyhgyj.name",
"author": [
"gyhgyj88"
],
"desc": "tlm.gyhgyj.desc",
"file_name": "gyhgyj-1.1.0.zip",
"file_size": 68422,
"url": "/file/gyhgyj-1.1.0.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.gyhgyj.name": "gyhgyj88's Random Things",
"tlm.gyhgyj.desc": "Just Random Things"
},
"zh_cn": {
"tlm.gyhgyj.name": "gyhgyj88的随意模型",
"tlm.gyhgyj.desc": "只是一些随意作品"
}
}
},
{
"checksum": 452062787,
"version": "1.0.1",
@@ -208,32 +365,6 @@
}
}
},
{
"checksum": 3819053605,
"version": "2.6.0",
"upload_time": 1657794926201,
"name": "tlm.virtual_real_new.name",
"author": [
"gyhgyj88"
],
"desc": "tlm.virtual_real_new.desc",
"file_name": "virtual_real_new-2.6.0.zip",
"file_size": 197650,
"url": "/file/virtual_real_new-2.6.0.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.virtual_real_new.name": "New VirtuaReal Models",
"tlm.virtual_real_new.desc": "Some character from VirtuaReal!"
},
"zh_cn": {
"tlm.virtual_real_new.name": "新 VirtuaReal 模型包",
"tlm.virtual_real_new.desc": "一些 VirtuaReal 的角色!"
}
}
},
{
"checksum": 1524869335,
"version": "1.0.0",
@@ -366,32 +497,6 @@
}
}
},
{
"checksum": 3357996969,
"version": "1.1.0",
"upload_time": 1649654420808,
"name": "tlm.7_years_later_caricature.name",
"author": [
"AoiAihana (Vanli233)"
],
"desc": "tlm.7_years_later_caricature.desc",
"file_name": "7_years_later_caricature-1.1.0.zip",
"file_size": 110488,
"url": "/file/7_years_later_caricature-1.1.0.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.7_years_later_caricature.name": "Aoi's Notebook Model",
"tlm.7_years_later_caricature.desc": "A pack for \"7 Years From Now\" caricature version"
},
"zh_cn": {
"tlm.7_years_later_caricature.name": "葵的笔记模型包",
"tlm.7_years_later_caricature.desc": "“我在7年后等着你”漫画版"
}
}
},
{
"checksum": 338746355,
"version": "1.1.0",
@@ -944,32 +1049,6 @@
}
}
},
{
"checksum": 1356796352,
"version": "1.3.4",
"upload_time": 1627058621364,
"name": "tlm.mimikko.name",
"author": [
"bxyhyxh"
],
"desc": "tlm.mimikko.desc",
"file_name": "mimikko-1.3.4.zip",
"file_size": 233040,
"url": "/file/mimikko-1.3.4.zip",
"type": [
"maid"
],
"language": {
"en_us": {
"tlm.mimikko.name": "Mimikko Model Pack",
"tlm.mimikko.desc": "Fan works of mimikkoui"
},
"zh_cn": {
"tlm.mimikko.name": "兽耳科技模型包",
"tlm.mimikko.desc": "兽耳科技的同人向作品"
}
}
},
{
"checksum": 4058124461,
"version": "1.2.3",

View File

@@ -18,8 +18,8 @@
"displayNameWhenIconFails": false,
"entityNumber": 1000.0,
"alwaysDisplayNametags": false,
"dotSize": 2.0,
"startFadingAt": 0.0,
"dotSize": 2.0,
"renderOverMinimapFrame": 1.0,
"icons": 2.0,
"heightLimit": 20.0,