添加mod,配置文件调整,任务增加
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| { | ||||
| 	"isHoldToAttackEnabled": true, | ||||
| 	"isMiningWithWeaponsEnabled": true, | ||||
| 	"isSwingThruGrassEnabled": true, | ||||
| 	"isAttackInsteadOfMineWhenEnemiesCloseEnabled": true, | ||||
| 	"isSwingThruGrassEnabled": false, | ||||
| 	"isAttackInsteadOfMineWhenEnemiesCloseEnabled": false, | ||||
| 	"isHighlightCrosshairEnabled": true, | ||||
| 	"hudHighlightColor": 16711680, | ||||
| 	"isShowingArmsInFirstPerson": false, | ||||
| @@ -10,6 +10,6 @@ | ||||
| 	"isSweepingParticleEnabled": true, | ||||
| 	"isTooltipAttackRangeEnabled": true, | ||||
| 	"weaponSwingSoundVolume": 100, | ||||
| 	"isDebugOBBEnabled": true, | ||||
| 	"isDebugOBBEnabled": false, | ||||
| 	"swingThruGrassBlacklist": "farmersdelight" | ||||
| } | ||||
| @@ -75,10 +75,10 @@ | ||||
| 	   (The first relation to be found for the target will be applied.) | ||||
| 	*/ | ||||
| 	"player_relations": { | ||||
| 		"minecraft:player": "NEUTRAL", | ||||
| 		"minecraft:iron_golem": "NEUTRAL", | ||||
| 		"minecraft:villager": "NEUTRAL", | ||||
| 		"guardvillagers:guard": "NEUTRAL" | ||||
| 		"guardvillagers:guard": "NEUTRAL", | ||||
| 		"minecraft:player": "NEUTRAL" | ||||
| 	}, | ||||
| 	// Relation to unspecified entities those are instance of PassiveEntity(Yarn) | ||||
| 	"player_relation_to_passives": "HOSTILE", | ||||
|   | ||||
							
								
								
									
										7
									
								
								.minecraft/versions/边境流放/config/carryon-client.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								.minecraft/versions/边境流放/config/carryon-client.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| #If the front of the Tile Entities should face the player or should face outward | ||||
| facePlayer = false | ||||
| #Arms should render on sides when carrying. Set to false if you experience issues with mods that replace the player model (like MoBends, etc) | ||||
| renderArms = true | ||||
| #Model Overrides based on NBT or Meta. Advanced users only! Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Model-Override-Config | ||||
| modelOverrides = ["minecraft:redstone_wire->(item)minecraft:redstone", "minecraft:bamboo_sapling->(block)minecraft:bamboo", "minecraft:candle_cake->(block)minecraft:cake"] | ||||
|  | ||||
							
								
								
									
										81
									
								
								.minecraft/versions/边境流放/config/carryon-common.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										81
									
								
								.minecraft/versions/边境流放/config/carryon-common.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,81 @@ | ||||
|  | ||||
| [settings] | ||||
| 	#General Settings | ||||
| 	#Maximum distance from where Blocks and Entities can be picked up | ||||
| 	#Range: 0.0 ~ 1.7976931348623157E308 | ||||
| 	maxDistance = 2.5 | ||||
| 	#Max width of entities that can be picked up in survival mode | ||||
| 	#Range: 0.0 ~ 10.0 | ||||
| 	maxEntityWidth = 1.5 | ||||
| 	#Max height of entities that can be picked up in survival mode | ||||
| 	#Range: 0.0 ~ 10.0 | ||||
| 	maxEntityHeight = 2.5 | ||||
| 	#Slowness multiplier for blocks | ||||
| 	#Range: 0.0 ~ 1.7976931348623157E308 | ||||
| 	blockSlownessMultiplier = 1.0 | ||||
| 	#Slowness multiplier for entities | ||||
| 	#Range: 0.0 ~ 1.7976931348623157E308 | ||||
| 	entitySlownessMultiplier = 1.0 | ||||
| 	#Maximum stack limit for entities | ||||
| 	#Range: > 1 | ||||
| 	maxEntityStackLimit = 10 | ||||
| 	#More complex Tile Entities slow down the player more | ||||
| 	heavyTiles = true | ||||
| 	#Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected. | ||||
| 	pickupAllBlocks = false | ||||
| 	#Whether Blocks and Entities slow the creative player down when carried | ||||
| 	slownessInCreative = true | ||||
| 	#Whether hostile mobs should be able to picked up in survival mode | ||||
| 	pickupHostileMobs = false | ||||
| 	#Larger Entities slow down the player more | ||||
| 	heavyEntities = true | ||||
| 	#Allow babies to be carried even when adult mob is blacklisted (or not whitelisted) | ||||
| 	allowBabies = false | ||||
| 	#Use Whitelist instead of Blacklist for Blocks | ||||
| 	useWhitelistBlocks = false | ||||
| 	#Use Whitelist instead of Blacklist for Entities | ||||
| 	useWhitelistEntities = false | ||||
| 	#Use Whitelist instead of Blacklist for Stacking | ||||
| 	useWhitelistStacking = false | ||||
| 	#Whether the player can hit blocks and entities while carrying or not | ||||
| 	hitWhileCarrying = false | ||||
| 	#Whether the player drops the carried object when hit or not | ||||
| 	dropCarriedWhenHit = false | ||||
| 	#Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance | ||||
| 	useScripts = false | ||||
| 	#Allows entities to be stacked on top of each other | ||||
| 	stackableEntities = true | ||||
| 	#Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones | ||||
| 	entitySizeMattersStacking = true | ||||
| 	#Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs. | ||||
| 	placementStateExceptions = ["minecraft:chest[type]", "minecraft:stone_button[face]", "minecraft:vine[north,east,south,west,up]", "minecraft:creeper_head[rotation]", "minecraft:glow_lichen[north,east,south,west,up,down]", "minecraft:oak_sign[rotation]", "minecraft:oak_trapdoor[half]"] | ||||
| 	#Whether Players can be picked up. Creative players can't be picked up in Survival Mode | ||||
| 	pickupPlayers = true | ||||
| 	#Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can. | ||||
| 	pickupUnbreakableBlocks = false | ||||
|  | ||||
| [whitelist] | ||||
| 	#Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config | ||||
| 	#Entities that CAN be picked up (useWhitelistEntities must be true) | ||||
| 	allowedEntities = [] | ||||
| 	#Blocks that CAN be picked up (useWhitelistBlocks must be true) | ||||
| 	allowedBlocks = [] | ||||
| 	#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) | ||||
| 	allowedStacking = [] | ||||
|  | ||||
| [blacklist] | ||||
| 	#Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config | ||||
| 	#Blocks that cannot be picked up | ||||
| 	forbiddenTiles = ["#forge:immovable", "#forge:relocation_not_supported", "minecraft:end_portal", "minecraft:piston_head", "minecraft:end_gateway", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:peony", "minecraft:rose_bush", "minecraft:lilac", "minecraft:sunflower", "minecraft:*_bed", "minecraft:*_door", "minecraft:big_dripleaf_stem", "minecraft:waterlily", "minecraft:cake", "minecraft:nether_portal", "minecraft:tall_seagrass", "animania:block_trough", "animania:block_invisiblock", "colossalchests:*", "ic2:*", "bigreactors:*", "forestry:*", "tconstruct:*", "rustic:*", "botania:*", "astralsorcery:*", "quark:colored_bed_*", "immersiveengineering:*", "embers:block_furnace", "embers:ember_bore", "embers:ember_activator", "embers:mixer", "embers:heat_coil", "embers:large_tank", "embers:crystal_cell", "embers:alchemy_pedestal", "embers:boiler", "embers:combustor", "embers:catalzyer", "embers:field_chart", "embers:inferno_forge", "storagedrawers:framingtable", "skyresources:*", "lootbags:*", "exsartagine:*", "aquamunda:tank", "opencomputers:*", "malisisdoors:*", "industrialforegoing:*", "minecolonies:*", "thaumcraft:pillar*", "thaumcraft:infernal_furnace", "thaumcraft:placeholder*", "thaumcraft:infusion_matrix", "thaumcraft:golem_builder", "thaumcraft:thaumatorium*", "magneticraft:oil_heater", "magneticraft:solar_panel", "magneticraft:steam_engine", "magneticraft:shelving_unit", "magneticraft:grinder", "magneticraft:sieve", "magneticraft:solar_tower", "magneticraft:solar_mirror", "magneticraft:container", "magneticraft:pumpjack", "magneticraft:solar_panel", "magneticraft:refinery", "magneticraft:oil_heater", "magneticraft:hydraulic_press", "magneticraft:multiblock_gap", "refinedstorage:*", "mcmultipart:*", "enderstorage:*", "betterstorage:*", "practicallogistics2:*", "wearablebackpacks:*", "rftools:screen", "rftools:creative_screen", "create:*", "magic_doorknob:*", "iceandfire:*", "ftbquests:*", "waystones:*", "contact:*", "framedblocks:*", "securitycraft:*", "forgemultipartcbe:*", "integrateddynamics:cable", "mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter", "cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar", "cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink", "powah:*"] | ||||
| 	#Entities that cannot be picked up | ||||
| 	forbiddenEntities = ["minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*"] | ||||
| 	#Entities that cannot have other entities stacked on top of them | ||||
| 	forbiddenStacking = ["minecraft:horse"] | ||||
|  | ||||
| [customPickupConditions] | ||||
| 	#Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config | ||||
| 	#Custom Pickup Conditions for Blocks | ||||
| 	customPickupConditionsBlocks = [] | ||||
| 	#Custom Pickup Conditions for Entities | ||||
| 	customPickupConditionsEntities = [] | ||||
|  | ||||
							
								
								
									
										200
									
								
								.minecraft/versions/边境流放/config/enchantinginfuser-server.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										200
									
								
								.minecraft/versions/边境流放/config/enchantinginfuser-server.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,200 @@ | ||||
|  | ||||
| [advanced_infuser] | ||||
| 	#Can the enchanting infuser repair items using levels in addition to enchanting. | ||||
| 	#Allowed Values: EVERYTHING, TOOLS_AND_ARMOR, NOTHING | ||||
| 	allow_repairing = "TOOLS_AND_ARMOR" | ||||
| 	#Allow enchantments on an already enchanted item to be increased / removed. | ||||
| 	#Allowed Values: ALL, FULL_DURABILITY, UNENCHANTED | ||||
| 	allow_modifying_enchantments = "ALL" | ||||
| 	#How many bookshelves you need around the infuser to be able to apply maximum level enchantments. | ||||
| 	#Filling in corners is important to reach higher values. | ||||
| 	#Setting very high values may require modded bookshelves that provide more than one enchanting power per block (such as Apotheosis' bookshelves). | ||||
| 	#This value will be fixed at 50 when Apotheosis is installed. | ||||
| 	#Range: > 0 | ||||
| 	maximum_bookshelves = 15 | ||||
| 	#Allow books to be enchanted in an infuser. | ||||
| 	allow_books = true | ||||
|  | ||||
| 	[advanced_infuser.types] | ||||
| 		#Allow curses (e.g. curse of vanishing) to be applied using the enchanting infuser. | ||||
| 		#This option takes precedence over option for treasure enchantments (as curses are also treasure enchantments internally). | ||||
| 		allow_curses_enchantments = false | ||||
| 		#Allow treasure enchantments (e.g. mending) to be applied using the enchanting infuser. | ||||
| 		allow_treasure_enchantments = false | ||||
| 		#Allow untradeable enchantments (e.g. soul speed) to be applied using the enchanting infuser. | ||||
| 		#This option takes precedence over other options for treasure and curse enchantments. | ||||
| 		allow_untradeable_enchantments = false | ||||
| 		#Allow enchantments that can normally not be obtained from an enchanting table, but can be put on the item in an anvil (e.g. sharpness on an axe). | ||||
| 		allow_anvil_enchantments = true | ||||
| 		#Allow undiscoverable enchantments (e.g. soul speed) to be applied using the enchanting infuser. | ||||
| 		#This option takes precedence over other options for treasure, curse and tradeable enchantments. | ||||
| 		allow_undiscoverable_enchantments = false | ||||
|  | ||||
| 	[advanced_infuser.repair] | ||||
| 		#Cost multiplier in levels for each repair step, result will be rounded up. | ||||
| 		#Range: 0.0 ~ 1.7976931348623157E308 | ||||
| 		repair_step_multiplier = 2.0 | ||||
| 		#How many percentage points of an items total durability a single repair will restore. | ||||
| 		#Range: 0.1 ~ 1.0 | ||||
| 		repair_percentage_step = 0.25 | ||||
|  | ||||
| 	#The main option in this section is "maximum_cost" as it determines how many levels you'll have to pay for fully enchanting an item with all possible enchantments it can have. | ||||
| 	#Cost multipliers mainly control how this maximum cost will be spread out between enchantments of different rarities. | ||||
| 	[advanced_infuser.costs] | ||||
| 		#Base cost multiplier for each level for very rare enchantments. | ||||
| 		#Range: > 1 | ||||
| 		very_rare_cost_multiplier = 5 | ||||
| 		#Double prices for enchantments normally unobtainable from enchanting tables if they are enabled (e.g. mending, soul speed) when they are enabled. | ||||
| 		double_uniques = true | ||||
| 		#Base cost multiplier for each level for rare enchantments. | ||||
| 		#Range: > 1 | ||||
| 		rare_cost_multiplier = 4 | ||||
| 		#Cost level to scale prices by. This is not a strict value, meaning it can be exceeded (e.g. when applying treasure enchantments). | ||||
| 		#Range: > 1 | ||||
| 		maximum_cost = 20 | ||||
| 		#When scaling costs, only account for vanilla enchantments. Otherwise enchanting costs will become ludicrously cheap with many modded enchantments present. | ||||
| 		scale_costs_by_vanilla_only = true | ||||
| 		#Base cost multiplier for each level for uncommon enchantments. | ||||
| 		#Range: > 1 | ||||
| 		uncommon_cost_multiplier = 3 | ||||
| 		#Base cost multiplier for each level for common enchantments. | ||||
| 		#Range: > 1 | ||||
| 		common_cost_multiplier = 2 | ||||
|  | ||||
| 	#This section allows for controlling at what percentage of the total enchanting power certain kinds of enchantments become available. | ||||
| 	#With default settings e.g. the first level of a rare enchantment will be available at 40% enchanting power (controlled by "rare_multiplier", translates to 40% * 15 = 6 bookshelves), and the maximum level for that enchant will be available at 40% + 40% = 80% enchanting power (controlled by "rare_multiplier" and "rarity_range_multiplier", translates to 80% * 15 = 12 bookshelves). | ||||
| 	[advanced_infuser.power] | ||||
| 		#Multiplier for maximum enchanting power for when rare enchantments become available. | ||||
| 		#Range: -1.0 ~ 1.0 | ||||
| 		rare_multiplier = 0.4 | ||||
| 		#Multiplier for maximum enchanting power for when untradeable enchantments become available. | ||||
| 		#They also need to be enabled in the "types" config. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		untradeable_multiplier = 0.9 | ||||
| 		#Multiplier for maximum enchanting power for how much power is required to max out an enchantment. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		rarity_range = 0.4 | ||||
| 		#Multiplier for maximum enchanting power for when undiscoverable enchantments become available. | ||||
| 		#They also need to be enabled in the "types" config. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		undiscoverable_multiplier = 0.9 | ||||
| 		#Multiplier for maximum enchanting power for when treasure enchantments become available. | ||||
| 		#They also need to be enabled in the "types" config. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		treasure_multiplier = 0.95 | ||||
| 		#Multiplier for maximum enchanting power for when curse enchantments become available. | ||||
| 		#They also need to be enabled in the "types" config. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		curse_multiplier = 1.0 | ||||
| 		#Multiplier for maximum enchanting power for when common enchantments become available. | ||||
| 		#Range: -1.0 ~ 1.0 | ||||
| 		common_multiplier = -0.2 | ||||
| 		#Multiplier for maximum enchanting power for when very rare enchantments become available. | ||||
| 		#Range: -1.0 ~ 1.0 | ||||
| 		very_rare_multiplier = 0.6 | ||||
| 		#Multiplier for maximum enchanting power for when uncommon enchantments become available. | ||||
| 		#Range: -1.0 ~ 1.0 | ||||
| 		uncommon_multiplier = 0.2 | ||||
|  | ||||
| [normal_infuser] | ||||
| 	#Can the enchanting infuser repair items using levels in addition to enchanting. | ||||
| 	#Allowed Values: EVERYTHING, TOOLS_AND_ARMOR, NOTHING | ||||
| 	allow_repairing = "NOTHING" | ||||
| 	#Allow enchantments on an already enchanted item to be increased / removed. | ||||
| 	#Allowed Values: ALL, FULL_DURABILITY, UNENCHANTED | ||||
| 	allow_modifying_enchantments = "UNENCHANTED" | ||||
| 	#How many bookshelves you need around the infuser to be able to apply maximum level enchantments. | ||||
| 	#Filling in corners is important to reach higher values. | ||||
| 	#Setting very high values may require modded bookshelves that provide more than one enchanting power per block (such as Apotheosis' bookshelves). | ||||
| 	#This value will be fixed at 50 when Apotheosis is installed. | ||||
| 	#Range: > 0 | ||||
| 	maximum_bookshelves = 15 | ||||
| 	#Allow books to be enchanted in an infuser. | ||||
| 	allow_books = false | ||||
|  | ||||
| 	[normal_infuser.types] | ||||
| 		#Allow curses (e.g. curse of vanishing) to be applied using the enchanting infuser. | ||||
| 		#This option takes precedence over option for treasure enchantments (as curses are also treasure enchantments internally). | ||||
| 		allow_curses_enchantments = false | ||||
| 		#Allow treasure enchantments (e.g. mending) to be applied using the enchanting infuser. | ||||
| 		allow_treasure_enchantments = false | ||||
| 		#Allow untradeable enchantments (e.g. soul speed) to be applied using the enchanting infuser. | ||||
| 		#This option takes precedence over other options for treasure and curse enchantments. | ||||
| 		allow_untradeable_enchantments = false | ||||
| 		#Allow enchantments that can normally not be obtained from an enchanting table, but can be put on the item in an anvil (e.g. sharpness on an axe). | ||||
| 		allow_anvil_enchantments = false | ||||
| 		#Allow undiscoverable enchantments (e.g. soul speed) to be applied using the enchanting infuser. | ||||
| 		#This option takes precedence over other options for treasure, curse and tradeable enchantments. | ||||
| 		allow_undiscoverable_enchantments = false | ||||
|  | ||||
| 	[normal_infuser.repair] | ||||
| 		#Cost multiplier in levels for each repair step, result will be rounded up. | ||||
| 		#Range: 0.0 ~ 1.7976931348623157E308 | ||||
| 		repair_step_multiplier = 2.0 | ||||
| 		#How many percentage points of an items total durability a single repair will restore. | ||||
| 		#Range: 0.1 ~ 1.0 | ||||
| 		repair_percentage_step = 0.25 | ||||
|  | ||||
| 	#The main option in this section is "maximum_cost" as it determines how many levels you'll have to pay for fully enchanting an item with all possible enchantments it can have. | ||||
| 	#Cost multipliers mainly control how this maximum cost will be spread out between enchantments of different rarities. | ||||
| 	[normal_infuser.costs] | ||||
| 		#Base cost multiplier for each level for very rare enchantments. | ||||
| 		#Range: > 1 | ||||
| 		very_rare_cost_multiplier = 5 | ||||
| 		#Double prices for enchantments normally unobtainable from enchanting tables if they are enabled (e.g. mending, soul speed) when they are enabled. | ||||
| 		double_uniques = true | ||||
| 		#Base cost multiplier for each level for rare enchantments. | ||||
| 		#Range: > 1 | ||||
| 		rare_cost_multiplier = 4 | ||||
| 		#Cost level to scale prices by. This is not a strict value, meaning it can be exceeded (e.g. when applying treasure enchantments). | ||||
| 		#Range: > 1 | ||||
| 		maximum_cost = 30 | ||||
| 		#When scaling costs, only account for vanilla enchantments. Otherwise enchanting costs will become ludicrously cheap with many modded enchantments present. | ||||
| 		scale_costs_by_vanilla_only = true | ||||
| 		#Base cost multiplier for each level for uncommon enchantments. | ||||
| 		#Range: > 1 | ||||
| 		uncommon_cost_multiplier = 3 | ||||
| 		#Base cost multiplier for each level for common enchantments. | ||||
| 		#Range: > 1 | ||||
| 		common_cost_multiplier = 2 | ||||
|  | ||||
| 	#This section allows for controlling at what percentage of the total enchanting power certain kinds of enchantments become available. | ||||
| 	#With default settings e.g. the first level of a rare enchantment will be available at 40% enchanting power (controlled by "rare_multiplier", translates to 40% * 15 = 6 bookshelves), and the maximum level for that enchant will be available at 40% + 40% = 80% enchanting power (controlled by "rare_multiplier" and "rarity_range_multiplier", translates to 80% * 15 = 12 bookshelves). | ||||
| 	[normal_infuser.power] | ||||
| 		#Multiplier for maximum enchanting power for when rare enchantments become available. | ||||
| 		#Range: -1.0 ~ 1.0 | ||||
| 		rare_multiplier = 0.4 | ||||
| 		#Multiplier for maximum enchanting power for when untradeable enchantments become available. | ||||
| 		#They also need to be enabled in the "types" config. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		untradeable_multiplier = 0.9 | ||||
| 		#Multiplier for maximum enchanting power for how much power is required to max out an enchantment. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		rarity_range = 0.4 | ||||
| 		#Multiplier for maximum enchanting power for when undiscoverable enchantments become available. | ||||
| 		#They also need to be enabled in the "types" config. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		undiscoverable_multiplier = 0.9 | ||||
| 		#Multiplier for maximum enchanting power for when treasure enchantments become available. | ||||
| 		#They also need to be enabled in the "types" config. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		treasure_multiplier = 0.95 | ||||
| 		#Multiplier for maximum enchanting power for when curse enchantments become available. | ||||
| 		#They also need to be enabled in the "types" config. | ||||
| 		#Range: 0.0 ~ 1.0 | ||||
| 		curse_multiplier = 1.0 | ||||
| 		#Multiplier for maximum enchanting power for when common enchantments become available. | ||||
| 		#Range: -1.0 ~ 1.0 | ||||
| 		common_multiplier = -0.2 | ||||
| 		#Multiplier for maximum enchanting power for when very rare enchantments become available. | ||||
| 		#Range: -1.0 ~ 1.0 | ||||
| 		very_rare_multiplier = 0.6 | ||||
| 		#Multiplier for maximum enchanting power for when uncommon enchantments become available. | ||||
| 		#Range: -1.0 ~ 1.0 | ||||
| 		uncommon_multiplier = 0.2 | ||||
|  | ||||
| [integration] | ||||
| 	#Enable compat for Apotheosis if it is installed. Allows for using the full range of changes Apotheosis applies to vanilla enchantments. | ||||
| 	#Should only really be disabled if compat breaks due to internal changes. | ||||
| 	apotheosis = true | ||||
|  | ||||
| @@ -68,3 +68,22 @@ customization { | ||||
|   height = 63 | ||||
| } | ||||
|  | ||||
| customization { | ||||
|   orientation = bottom-left | ||||
|   enable_scrolling = true | ||||
|   shadow = true | ||||
|   scale = 1.0 | ||||
|   source = 游戏加载中,请稍后……%n%手机版的加载时间较长,请耐心等待~%n%内存:{"placeholder":"percentram"}% {"placeholder":"usedram"}MB/{"placeholder":"maxram"}MB%n%FPS:{"placeholder":"drippy_fps"} | ||||
|   text_border = 0 | ||||
|   case_mode = normal | ||||
|   source_mode = direct | ||||
|   line_spacing = 1 | ||||
|   x = 0 | ||||
|   width = 400 | ||||
|   action = custom_layout_element:fancymenu_customization_item_text | ||||
|   actionid = fd50e019-c8b5-4c30-9cfa-48f37cdcda7a1694741415029 | ||||
|   y = -45 | ||||
|   alignment = left | ||||
|   height = 45 | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #Early window height | ||||
| earlyWindowHeight = 480 | ||||
| earlyWindowHeight = 861 | ||||
| #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 = 854 | ||||
| earlyWindowWidth = 1598 | ||||
| #Early window starts maximized | ||||
| earlyWindowMaximized = false | ||||
| #Default config path for servers | ||||
|   | ||||
| @@ -13,22 +13,35 @@ | ||||
| 		image: "mmorpg:textures/gui/main_hub/exclamation_mark.png" | ||||
| 		rotation: 0.0d | ||||
| 		width: 2.0d | ||||
| 		x: -2.5d | ||||
| 		x: 0.0d | ||||
| 		y: -2.0d | ||||
| 	}] | ||||
| 	order_index: 0 | ||||
| 	quest_links: [ ] | ||||
| 	quests: [{ | ||||
| 		description: ["挖矿与砍杀目前存在一些问题,这些问题本人无力处理,只能等待作者修复,如果你遇到了这些问题还请向mod作者反馈!"] | ||||
| 		id: "493BD5D1F35D7EBB" | ||||
| 		tasks: [{ | ||||
| 			id: "33105A532699BEA4" | ||||
| 			title: "点击以确认" | ||||
| 			type: "checkmark" | ||||
| 		}] | ||||
| 		title: "挖矿与砍杀存在问题" | ||||
| 		x: 0.0d | ||||
| 		y: 0.0d | ||||
| 	}] | ||||
| 	title: "0 重要说明" | ||||
| 	quests: [ | ||||
| 		{ | ||||
| 			description: ["挖矿与砍杀目前存在一些问题,这些问题本人无力处理,只能等待作者修复,如果你遇到了这些问题还请向mod作者反馈!"] | ||||
| 			id: "493BD5D1F35D7EBB" | ||||
| 			tasks: [{ | ||||
| 				id: "33105A532699BEA4" | ||||
| 				title: "点击以确认" | ||||
| 				type: "checkmark" | ||||
| 			}] | ||||
| 			title: "挖矿与砍杀存在问题" | ||||
| 			x: 0.0d | ||||
| 			y: 0.0d | ||||
| 		} | ||||
| 		{ | ||||
| 			description: ["为了以示区分,原版的经验统称为经验,挖矿与砍杀的经验统称为MMO经验"] | ||||
| 			id: "7C125D7AA8447F27" | ||||
| 			tasks: [{ | ||||
| 				id: "302EB8C387C79583" | ||||
| 				title: "经验和经验" | ||||
| 				type: "checkmark" | ||||
| 			}] | ||||
| 			x: 1.0d | ||||
| 			y: 0.0d | ||||
| 		} | ||||
| 	] | ||||
| 	title: "&c&l重要说明" | ||||
| } | ||||
|   | ||||
| @@ -5,29 +5,69 @@ | ||||
| 	group: "" | ||||
| 	icon: "mmorpg:skill_gems/skill/int" | ||||
| 	id: "2018EB1255AEE34B" | ||||
| 	images: [{ | ||||
| 		click: "" | ||||
| 		corner: false | ||||
| 		dev: false | ||||
| 		height: 1.0d | ||||
| 		hover: [ ] | ||||
| 		image: "twilightforest:textures/armor/arcticarmor_1.png" | ||||
| 		rotation: 0.0d | ||||
| 		width: 2.0d | ||||
| 		x: -3.5d | ||||
| 		y: -2.5d | ||||
| 	}] | ||||
| 	order_index: 1 | ||||
| 	quest_links: [ ] | ||||
| 	quests: [{ | ||||
| 		id: "3BF15C33894DC2D5" | ||||
| 		tasks: [{ | ||||
| 			id: "7F25F03BAF332FC0" | ||||
| 			item: "mmorpg:newbie_gear_bag" | ||||
| 			type: "item" | ||||
| 		}] | ||||
| 		x: 0.0d | ||||
| 		y: 0.0d | ||||
| 	}] | ||||
| 	quests: [ | ||||
| 		{ | ||||
| 			description: ["开启新手装备袋,开始你的旅途"] | ||||
| 			id: "3BF15C33894DC2D5" | ||||
| 			rewards: [{ | ||||
| 				exclude_from_claim_all: true | ||||
| 				id: "5410FAA1F3235679" | ||||
| 				table_id: 7825923329993381431L | ||||
| 				type: "loot" | ||||
| 			}] | ||||
| 			tasks: [{ | ||||
| 				id: "7F25F03BAF332FC0" | ||||
| 				item: "mmorpg:newbie_gear_bag" | ||||
| 				type: "item" | ||||
| 			}] | ||||
| 			x: 0.0d | ||||
| 			y: 0.0d | ||||
| 		} | ||||
| 		{ | ||||
| 			dependencies: ["3BF15C33894DC2D5"] | ||||
| 			description: ["击杀怪物以获得经验。现在来试试吧!"] | ||||
| 			id: "1374BA63E81508AE" | ||||
| 			rewards: [{ | ||||
| 				exclude_from_claim_all: true | ||||
| 				id: "6E0913947A187B48" | ||||
| 				table_id: 7825923329993381431L | ||||
| 				type: "loot" | ||||
| 			}] | ||||
| 			tasks: [{ | ||||
| 				entity: "minecraft:zombie" | ||||
| 				icon: "minecraft:zombie_head" | ||||
| 				id: "316A853EE9806996" | ||||
| 				title: "击杀10只僵尸" | ||||
| 				type: "kill" | ||||
| 				value: 10L | ||||
| 			}] | ||||
| 			x: 0.0d | ||||
| 			y: 1.0d | ||||
| 		} | ||||
| 		{ | ||||
| 			dependencies: ["1374BA63E81508AE"] | ||||
| 			description: ["寻找一个刷怪笼,并制作一个经验农场"] | ||||
| 			id: "51A198D8EF8312F9" | ||||
| 			rewards: [{ | ||||
| 				exclude_from_claim_all: true | ||||
| 				id: "287661D15A82E7A3" | ||||
| 				table_id: 1442380370348188306L | ||||
| 				type: "loot" | ||||
| 			}] | ||||
| 			tasks: [{ | ||||
| 				icon: "minecraft:spawner" | ||||
| 				id: "0F7204BB3362914B" | ||||
| 				observe_type: 0 | ||||
| 				timer: 0L | ||||
| 				title: "找到一个刷怪笼" | ||||
| 				to_observe: "minecraft:spawner" | ||||
| 				type: "observation" | ||||
| 			}] | ||||
| 			x: 0.0d | ||||
| 			y: 2.0d | ||||
| 		} | ||||
| 	] | ||||
| 	title: "挖矿与砍杀" | ||||
| } | ||||
|   | ||||
| @@ -0,0 +1,125 @@ | ||||
| { | ||||
| 	default_hide_dependency_lines: false | ||||
| 	default_quest_shape: "" | ||||
| 	filename: "339F028E0671CDB4" | ||||
| 	group: "" | ||||
| 	icon: { | ||||
| 		Count: 1b | ||||
| 		id: "minecraft:netherite_sword" | ||||
| 		tag: { | ||||
| 			Damage: 0 | ||||
| 		} | ||||
| 	} | ||||
| 	id: "339F028E0671CDB4" | ||||
| 	order_index: 3 | ||||
| 	quest_links: [ ] | ||||
| 	quests: [ | ||||
| 		{ | ||||
| 			description: [ | ||||
| 				"MC实在是太简单啦!" | ||||
| 				"完成这些挑战,证明你的石粒!" | ||||
| 			] | ||||
| 			id: "348B13A825880DC7" | ||||
| 			tasks: [{ | ||||
| 				id: "4389D593FFF8C445" | ||||
| 				title: "来点刺激的!" | ||||
| 				type: "checkmark" | ||||
| 			}] | ||||
| 			x: 0.0d | ||||
| 			y: 0.0d | ||||
| 		} | ||||
| 		{ | ||||
| 			dependencies: ["4389D593FFF8C445"] | ||||
| 			description: [ | ||||
| 				"击杀100只僵尸" | ||||
| 				"这不是很简单吗?" | ||||
| 			] | ||||
| 			id: "17BA58DAAA9FC8B4" | ||||
| 			rewards: [{ | ||||
| 				id: "41C26E8A6850F821" | ||||
| 				item: "minecraft:zombie_head" | ||||
| 				type: "item" | ||||
| 			}] | ||||
| 			tasks: [{ | ||||
| 				entity: "minecraft:zombie" | ||||
| 				id: "61782D8689E60E28" | ||||
| 				title: "百尸斩" | ||||
| 				type: "kill" | ||||
| 				value: 100L | ||||
| 			}] | ||||
| 			x: -1.0d | ||||
| 			y: 1.0d | ||||
| 		} | ||||
| 		{ | ||||
| 			dependencies: ["4389D593FFF8C445"] | ||||
| 			description: [ | ||||
| 				"击杀100只骷髅" | ||||
| 				"这名字就不能起的好听点吗?" | ||||
| 			] | ||||
| 			id: "6DF55F223C31D61C" | ||||
| 			tasks: [{ | ||||
| 				entity: "minecraft:skeleton" | ||||
| 				id: "1CF9D7618C2BA704" | ||||
| 				title: "百骷髅斩" | ||||
| 				type: "kill" | ||||
| 				value: 100L | ||||
| 			}] | ||||
| 			x: 0.0d | ||||
| 			y: 1.0d | ||||
| 		} | ||||
| 		{ | ||||
| 			dependencies: ["4389D593FFF8C445"] | ||||
| 			description: [ | ||||
| 				"击杀100只蜘蛛" | ||||
| 				"洞穴蜘蛛也是蜘蛛啊喂!为什么不算!" | ||||
| 			] | ||||
| 			id: "738DAB18B0203E03" | ||||
| 			tasks: [{ | ||||
| 				entity: "minecraft:spider" | ||||
| 				id: "53EE417992592040" | ||||
| 				title: "百蛛斩" | ||||
| 				type: "kill" | ||||
| 				value: 100L | ||||
| 			}] | ||||
| 			x: 1.0d | ||||
| 			y: 1.0d | ||||
| 		} | ||||
| 		{ | ||||
| 			dependencies: ["4389D593FFF8C445"] | ||||
| 			description: ["击杀10000只生物"] | ||||
| 			id: "78D145F7E4DC1F11" | ||||
| 			tasks: [{ | ||||
| 				icon: { | ||||
| 					Count: 1b | ||||
| 					id: "minecraft:diamond_sword" | ||||
| 					tag: { | ||||
| 						Damage: 0 | ||||
| 					} | ||||
| 				} | ||||
| 				id: "7FCE551CEB8CC5F5" | ||||
| 				stat: "minecraft:mob_kills" | ||||
| 				title: "万物灭" | ||||
| 				type: "stat" | ||||
| 				value: 10000 | ||||
| 			}] | ||||
| 			x: 0.0d | ||||
| 			y: -1.0d | ||||
| 		} | ||||
| 		{ | ||||
| 			dependencies: ["4389D593FFF8C445"] | ||||
| 			description: ["击杀&m一组&r64名玩家 这不是PVE的游戏吗?"] | ||||
| 			id: "76173A12ED5D3D51" | ||||
| 			tasks: [{ | ||||
| 				icon: "minecraft:player_head" | ||||
| 				id: "024DFD0B1FF33822" | ||||
| 				stat: "minecraft:player_kills" | ||||
| 				title: "PVP的神" | ||||
| 				type: "stat" | ||||
| 				value: 64 | ||||
| 			}] | ||||
| 			x: 0.0d | ||||
| 			y: -2.0d | ||||
| 		} | ||||
| 	] | ||||
| 	title: "&e挑战" | ||||
| } | ||||
| @@ -0,0 +1,23 @@ | ||||
| { | ||||
| 	default_hide_dependency_lines: false | ||||
| 	default_quest_shape: "" | ||||
| 	filename: "35B64C6C26F74261" | ||||
| 	group: "" | ||||
| 	icon: "twilightforest:twilight_portal_miniature_structure" | ||||
| 	id: "35B64C6C26F74261" | ||||
| 	order_index: 2 | ||||
| 	quest_links: [ ] | ||||
| 	quests: [{ | ||||
| 		description: ["探索神秘的暮色森林"] | ||||
| 		id: "0DA045AE8B95A120" | ||||
| 		tasks: [{ | ||||
| 			dimension: "twilightforest:twilight_forest" | ||||
| 			id: "7760527C9DEAADA9" | ||||
| 			title: "进入暮色森林" | ||||
| 			type: "dimension" | ||||
| 		}] | ||||
| 		x: 0.0d | ||||
| 		y: 1.0d | ||||
| 	}] | ||||
| 	title: "暮色森林" | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
| 	id: "48E049E556452255" | ||||
| 	loot_size: 1 | ||||
| 	order_index: 3 | ||||
| 	rewards: [ ] | ||||
| } | ||||
| @@ -0,0 +1,7 @@ | ||||
| { | ||||
| 	id: "2A08EFA9FD12807A" | ||||
| 	loot_size: 1 | ||||
| 	order_index: 0 | ||||
| 	rewards: [ ] | ||||
| 	title: "mmorpg" | ||||
| } | ||||
| @@ -0,0 +1,12 @@ | ||||
| { | ||||
| 	id: "6C9B43CE1BB29637" | ||||
| 	loot_size: 1 | ||||
| 	order_index: 1 | ||||
| 	rewards: [{ | ||||
| 		command: "/mine_and_slash give exp @s 100" | ||||
| 		icon: "create:experience_nugget" | ||||
| 		title: "100点MMO经验" | ||||
| 		type: "command" | ||||
| 	}] | ||||
| 	title: "mmorpg_exp_100" | ||||
| } | ||||
| @@ -0,0 +1,12 @@ | ||||
| { | ||||
| 	id: "14045D4E0599A292" | ||||
| 	loot_size: 1 | ||||
| 	order_index: 2 | ||||
| 	rewards: [{ | ||||
| 		command: "/mine_and_slash give exp @s 300" | ||||
| 		icon: "create:experience_nugget" | ||||
| 		title: "300点MMO经验" | ||||
| 		type: "command" | ||||
| 	}] | ||||
| 	title: "mmorpg_exp_300" | ||||
| } | ||||
| @@ -0,0 +1,12 @@ | ||||
| { | ||||
| 	id: "43C0D06AA9C5BE93" | ||||
| 	loot_size: 1 | ||||
| 	order_index: 3 | ||||
| 	rewards: [{ | ||||
| 		command: "/mine_and_slash give exp @s 500" | ||||
| 		icon: "create:experience_nugget" | ||||
| 		title: "500点MMO经验" | ||||
| 		type: "command" | ||||
| 	}] | ||||
| 	title: "mmorpg_exp_500" | ||||
| } | ||||
| @@ -0,0 +1,24 @@ | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| profile Saved activate HOT5 | ||||
| 	HOT1 | ||||
| 		"alexsmobs:animal_dictionary" | ||||
| 	HOT2 | ||||
| 		"touhou_little_maid:smart_slab_init" | ||||
| 	HOT3 | ||||
| 		"mca:book_romance" | ||||
| 	HOT4 | ||||
| 		"patchouli:guide_book" | ||||
| 	HOT6 | ||||
| 		"tombstone:scroll_of_true_sight" | ||||
| 	HOT7 | ||||
| 		"minecraft:observer" | ||||
| 	HOT8 | ||||
| 		"minecraft:bell" | ||||
| 	HOT9 | ||||
| 		"minecraft:splash_potion" | ||||
| 	HEAD | ||||
| 		"minecraft:wither_skeleton_skull" | ||||
|  | ||||
| @@ -57,8 +57,20 @@ | ||||
|   "create:exact_block": null, | ||||
|   "create:filter": null, | ||||
|   "create:goggles": null, | ||||
|   "waystones:waystone": null, | ||||
|   "twilightforest:quest_ram_wool": null, | ||||
|   "tombstone:graves": null, | ||||
|   "lootr:info": null, | ||||
|   "lootr:inventory": null, | ||||
|   "create:blaze_burner": null, | ||||
|   "create:copper_backtank": null, | ||||
|   "create:contraption_inv": null, | ||||
|   "create:hide_boiler_tanks": null, | ||||
|   "create:crafting_blueprint": null, | ||||
|   "create:placard": null, | ||||
|   "create:exact_block": null, | ||||
|   "create:filter": null, | ||||
|   "create:goggles": null, | ||||
|   "waystones:waystone": null, | ||||
|   "minecraft:brewing_stand": null, | ||||
|   "minecraft:beehive": null, | ||||
|   "minecraft:command_block": null, | ||||
| @@ -102,17 +114,5 @@ | ||||
|   "jade:registry_name": null, | ||||
|   "jade:mod_name": null, | ||||
|   "jade:distance": null, | ||||
|   "jade:block_face": null, | ||||
|   "tombstone:graves": null, | ||||
|   "lootr:info": null, | ||||
|   "lootr:inventory": null, | ||||
|   "create:blaze_burner": null, | ||||
|   "create:copper_backtank": null, | ||||
|   "create:contraption_inv": null, | ||||
|   "create:hide_boiler_tanks": null, | ||||
|   "create:crafting_blueprint": null, | ||||
|   "create:placard": null, | ||||
|   "create:exact_block": null, | ||||
|   "create:filter": null, | ||||
|   "create:goggles": null | ||||
|   "jade:block_face": null | ||||
| } | ||||
							
								
								
									
										16
									
								
								.minecraft/versions/边境流放/config/justzoom/config.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.minecraft/versions/边境流放/config/justzoom/config.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| ##[zoom] | ||||
|  | ||||
| [The base zoom factor before zooming in or out.] | ||||
| D:base_zoom_factor = '0.25'; | ||||
| [Caps the maximum FOV when zooming out, so you can't zoom out more than your normal FOV. Default = true] | ||||
| B:zoom_out_cap = 'true'; | ||||
| [If the camera should move smoothly when zoomed.] | ||||
| B:smooth_camera_on_zoom = 'true'; | ||||
| [How much to zoom out per scroll.] | ||||
| D:zoom_out_per_scroll = '0.05'; | ||||
| [If the zoom factor should reset to the base zoom factor when stop zooming. Default = true] | ||||
| B:reset_zoom_factor = 'true'; | ||||
| [How much to zoom in per scroll.] | ||||
| D:zoom_in_per_scroll = '0.05'; | ||||
| [How fast the zoom should interpolate between the current FOV and the modified/zoomed FOV. Higher values mean faster interpolation. Default = 0.1 (10 frames), Min = 0.01 (100 frames), Max = 1 (1 frame)] | ||||
| D:lerp_amount = '0.1'; | ||||
| @@ -3,7 +3,7 @@ | ||||
| 		"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:\"minecraft:baked_potato\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}" | ||||
| 			"{data:{Count:1b,id:\"torchmaster:megatorch\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}" | ||||
| 		], | ||||
| 		"hiddenFavorites": [], | ||||
| 		"displayHistory": [], | ||||
| @@ -163,7 +163,7 @@ | ||||
| 	"functionality": { | ||||
| 		"inputMethod": "rei:pinyin", | ||||
| 		// Declares whether REI should remove the recipe book. | ||||
| 		"disableRecipeBook": true, | ||||
| 		"disableRecipeBook": false, | ||||
| 		// Declares whether mob effects should be on the left side instead of the right side. | ||||
| 		"leftSideMobEffects": true, | ||||
| 		// Declares whether subsets is enabled. | ||||
|   | ||||
| @@ -1,2 +1,2 @@ | ||||
| #Pinyin Options | ||||
| #Tue Sep 12 17:43:55 CST 2023 | ||||
| #Fri Sep 15 21:59:39 CST 2023 | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| #Double Pinyin Options | ||||
| #Tue Sep 12 17:43:55 CST 2023 | ||||
| #Fri Sep 15 21:59:39 CST 2023 | ||||
| Converter=sougou | ||||
|   | ||||
							
								
								
									
										224
									
								
								.minecraft/versions/边境流放/config/spawnermod.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										224
									
								
								.minecraft/versions/边境流放/config/spawnermod.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,224 @@ | ||||
| { | ||||
|   "default_spawner_range": 52, | ||||
|   "default_spawner_range_enabled": 0, | ||||
|   "disable_count": 0, | ||||
|   "disable_egg_removal_from_spawner": 0, | ||||
|   "disable_range": 0, | ||||
|   "disable_silk_touch": 0, | ||||
|   "disable_spawner_config": 0, | ||||
|   "disable_speed": 0, | ||||
|   "display_item_id_from_right_click_in_log": 0, | ||||
|   "limited_spawns_amount": 32, | ||||
|   "limited_spawns_enabled": 0, | ||||
|   "monster_egg_drop_chance": 1, | ||||
|   "monster_egg_only_drop_when_killed_by_player": 0, | ||||
|   "spawner_hardness": 5, | ||||
|   "item_id_blacklist": [], | ||||
|   "disable_specific_egg_drops": { | ||||
|     "alexsmobs:spa": 1, | ||||
|     "alexsmobs:spaw": 1, | ||||
|     "alexsmobs:spawn": 1, | ||||
|     "alexsmobs:spawn_": 1, | ||||
|     "alexsmobs:spawn_e": 1, | ||||
|     "alexsmobs:spawn_eg": 1, | ||||
|     "alexsmobs:spawn_egg": 1, | ||||
|     "alexsmobs:spawn_egg_": 1, | ||||
|     "alexsmobs:spawn_egg_alligator_snapp": 1, | ||||
|     "alexsmobs:spawn_egg_b": 1, | ||||
|     "alexsmobs:spawn_egg_bo": 1, | ||||
|     "alexsmobs:spawn_egg_cach": 1, | ||||
|     "alexsmobs:spawn_egg_capuc": 1, | ||||
|     "alexsmobs:spawn_egg_crimso": 1, | ||||
|     "alexsmobs:spawn_egg_devils_ho": 1, | ||||
|     "alexsmobs:spawn_egg_en": 1, | ||||
|     "alexsmobs:spawn_egg_f": 1, | ||||
|     "alexsmobs:spawn_egg_fr": 1, | ||||
|     "alexsmobs:spawn_egg_fri": 1, | ||||
|     "alexsmobs:spawn_egg_g": 1, | ||||
|     "alexsmobs:spawn_egg_gel": 1, | ||||
|     "alexsmobs:spawn_egg_gr": 1, | ||||
|     "alexsmobs:spawn_egg_h": 1, | ||||
|     "alexsmobs:spawn_egg_hammer": 1, | ||||
|     "alexsmobs:spawn_egg_kom": 1, | ||||
|     "alexsmobs:spawn_egg_leaf": 1, | ||||
|     "alexsmobs:spawn_egg_man": 1, | ||||
|     "alexsmobs:spawn_egg_mim": 1, | ||||
|     "alexsmobs:spawn_egg_r": 1, | ||||
|     "alexsmobs:spawn_egg_ro": 1, | ||||
|     "alexsmobs:spawn_egg_sn": 1, | ||||
|     "alexsmobs:spawn_egg_so": 1, | ||||
|     "alexsmobs:spawn_egg_su": 1, | ||||
|     "alexsmobs:spawn_egg_tara": 1, | ||||
|     "alexsmobs:spawn_egg_tasma": 1, | ||||
|     "alexsmobs:spawn_egg_w": 1, | ||||
|     "alexsmobs:spawn_egg_wa": 1, | ||||
|     "cataclysm:coralssus": 1, | ||||
|     "cataclysm:deepling": 1, | ||||
|     "cataclysm:deepling_angler": 1, | ||||
|     "cataclysm:deepling_brute": 1, | ||||
|     "cataclysm:deepling_priest": 1, | ||||
|     "cataclysm:ender_golem": 1, | ||||
|     "cataclysm:ender_guardian": 1, | ||||
|     "cataclysm:endermaptera": 1, | ||||
|     "cataclysm:ignis": 1, | ||||
|     "cataclysm:ignited_revenant": 1, | ||||
|     "cataclysm:lionfish": 1, | ||||
|     "cataclysm:nameless_sorcerer": 1, | ||||
|     "cataclysm:netherite_monstrosity": 1, | ||||
|     "cataclysm:the_baby_leviathan": 1, | ||||
|     "cataclysm:the_harbinger": 1, | ||||
|     "cataclysm:the_leviathan": 1, | ||||
|     "creeperoverhaul:badlands_creeper": 1, | ||||
|     "creeperoverhaul:bamboo_creeper": 1, | ||||
|     "creeperoverhaul:beach_creeper": 1, | ||||
|     "creeperoverhaul:cave_creeper": 1, | ||||
|     "creeperoverhaul:dark_oak_creeper": 1, | ||||
|     "creeperoverhaul:desert_creeper": 1, | ||||
|     "creeperoverhaul:dripstone_creeper": 1, | ||||
|     "creeperoverhaul:hills_creeper": 1, | ||||
|     "creeperoverhaul:jungle_creeper": 1, | ||||
|     "creeperoverhaul:mushroom_creeper": 1, | ||||
|     "creeperoverhaul:ocean_creeper": 1, | ||||
|     "creeperoverhaul:savannah_creeper": 1, | ||||
|     "creeperoverhaul:snowy_creeper": 1, | ||||
|     "creeperoverhaul:spruce_creeper": 1, | ||||
|     "creeperoverhaul:swamp_creeper": 1, | ||||
|     "mca:female_villager": 1, | ||||
|     "mca:female_zombie_villager": 1, | ||||
|     "mca:grim_reaper": 1, | ||||
|     "mca:male_villager": 1, | ||||
|     "mca:male_zombie_villager": 1, | ||||
|     "minecraft:allay": 1, | ||||
|     "minecraft:axolotl": 1, | ||||
|     "minecraft:bat": 1, | ||||
|     "minecraft:bee": 1, | ||||
|     "minecraft:blaze": 0, | ||||
|     "minecraft:camel": 1, | ||||
|     "minecraft:cat": 1, | ||||
|     "minecraft:cave_spider": 0, | ||||
|     "minecraft:chicken": 0, | ||||
|     "minecraft:cod": 1, | ||||
|     "minecraft:cow": 0, | ||||
|     "minecraft:creeper": 0, | ||||
|     "minecraft:dolphin": 1, | ||||
|     "minecraft:donkey": 1, | ||||
|     "minecraft:drowned": 1, | ||||
|     "minecraft:elder_guardian": 1, | ||||
|     "minecraft:ender_dragon": 1, | ||||
|     "minecraft:enderman": 1, | ||||
|     "minecraft:endermite": 1, | ||||
|     "minecraft:evoker": 1, | ||||
|     "minecraft:fox": 1, | ||||
|     "minecraft:frog": 1, | ||||
|     "minecraft:ghast": 1, | ||||
|     "minecraft:glow_squid": 1, | ||||
|     "minecraft:goat": 1, | ||||
|     "minecraft:guardian": 1, | ||||
|     "minecraft:hoglin": 1, | ||||
|     "minecraft:horse": 0, | ||||
|     "minecraft:husk": 1, | ||||
|     "minecraft:iron_golem": 1, | ||||
|     "minecraft:llama": 1, | ||||
|     "minecraft:magma_cube": 1, | ||||
|     "minecraft:mooshroom": 1, | ||||
|     "minecraft:mule": 1, | ||||
|     "minecraft:ocelot": 1, | ||||
|     "minecraft:panda": 1, | ||||
|     "minecraft:parrot": 1, | ||||
|     "minecraft:phantom": 1, | ||||
|     "minecraft:pig": 0, | ||||
|     "minecraft:piglin": 1, | ||||
|     "minecraft:piglin_brute": 1, | ||||
|     "minecraft:pillager": 1, | ||||
|     "minecraft:polar_bear": 1, | ||||
|     "minecraft:pufferfish": 1, | ||||
|     "minecraft:rabbit": 0, | ||||
|     "minecraft:ravager": 1, | ||||
|     "minecraft:salmon": 1, | ||||
|     "minecraft:sheep": 0, | ||||
|     "minecraft:shulker": 1, | ||||
|     "minecraft:silverfish": 0, | ||||
|     "minecraft:skeleton": 0, | ||||
|     "minecraft:skeleton_horse": 1, | ||||
|     "minecraft:slime": 0, | ||||
|     "minecraft:sniffer": 1, | ||||
|     "minecraft:snow_golem": 1, | ||||
|     "minecraft:spider": 0, | ||||
|     "minecraft:squid": 1, | ||||
|     "minecraft:stray": 1, | ||||
|     "minecraft:strider": 1, | ||||
|     "minecraft:tadpole": 1, | ||||
|     "minecraft:trader_llama": 1, | ||||
|     "minecraft:tropical_fish": 1, | ||||
|     "minecraft:turtle": 1, | ||||
|     "minecraft:vex": 1, | ||||
|     "minecraft:villager": 1, | ||||
|     "minecraft:vindicator": 1, | ||||
|     "minecraft:wandering_trader": 1, | ||||
|     "minecraft:warden": 1, | ||||
|     "minecraft:witch": 0, | ||||
|     "minecraft:wither": 1, | ||||
|     "minecraft:wither_skeleton": 0, | ||||
|     "minecraft:wolf": 1, | ||||
|     "minecraft:zoglin": 1, | ||||
|     "minecraft:zombie": 0, | ||||
|     "minecraft:zombie_horse": 1, | ||||
|     "minecraft:zombie_villager": 1, | ||||
|     "minecraft:zombified_piglin": 1, | ||||
|     "touhou_little_maid:fairy": 1, | ||||
|     "touhou_little_maid:maid": 1, | ||||
|     "twilightforest:adherent": 1, | ||||
|     "twilightforest:alpha_yeti": 1, | ||||
|     "twilightforest:armored_giant": 1, | ||||
|     "twilightforest:bighorn_sheep": 1, | ||||
|     "twilightforest:blockchain_goblin": 1, | ||||
|     "twilightforest:boar": 1, | ||||
|     "twilightforest:carminite_broodling": 1, | ||||
|     "twilightforest:carminite_ghastguard": 1, | ||||
|     "twilightforest:carminite_ghastling": 1, | ||||
|     "twilightforest:carminite_golem": 1, | ||||
|     "twilightforest:death_tome": 1, | ||||
|     "twilightforest:deer": 1, | ||||
|     "twilightforest:dwarf_rabbit": 1, | ||||
|     "twilightforest:fire_beetle": 1, | ||||
|     "twilightforest:giant_miner": 1, | ||||
|     "twilightforest:harbinger_cube": 1, | ||||
|     "twilightforest:hedge_spider": 1, | ||||
|     "twilightforest:helmet_crab": 1, | ||||
|     "twilightforest:hostile_wolf": 1, | ||||
|     "twilightforest:hydra": 1, | ||||
|     "twilightforest:ice_crystal": 1, | ||||
|     "twilightforest:king_spider": 1, | ||||
|     "twilightforest:knight_phantom": 1, | ||||
|     "twilightforest:kobold": 1, | ||||
|     "twilightforest:lich": 1, | ||||
|     "twilightforest:lower_goblin_knight": 1, | ||||
|     "twilightforest:maze_slime": 1, | ||||
|     "twilightforest:minoshroom": 1, | ||||
|     "twilightforest:minotaur": 1, | ||||
|     "twilightforest:mist_wolf": 1, | ||||
|     "twilightforest:mosquito_swarm": 1, | ||||
|     "twilightforest:naga": 1, | ||||
|     "twilightforest:penguin": 1, | ||||
|     "twilightforest:pinch_beetle": 1, | ||||
|     "twilightforest:quest_ram": 1, | ||||
|     "twilightforest:raven": 1, | ||||
|     "twilightforest:redcap": 1, | ||||
|     "twilightforest:redcap_sapper": 1, | ||||
|     "twilightforest:skeleton_druid": 0, | ||||
|     "twilightforest:slime_beetle": 1, | ||||
|     "twilightforest:snow_guardian": 1, | ||||
|     "twilightforest:snow_queen": 1, | ||||
|     "twilightforest:squirrel": 1, | ||||
|     "twilightforest:stable_ice_core": 1, | ||||
|     "twilightforest:swarm_spider": 1, | ||||
|     "twilightforest:tiny_bird": 1, | ||||
|     "twilightforest:towerwood_borer": 1, | ||||
|     "twilightforest:troll": 1, | ||||
|     "twilightforest:unstable_ice_core": 1, | ||||
|     "twilightforest:ur_ghast": 1, | ||||
|     "twilightforest:winter_wolf": 1, | ||||
|     "twilightforest:wraith": 1, | ||||
|     "twilightforest:yeti": 1 | ||||
|   } | ||||
| } | ||||
| @@ -5,7 +5,7 @@ | ||||
|   "classes": [], | ||||
|   "apply_mods": [], | ||||
|   "debug_mode": { | ||||
|     "is_enable": false, | ||||
|     "is_enable": true, | ||||
|     "output_format": "\u003csource\u003e -\u003e \u003ctarget\u003e", | ||||
|     "output_mode": 0 | ||||
|   } | ||||
|   | ||||
| @@ -1,6 +1,64 @@ | ||||
| [ | ||||
|     { | ||||
|         "key": "Mythic", | ||||
|         "value": "神话" | ||||
|     } | ||||
|   { | ||||
|     "authors": "(authors)", | ||||
|     "name": "汉化", | ||||
|     "desc": "汉化", | ||||
|     "mods": "(mods)" | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.uncommon.utilityclasses.ItemUtils", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "key": " found a ", | ||||
|     "value": "发现了一个" | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.uncommon.utilityclasses.ItemUtils", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "key": " item!", | ||||
|     "value": "物品!" | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.vanilla_mc.items.misc.RarityStoneItem", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "key": "Repairs ", | ||||
|     "value": "修复" | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.vanilla_mc.items.misc.RarityStoneItem", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "key": " durability.", | ||||
|     "value": "点耐久。" | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.uncommon.utilityclasses.TooltipUtils", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "key": "[Drag onto gear to use]", | ||||
|     "value": "[放在装备上以使用]" | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.capability.player.helper.GemInventoryHelper", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "key": "You lack spirit to equip all these auras.", | ||||
|     "value": "你的精神力不足以装备所有这些光环。" | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.capability.player.helper.GemInventoryHelper", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "key": "You can't equip duplicate aura gems.", | ||||
|     "value": "你不能装备重复的光环宝石。" | ||||
|   } | ||||
| ] | ||||
| @@ -117,7 +117,7 @@ infoDisplay:dimension:false:15:-1 | ||||
| infoDisplay:biome:true:15:-1 | ||||
| infoDisplay:weather:false:15:-1 | ||||
| infoDisplay:light_level:0:15:-1 | ||||
| infoDisplay:time:0:15:-1 | ||||
| infoDisplay:time:1:15:-1 | ||||
| infoDisplay:real_time:0:15:-1 | ||||
| infoDisplay:highlights:true:15:-1 | ||||
| infoDisplay:light_overlay_indicator:true:15:-1 | ||||
|   | ||||
| @@ -10,8 +10,8 @@ | ||||
|   "name": "gui.xaero_entity_category_root", | ||||
|   "protection": true, | ||||
|   "settingOverrides": { | ||||
|     "displayed": true, | ||||
|     "displayHeight": 0.0, | ||||
|     "displayed": true, | ||||
|     "heightBasedFade": true, | ||||
|     "renderOrder": 0.0, | ||||
|     "color": 13.0, | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| ignoreUpdate:0 | ||||
| ignoreUpdate:166 | ||||
| updateNotification:true | ||||
| differentiateByServerAddress:true | ||||
| caveMapsAllowed:true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user