mod升级
This commit is contained in:
parent
51c4074f6d
commit
6c1a181f4b
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@
|
||||
"name" : "ddaodan",
|
||||
"properties" : [ {
|
||||
"name" : "textures",
|
||||
"value" : "ewogICJ0aW1lc3RhbXAiIDogMTcwMTc1OTUzNzAyNSwKICAicHJvZmlsZUlkIiA6ICI5ZGQ5MTBjOGQwMmU0NjczYmFmNTJiNzBlYzA2MWE3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZGFvZGFuIiwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZmYmZiOTI2ZGU0ZmY4NmE0MDYxNzAxYTc4Y2U3NmY4ODBmMDIwM2UyMzhmMDIyMWYyNGFhOGJiZDUyZWRhNjIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ=="
|
||||
"value" : "ewogICJ0aW1lc3RhbXAiIDogMTcwMzUyMTI1MzAxNCwKICAicHJvZmlsZUlkIiA6ICI5ZGQ5MTBjOGQwMmU0NjczYmFmNTJiNzBlYzA2MWE3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZGFvZGFuIiwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZmYmZiOTI2ZGU0ZmY4NmE0MDYxNzAxYTc4Y2U3NmY4ODBmMDIwM2UyMzhmMDIyMWYyNGFhOGJiZDUyZWRhNjIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ=="
|
||||
} ],
|
||||
"profileActions" : [ ]
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"url": "https://sessionserver.mojang.com/session/minecraft/profile/9dd910c8d02e4673baf52b70ec061a79",
|
||||
"lastModified": 0,
|
||||
"expire": 1701759567
|
||||
"expire": 1703521282
|
||||
}
|
@ -75,10 +75,10 @@
|
||||
(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:player": "NEUTRAL"
|
||||
"minecraft:iron_golem": "NEUTRAL",
|
||||
"minecraft:player": "NEUTRAL",
|
||||
"guardvillagers:guard": "NEUTRAL"
|
||||
},
|
||||
// Relation to unspecified entities those are instance of PassiveEntity(Yarn)
|
||||
"player_relation_to_passives": "HOSTILE",
|
||||
|
@ -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": [
|
||||
]
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Tue Dec 05 14:52:30 CST 2023
|
||||
#Mon Dec 25 19:56:42 CST 2023
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
|
@ -1,2 +1,2 @@
|
||||
#Pinyin Options
|
||||
#Tue Dec 05 14:58:51 CST 2023
|
||||
#Tue Dec 26 00:20:50 CST 2023
|
||||
|
@ -1,3 +1,3 @@
|
||||
#Double Pinyin Options
|
||||
#Tue Dec 05 14:58:51 CST 2023
|
||||
#Tue Dec 26 00:20:50 CST 2023
|
||||
Converter=sougou
|
||||
|
@ -10,16 +10,16 @@
|
||||
"name": "gui.xaero_entity_category_root",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"displayHeight": 0.0,
|
||||
"displayed": true,
|
||||
"displayHeight": 0.0,
|
||||
"heightBasedFade": true,
|
||||
"renderOrder": 0.0,
|
||||
"color": 13.0,
|
||||
"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,
|
||||
|
@ -1,7 +1,7 @@
|
||||
type = last_world
|
||||
|
||||
last_world {
|
||||
is_server = false
|
||||
world = D:/Minecraft/1.20.1挖矿与砍杀/.minecraft/versions/边境流放/saves/新的世界
|
||||
is_server = true
|
||||
world = 43.248.184.215:25560
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.minecraft/versions/边境流放/mods/create_jetpack-forge-4.2.0.jar
Normal file
BIN
.minecraft/versions/边境流放/mods/create_jetpack-forge-4.2.0.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -128,11 +128,11 @@ key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b
|
||||
key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c
|
||||
key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT
|
||||
key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT
|
||||
key_key.carry.desc:key.keyboard.left.shift
|
||||
key_key.curios.open.desc:key.keyboard.unknown
|
||||
key_iris.keybind.reload:key.keyboard.unknown
|
||||
@ -192,7 +192,7 @@ key_Toggle Customization Overlay | CTRL + ALT + :key.keyboard.c
|
||||
key_justzoom.keybinds.keybind.zoom:key.keyboard.z
|
||||
key_key.entityculling.toggle:key.keyboard.unknown
|
||||
key_key.firstperson.toggle:key.keyboard.f6
|
||||
soundCategory_master:0.5
|
||||
soundCategory_master:0.10596026490066225
|
||||
soundCategory_music:0.0
|
||||
soundCategory_record:1.0
|
||||
soundCategory_weather:1.0
|
||||
|
Binary file not shown.
Binary file not shown.
@ -104,12 +104,12 @@
|
||||
{
|
||||
"url": "https://littleskin.cn/api/yggdrasil/",
|
||||
"metadataResponse": "{\"meta\":{\"serverName\":\"LittleSkin\",\"implementationName\":\"Yggdrasil API for Blessing Skin\",\"implementationVersion\":\"5.1.1\",\"links\":{\"homepage\":\"https:\\/\\/littleskin.cn\",\"register\":\"https:\\/\\/littleskin.cn\\/auth\\/register\"},\"feature.non_email_login\":true},\"skinDomains\":[\"skin.prinzeugen.net\",\"littleskin.cn\"],\"signaturePublickey\":\"-----BEGIN PUBLIC KEY-----\\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArGcNOOFIqLJSqoE3u0hj\\ntOEnOcET3wj9Drss1BE6sBqgPo0bMulOULhqjkc\\/uH\\/wyosYnzw3xaazJt87jTHh\\nJ8BPMxCeQMoyEdRoS3Jnj1G0Kezj4A2b61PJJM1DpvDAcqQBYsrSdpBJ+52MjoGS\\nvJoeQO5XUlJVQm21\\/HmJnqsPhzcA6HgY71RHYE5xnhpWJiPxLKUPtmt6CNYUQQoS\\no2v36XWgMmLBZhAbNOPxYX+1ioxKamjhLO29UhwtgY9U6PWEO7\\/SBfXzyRPTzhPV\\n2nHq7KJqd8IIrltslv6i\\/4FEM81ivS\\/mm+PN3hYlIYK6z6Ymii1nrQAplsJ67OGq\\nYHtWKOvpfTzOollugsRihkAG4OB6hM0Pr45jjC3TIc7eO7kOgIcGUGUQGuuugDEz\\nJ1N9FFWnN\\/H6P9ukFeg5SmGC5+wmUPZZCtNBLr8o8sI5H7QhK7NgwCaGFoYuiAGL\\ngz3k\\/3YwJ40BbwQayQ2gIqenz+XOFIAlajv+\\/nyfcDvZH9vGNKP9lVcHXUT5YRnS\\nZSHo5lwvVrYUrqEAbh\\/zDz8QMEyiujWvUkPhZs9fh6fimUGxtm8mFIPCtPJVXjeY\\nwD3Lvt3aIB1JHdUTJR3eEc4eIaTKMwMPyJRzVn5zKsitaZz3nn\\/cOA\\/wZC9oqyEU\\nmc9h6ZMRTRUEE4TtaJyg9lMCAwEAAQ\u003d\u003d\\n-----END PUBLIC KEY-----\\n\"}",
|
||||
"metadataTimestamp": 1701583195392
|
||||
"metadataTimestamp": 1703521583062
|
||||
},
|
||||
{
|
||||
"url": "https://skin.ddaodan.cn/api/yggdrasil/",
|
||||
"metadataResponse": "{\"meta\":{\"serverName\":\"ddaodan skin\",\"implementationName\":\"Yggdrasil API for Blessing Skin\",\"implementationVersion\":\"5.1.5\",\"links\":{\"homepage\":\"https:\\/\\/skin.ddaodan.cn\",\"register\":\"https:\\/\\/skin.ddaodan.cn\\/auth\\/register\"},\"feature.non_email_login\":true},\"skinDomains\":[\"skin.ddaodan.cn\"],\"signaturePublickey\":\"-----BEGIN PUBLIC KEY-----\\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArha2QwObwg41GWbjQ47\\/\\nwROH7GO\\/a5EtFi3bxvowHH4UQ3KZQsP8EKk3AHxjiibuBgwYN+gdEmOzoThFcSo\\/\\nyMXnHI005PEujpVUCn6u87RREY6g6KQ8QAsMqLz4phGcfoQDSjLKP17YVWkPuWvj\\nB1RmPe7RZK5IGOb56WZLzEyWaW+6kQiBcGU0qR6I6d8N0DqTg\\/MiNnC0LQR554Vu\\nEVU30byqpper5Bl6iIsYDpsJshbu0OfrHVihEfPMMA\\/h7VNW6tdai736aAzUhdGh\\n76lsce6u4s1yLft\\/0jTUXTgaGAeaGPfQ6KDUYLKDIAkmLu3xbVS5R\\/4r54AqbwHL\\nWq7hvWIX1+AJ5VFtydQmw\\/iVDbRDGxiXW5N5VRA0bsoYVHAWGF5RDeHbnEPBICji\\ne+3bvFj8rPog8RqWlrnj4Ul4C8GshpoxBhDRpGJyI0lfWof7parYRydR0Cc31sv3\\nzvPq2F4MA159QH1kQ5Z5h0RJvnYeCroyQ2kKyPHiNf2mygl1z4GqID30V0PuOXEm\\n74MFHP1Iru3mUdBsXVX\\/w3klQ47cQCeskJSzjl2HAe4sV1auOzhVen4BX5uxEbX2\\nJdfoGHuV98iiVNrz7rLcb+9AxpzZ6Z8NFSnUbHnt15acD2K7\\/NHi2BcoLcQHcNlZ\\nEppdCe4j71HbSa1sbsZn7wcCAwEAAQ\u003d\u003d\\n-----END PUBLIC KEY-----\\n\"}",
|
||||
"metadataTimestamp": 1701583196985
|
||||
"metadataTimestamp": 1703521585850
|
||||
}
|
||||
],
|
||||
"addedLittleSkin": true,
|
||||
|
Loading…
Reference in New Issue
Block a user