Migrate mods #5
This commit is contained in:
parent
36ab27502c
commit
0eec4bf8fb
17 changed files with 323 additions and 0 deletions
4
visum/src/universal/config/culinaire/features.json
Normal file
4
visum/src/universal/config/culinaire/features.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"canDrinkMilkBucket": false,
|
||||
"milkBottlesMaxCount": 16
|
||||
}
|
3
visum/src/universal/config/dawn/features.json
Normal file
3
visum/src/universal/config/dawn/features.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"creativeToolsTab": true
|
||||
}
|
3
visum/src/universal/config/promenade/animals.json
Normal file
3
visum/src/universal/config/promenade/animals.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"ducks": true
|
||||
}
|
7
visum/src/universal/config/promenade/biomes.json
Normal file
7
visum/src/universal/config/promenade/biomes.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"pumpkin_pastures_weight": 10,
|
||||
"cherry_oak_forests_weight": 6,
|
||||
"tall_nether_forests": true,
|
||||
"nether_galleries": true,
|
||||
"dark_amaranth_forests_weight": 10
|
||||
}
|
4
visum/src/universal/config/promenade/monsters.json
Normal file
4
visum/src/universal/config/promenade/monsters.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"lush_creepers": true,
|
||||
"sunken_skeletons": true
|
||||
}
|
6
visum/src/universal/config/promenade/world_features.json
Normal file
6
visum/src/universal/config/promenade/world_features.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"witch_huts": true,
|
||||
"igneous_rock_patches": true,
|
||||
"palms": true,
|
||||
"blueberry_bushes": true
|
||||
}
|
96
visum/src/universal/config/universal-graves.json
Normal file
96
visum/src/universal/config/universal-graves.json
Normal file
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"_comment": "Before changing anything, see https://github.com/Patbox/UniversalGraves#configuration",
|
||||
"graveStyle": "client_model",
|
||||
"allowClientSideStyle": true,
|
||||
"presetHeadLockedTexture": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjYWI1NmM4MmNiODFiZGI5OTc5YTQ2NGJjOWQzYmEzZTY3MjJiYTEyMmNmNmM1Mjg3MzAxMGEyYjU5YWVmZSJ9fX0=",
|
||||
"presetHeadUnlockedTexture": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjYWI1NmM4MmNiODFiZGI5OTc5YTQ2NGJjOWQzYmEzZTY3MjJiYTEyMmNmNmM1Mjg3MzAxMGEyYjU5YWVmZSJ9fX0=",
|
||||
"customBlockStateLockedStyles": [
|
||||
"minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none]",
|
||||
"minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low]"
|
||||
],
|
||||
"customBlockStateUnlockedStyles": [
|
||||
"minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none]",
|
||||
"minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low]"
|
||||
],
|
||||
"protectionTime": 900,
|
||||
"breakingTime": -1,
|
||||
"keepBlockAfterBreaking": false,
|
||||
"restoreBlockAfterPlayerBreaking": false,
|
||||
"xpStorageType": "percent_points",
|
||||
"xpPercentTypeValue": 80.0,
|
||||
"replaceAnyBlock": false,
|
||||
"maxPlacementDistance": 8,
|
||||
"useRealTime": false,
|
||||
"useAlternativeXPEntity": false,
|
||||
"createFromPvP": true,
|
||||
"createFromVoid": false,
|
||||
"createFromCommandDeaths": true,
|
||||
"dropItemsAfterExpiring": true,
|
||||
"allowAttackersToTakeItems": false,
|
||||
"shiftClickTakesItems": true,
|
||||
"graveTitle": "<lang:'text.graves.players_grave':'${player}'>",
|
||||
"hologram": false,
|
||||
"hologramDisplayIfOnClient": false,
|
||||
"clickGraveToOpenGui": true,
|
||||
"guiTitle": "<lang:'text.graves.gui_title':'${player}'>",
|
||||
"guiProtectedText": [
|
||||
"${position} <gray>(${world})",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
"<blue><lang:'text.graves.protected_time':'<white>${protection_time}'>",
|
||||
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
|
||||
],
|
||||
"guiText": [
|
||||
"${position} <gray>(${world})",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
"<blue><lang:'text.graves.not_protected'>",
|
||||
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
|
||||
],
|
||||
"guiProtectedItem": [
|
||||
"chest"
|
||||
],
|
||||
"guiItem": [
|
||||
"trapped_chest"
|
||||
],
|
||||
"messageGraveCreated": "",
|
||||
"messageProtectionEnded": "",
|
||||
"messageGraveExpired": "",
|
||||
"messageGraveBroken": "",
|
||||
"messageCreationFailed": "",
|
||||
"messageCreationFailedVoid": "",
|
||||
"messageCreationFailedPvP": "",
|
||||
"messageCreationFailedClaim": "",
|
||||
"yearsText": "y",
|
||||
"daysText": "d",
|
||||
"hoursText": "h",
|
||||
"minutesText": "m",
|
||||
"secondsText": "s",
|
||||
"infinityText": "∞",
|
||||
"fullDateFormat": "dd.MM.yyyy, HH:mm",
|
||||
"worldNameOverrides": {},
|
||||
"blacklistedWorlds": [],
|
||||
"blacklistedAreas": {},
|
||||
"blacklistedDamageSources": [],
|
||||
"tryDetectionSoulbound": false,
|
||||
"skippedEnchantments": [],
|
||||
"guiPreviousPageText": "<lang:'text.graves.gui.previous_page'>",
|
||||
"guiPreviousPageBlockedText": "<dark_gray><lang:'text.graves.gui.previous_page'>",
|
||||
"guiNextPageText": "<lang:'text.graves.gui.next_page'>",
|
||||
"guiNextPageBlockedText": "<dark_gray><lang:'text.graves.gui.next_page'>",
|
||||
"guiRemoveProtectionText": "<red><lang:'text.graves.gui.remove_protection'>",
|
||||
"guiBreakGraveText": "<red><lang:'text.graves.gui.break_grave'>",
|
||||
"guiQuickPickupText": "<yellow><lang:'text.graves.gui.quick_pickup'>",
|
||||
"guiCantReverseAction": "<dark_red><bold><lang:'text.graves.gui.cant_reverse'>",
|
||||
"guiClickToConfirm": "<white><lang:'text.graves.gui.click_to_confirm'>",
|
||||
"guiInfoIcon": "minecraft:oak_sign",
|
||||
"guiBarItem": "minecraft:white_stained_glass_pane",
|
||||
"guiPreviousPageIcon": "universal_graves:icon{Texture:\"previous_page\"}",
|
||||
"guiPreviousPageBlockedIcon": "universal_graves:icon{Texture:\"previous_page_blocked\"}",
|
||||
"guiNextPageIcon": "universal_graves:icon{Texture:\"next_page\"}",
|
||||
"guiNextPageBlockedIcon": "universal_graves:icon{Texture:\"next_page_blocked\"}",
|
||||
"guiRemoveProtectionIcon": "universal_graves:icon{Texture:\"remove_protection\"}",
|
||||
"guiBreakGraveIcon": "universal_graves:icon{Texture:\"break_grave\"}",
|
||||
"guiQuickPickupIcon": "universal_graves:icon{Texture:\"quick_pickup\"}",
|
||||
"CONFIG_VERSION_DONT_TOUCH_THIS": 2
|
||||
}
|
20
visum/src/universal/mods/animal_feeding_trough.hm.json
Normal file
20
visum/src/universal/mods/animal_feeding_trough.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "1.0.3+1.18.2",
|
||||
"size": 134082,
|
||||
"fileName": "animal_feeding_trough-1.0.3+1.18.2.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/bRFWnJ87/versions/1.0.3+1.18.2/animal_feeding_trough-1.0.3+1.18.2.jar",
|
||||
"hashes": {
|
||||
"sha1": "8a801b33d2bef96694188812e0e7a218e06322a7",
|
||||
"sha512": "d18ac014f15bd69c42dc96f19086961b58bedeb67fd653bf06710c158fe149fe39721ec1460002154b7f896ef0cdbf3cd1ebf4a82ccb9e6d0a0f9793fffce030"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "bRFWnJ87",
|
||||
"versionId": "Q7aYerrQ",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/architectury-api.hm.json
Normal file
20
visum/src/universal/mods/architectury-api.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "4.9.83+fabric",
|
||||
"size": 572547,
|
||||
"fileName": "architectury-4.9.83-fabric.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/lhGA9TYQ/versions/4.9.83+fabric/architectury-4.9.83-fabric.jar",
|
||||
"hashes": {
|
||||
"sha1": "6cabe5458d7bd5006c650555767941a9c6ff05d1",
|
||||
"sha512": "ab9aaee2d71d458958178050a76d7a414597530a9f1f0c206114319b61f7f65c5759a863bc67941f6ee874433d38f3c401e08200954b5ce999e797bc19baa74e"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "lhGA9TYQ",
|
||||
"versionId": "BCLEdiJm",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/artisanat.hm.json
Normal file
20
visum/src/universal/mods/artisanat.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "2.2.1",
|
||||
"size": 2192200,
|
||||
"fileName": "artisanat-2.2.1.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/QDxAP5Cp/versions/2.2.1/artisanat-2.2.1.jar",
|
||||
"hashes": {
|
||||
"sha1": "eff963b6fb1795f2a3da263b2c893de2e21af6c8",
|
||||
"sha512": "da909a92e2bc0fcd3ba9ca1376fe796cdc5621f5a6a774d1d8c12d5d57835337fb547e3deb46b90db7b24cc51baf51f5a581bf6a4ac66dcc8c91c1ed73e5b8d9"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "QDxAP5Cp",
|
||||
"versionId": "pHlw7GFx",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/culinaire.hm.json
Normal file
20
visum/src/universal/mods/culinaire.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "2.4.0",
|
||||
"size": 270451,
|
||||
"fileName": "culinaire-2.4.0.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/MO1ODvmm/versions/2.4.0/culinaire-2.4.0.jar",
|
||||
"hashes": {
|
||||
"sha1": "02e79b2f3e66bdf6031b88fd60758c66fcdcaf6b",
|
||||
"sha512": "bbc3b4621fb3ee2f28f81397365d55353ca6cc2538c081cb372be5d37d74b64b857ae963a23dca46ef13116b9a4a00f5eb440c1de2ba7cccf1e67bd25835ba06"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "MO1ODvmm",
|
||||
"versionId": "5LLlg1IS",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/dawn.hm.json
Normal file
20
visum/src/universal/mods/dawn.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "3.3.2",
|
||||
"size": 1151948,
|
||||
"fileName": "dawn-3.3.2.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/meZK2DCX/versions/3.3.2/dawn-3.3.2.jar",
|
||||
"hashes": {
|
||||
"sha1": "891a15fe6f10b5fcfcda92afd3c5a4ca93dbf1a4",
|
||||
"sha512": "0ebcd32e719fa20af0dedcf12debbb41a291d987e766d572f309237769cc463cb76730be8d33d113f3e552c7e0a37eda133e7c526fb13b03b7c9fded7d380559"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "meZK2DCX",
|
||||
"versionId": "QAp3E5ko",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "2.0.0+1.18.2-rc1_fabric",
|
||||
"size": 16071,
|
||||
"fileName": "feature_nbt_deadlock_be_gone_fabric-2.0.0+1.18.2-rc1.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/HMNV4z01/versions/2.0.0+1.18.2-rc1_fabric/feature_nbt_deadlock_be_gone_fabric-2.0.0%2B1.18.2-rc1.jar",
|
||||
"hashes": {
|
||||
"sha1": "3cd12653da3a4502c42b7f6d6f935e2ff7ca45b3",
|
||||
"sha512": "bf38ba1c9d55f3688a47b571d9e0c63659acef658c52ff68b2790fbc973a931e49f929bd774f3c8ab784e8260b73d909a198d77d6d4767b5c5e7de1856757e19"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "HMNV4z01",
|
||||
"versionId": "AJQcpbQc",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/promenade.hm.json
Normal file
20
visum/src/universal/mods/promenade.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "2.6.3",
|
||||
"size": 966604,
|
||||
"fileName": "promenade-2.6.3.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/GuE5FpvB/versions/2.6.3/promenade-2.6.3.jar",
|
||||
"hashes": {
|
||||
"sha1": "6545103884a360786b24ffc53dfe13b53e711edd",
|
||||
"sha512": "b1a898e03df3b12b490a5b805ecbc1093fb18691aede2f4f984373f8407271cecbfd583ef921a392a846f8704550e2de34f3a89fbf6b353da75c88d955f3da79"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "GuE5FpvB",
|
||||
"versionId": "6tKTgY0S",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/roughly-enough-items.hm.json
Normal file
20
visum/src/universal/mods/roughly-enough-items.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "8.3.529+fabric",
|
||||
"size": 2079724,
|
||||
"fileName": "RoughlyEnoughItems-8.3.529.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/nfn13YXA/versions/8.3.529+fabric/RoughlyEnoughItems-8.3.529.jar",
|
||||
"hashes": {
|
||||
"sha1": "327c97ee62b065329c6723d960c99470aa899915",
|
||||
"sha512": "37c4a55de67fcf7a9371ddd916b9021924fd8cb7da04bbaff0ef256d88018719927b1912135465fe652d2fcc00b6cc5b2dc8a973d4625794abd11f2030dbf3b0"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "nfn13YXA",
|
||||
"versionId": "e1FXVxEo",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/trinkets.hm.json
Normal file
20
visum/src/universal/mods/trinkets.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "3.3.1",
|
||||
"size": 230557,
|
||||
"fileName": "trinkets-3.3.1.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/5aaWibi9/versions/3.3.1/trinkets-3.3.1.jar",
|
||||
"hashes": {
|
||||
"sha1": "1f6784a63d0c4cfe6caacf7b7a93ddd9f0b4e491",
|
||||
"sha512": "432fd889b941268a820b418b14d6908d25394b478273ce1b5614fa6a385ca634711a52003dd552839a8adee9e220d71b0ee15a59a3b7edfcb06b35901d36d3d7"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "5aaWibi9",
|
||||
"versionId": "XqLNMi9J",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/universal-graves.hm.json
Normal file
20
visum/src/universal/mods/universal-graves.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "2.0.3+1.18.2",
|
||||
"size": 967177,
|
||||
"fileName": "graves-2.0.3+1.18.2.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/yn9u3ypm/versions/2.0.3+1.18.2/graves-2.0.3%2B1.18.2.jar",
|
||||
"hashes": {
|
||||
"sha1": "9dc56f843fdb2510bf9adb388feb3df22b0c3600",
|
||||
"sha512": "d74fc559d28c98ae62dc5e77e9da7443ba8867a92dc1841270f7b23fcb967701d00b9d22655a4a8b6296719f792f3154a1f49489f21f2646188b2329fae4ebff"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "yn9u3ypm",
|
||||
"versionId": "mSmmm4Bh",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue