Куча новых модов + старт исправления датапаков
This commit is contained in:
parent
6fceee973c
commit
f2d67a19f8
32 changed files with 2831 additions and 4 deletions
1
CustomSkinLoader/CustomSkinAPIPlus-ClientID
Normal file
1
CustomSkinLoader/CustomSkinAPIPlus-ClientID
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ee786150-e761-4128-9c2e-9d0aaa4f805e
|
||||||
101
CustomSkinLoader/CustomSkinLoader.json
Normal file
101
CustomSkinLoader/CustomSkinLoader.json
Normal file
|
|
@ -0,0 +1,101 @@
|
||||||
|
{
|
||||||
|
"version": "14.18.1",
|
||||||
|
"buildNumber": 22,
|
||||||
|
"loadlist": [
|
||||||
|
{
|
||||||
|
"name": "Mojang",
|
||||||
|
"type": "MojangAPI",
|
||||||
|
"apiRoot": "https://api.mojang.com/",
|
||||||
|
"sessionRoot": "https://sessionserver.mojang.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LittleSkin",
|
||||||
|
"type": "CustomSkinAPI",
|
||||||
|
"root": "https://littleskin.cn/csl/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "BlessingSkin",
|
||||||
|
"type": "CustomSkinAPI",
|
||||||
|
"root": "https://skin.prinzeugen.net/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ElyBy",
|
||||||
|
"type": "ElyByAPI",
|
||||||
|
"root": "http://skinsystem.ely.by/textures/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SkinMe",
|
||||||
|
"type": "UniSkinAPI",
|
||||||
|
"root": "http://www.skinme.cc/uniskin/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TLauncher",
|
||||||
|
"type": "ElyByAPI",
|
||||||
|
"root": "https://auth.tlauncher.org/skin/profile/texture/login/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GlitchlessGames",
|
||||||
|
"type": "GlitchlessAPI",
|
||||||
|
"root": "https://games.glitchless.ru/api/minecraft/users/profiles/textures/?nickname\u003d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LocalSkin",
|
||||||
|
"type": "Legacy",
|
||||||
|
"checkPNG": false,
|
||||||
|
"skin": "LocalSkin/skins/{USERNAME}.png",
|
||||||
|
"model": "auto",
|
||||||
|
"cape": "LocalSkin/capes/{USERNAME}.png",
|
||||||
|
"elytra": "LocalSkin/elytras/{USERNAME}.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MinecraftCapes",
|
||||||
|
"type": "MinecraftCapesAPI",
|
||||||
|
"root": "https://api.minecraftcapes.net/profile/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "OptiFine",
|
||||||
|
"type": "Legacy",
|
||||||
|
"checkPNG": false,
|
||||||
|
"model": "auto",
|
||||||
|
"cape": "https://optifine.net/capes/{USERNAME}.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Wynntils",
|
||||||
|
"type": "WynntilsAPI",
|
||||||
|
"root": "https://athena.wynntils.com/user/getInfo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "CloakPlus",
|
||||||
|
"type": "Legacy",
|
||||||
|
"checkPNG": false,
|
||||||
|
"model": "auto",
|
||||||
|
"cape": "http://161.35.130.99/capes/{USERNAME}.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LabyMod",
|
||||||
|
"type": "Legacy",
|
||||||
|
"checkPNG": false,
|
||||||
|
"model": "auto",
|
||||||
|
"cape": "https://dl.labymod.net/capes/{STANDARD_UUID}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cosmetica",
|
||||||
|
"type": "Legacy",
|
||||||
|
"checkPNG": false,
|
||||||
|
"model": "auto",
|
||||||
|
"cape": "https://api.cosmetica.cc/get/cloak?username\u003d{USERNAME}\u0026uuid\u003d{STANDARD_UUID}\u0026nothirdparty"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"enableDynamicSkull": true,
|
||||||
|
"enableTransparentSkin": true,
|
||||||
|
"forceIgnoreHttpsCertificate": false,
|
||||||
|
"forceLoadAllTextures": true,
|
||||||
|
"enableCape": true,
|
||||||
|
"threadPoolSize": 8,
|
||||||
|
"enableLogStdOut": false,
|
||||||
|
"cacheExpiry": 30,
|
||||||
|
"forceUpdateSkull": false,
|
||||||
|
"enableLocalProfileCache": false,
|
||||||
|
"enableCacheAutoClean": false,
|
||||||
|
"forceDisableCache": false
|
||||||
|
}
|
||||||
73
CustomSkinLoader/CustomSkinLoader.log
Normal file
73
CustomSkinLoader/CustomSkinLoader.log
Normal file
|
|
@ -0,0 +1,73 @@
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: CustomSkinLoader 14.18.1
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: DataDir: C:\Users\Dmitry\AppData\Roaming\com.modrinth.theseus\profiles\TFG 1.20.1\CustomSkinLoader
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Operating System: Windows 11 (amd64) version 10.0
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Java Version: 20.0.1, Oracle Corporation
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Minecraft: unknown
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Config File: C:\Users\Dmitry\AppData\Roaming\com.modrinth.theseus\profiles\TFG 1.20.1\CustomSkinLoader\CustomSkinLoader.json
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Config file not found, use default instead.
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Successfully create config.
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: MojangAPI
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: Legacy
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: CustomSkinAPI
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: CustomSKinAPIPlus
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: UniSkinAPI
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: ElyByAPI
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: GlitchlessAPI
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: MinecraftCapesAPI
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Add a profile loader: WynntilsAPI
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: Successfully update config.
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: version : 14.18.1
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: buildNumber : 22
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: loadlist : [{ "name": "Mojang", "type": "MojangAPI", "apiRoot": "https://api.mojang.com/", "sessionRoot": "https://sessionserver.mojang.com/" }, { "name": "LittleSkin", "type": "CustomSkinAPI", "root": "https://littleskin.cn/csl/" }, { "name": "BlessingSkin", "type": "CustomSkinAPI", "root": "https://skin.prinzeugen.net/" }, { "name": "ElyBy", "type": "ElyByAPI", "root": "http://skinsystem.ely.by/textures/" }, { "name": "SkinMe", "type": "UniSkinAPI", "root": "http://www.skinme.cc/uniskin/" }, { "name": "TLauncher", "type": "ElyByAPI", "root": "https://auth.tlauncher.org/skin/profile/texture/login/" }, { "name": "GlitchlessGames", "type": "GlitchlessAPI", "root": "https://games.glitchless.ru/api/minecraft/users/profiles/textures/?nickname=" }, { "name": "LocalSkin", "type": "Legacy", "checkPNG": "false", "skin": "LocalSkin/skins/{USERNAME}.png", "model": "auto", "cape": "LocalSkin/capes/{USERNAME}.png", "elytra": "LocalSkin/elytras/{USERNAME}.png" }, { "name": "MinecraftCapes", "type": "MinecraftCapesAPI", "root": "https://api.minecraftcapes.net/profile/" }, { "name": "OptiFine", "type": "Legacy", "checkPNG": "false", "model": "auto", "cape": "https://optifine.net/capes/{USERNAME}.png" }, { "name": "Wynntils", "type": "WynntilsAPI", "root": "https://athena.wynntils.com/user/getInfo" }, { "name": "CloakPlus", "type": "Legacy", "checkPNG": "false", "model": "auto", "cape": "http://161.35.130.99/capes/{USERNAME}.png" }, { "name": "LabyMod", "type": "Legacy", "checkPNG": "false", "model": "auto", "cape": "https://dl.labymod.net/capes/{STANDARD_UUID}" }, { "name": "Cosmetica", "type": "Legacy", "checkPNG": "false", "model": "auto", "cape": "https://api.cosmetica.cc/get/cloak?username={USERNAME}&uuid={STANDARD_UUID}¬hirdparty" }]
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: enableDynamicSkull : true
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: enableTransparentSkin : true
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: forceIgnoreHttpsCertificate : false
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: forceLoadAllTextures : true
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: enableCape : true
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: threadPoolSize : 8
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: enableLogStdOut : false
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: cacheExpiry : 30
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: forceUpdateSkull : false
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: enableLocalProfileCache : false
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: enableCacheAutoClean : false
|
||||||
|
[2023-11-12 11:37:04] [Render thread/INFO] [CustomSkinLoader Core]: forceDisableCache : false
|
||||||
|
[2023-11-12 11:37:04] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: Loading SpeeeDCraft's profile.
|
||||||
|
[2023-11-12 11:37:04] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: 1/14 Try to load profile from 'Mojang'.
|
||||||
|
[2023-11-12 11:37:04] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Try to request 'https://api.mojang.com/profiles/minecraft'.
|
||||||
|
[2023-11-12 11:37:04] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: Payload: ["SpeeeDCraft"]
|
||||||
|
[2023-11-12 11:37:05] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Successfully request (Response Code: 200 , Content Length: 77)
|
||||||
|
[2023-11-12 11:37:05] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Content: [ {
|
||||||
|
"id" : "9d9c39ad4d3a4e6191c73d327f5dcf51",
|
||||||
|
"name" : "SpeeeDCraft"
|
||||||
|
} ]
|
||||||
|
[2023-11-12 11:37:05] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Try to request 'https://sessionserver.mojang.com/session/minecraft/profile/9d9c39ad4d3a4e6191c73d327f5dcf51'.
|
||||||
|
[2023-11-12 11:37:05] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Successfully request (Response Code: 200 , Content Length: 733)
|
||||||
|
[2023-11-12 11:37:05] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Saved to cache (Length: 733 , Path: 'C:\Users\Dmitry\AppData\Roaming\com.modrinth.theseus\profiles\TFG 1.20.1\CustomSkinLoader\caches\99ee481cd9c30654ac1ddc2969289c74b83780d0' , Expire: 1699763855)
|
||||||
|
[2023-11-12 11:37:05] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Content: {
|
||||||
|
"id" : "9d9c39ad4d3a4e6191c73d327f5dcf51",
|
||||||
|
"name" : "SpeeeDCraft",
|
||||||
|
"properties" : [ {
|
||||||
|
"name" : "textures",
|
||||||
|
"value" : "ewogICJ0aW1lc3RhbXAiIDogMTY5OTc2MzgyNjAyOCwKICAicHJvZmlsZUlkIiA6ICI5ZDljMzlhZDRkM2E0ZTYxOTFjNzNkMzI3ZjVkY2Y1MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGVlZURDcmFmdCIsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jNzQxM2EyZmNiZDUwMGFlMGM4ZmQ5Nzc1ZTA0OTJiZjVhZTNiNmE4ODIxNDFmMTgyN2EyYjYzNDAyODBiZDkxIgogICAgfSwKICAgICJDQVBFIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yMzQwYzBlMDNkZDI0YTExYjE1YThiMzNjMmE3ZTllMzJhYmIyMDUxYjI0ODFkMGJhN2RlZmQ2MzVjYTdhOTMzIgogICAgfQogIH0KfQ=="
|
||||||
|
} ],
|
||||||
|
"profileActions" : [ ]
|
||||||
|
}
|
||||||
|
[2023-11-12 11:37:05] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: SpeeeDCraft's profile loaded.
|
||||||
|
[2023-11-12 11:37:05] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: (SkinUrl: http://textures.minecraft.net/texture/c7413a2fcbd500ae0c8fd9775e0492bf5ae3b6a882141f1827a2b6340280bd91 , Model: default , CapeUrl: http://textures.minecraft.net/texture/2340c0e03dd24a11b15a8b33c2a7e9e32abb2051b2481d0ba7defd635ca7a933 , Expiry: 1699763855)
|
||||||
|
[2023-11-12 11:41:28] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: Loading SpeeeDCraft's profile.
|
||||||
|
[2023-11-12 11:41:28] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: 1/14 Try to load profile from 'Mojang'.
|
||||||
|
[2023-11-12 11:41:28] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Try to request 'https://sessionserver.mojang.com/session/minecraft/profile/9d9c39ad4d3a4e6191c73d327f5dcf51'.
|
||||||
|
[2023-11-12 11:41:29] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Successfully request (Response Code: 200 , Content Length: 733)
|
||||||
|
[2023-11-12 11:41:29] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Saved to cache (Length: 733 , Path: 'C:\Users\Dmitry\AppData\Roaming\com.modrinth.theseus\profiles\TFG 1.20.1\CustomSkinLoader\caches\99ee481cd9c30654ac1ddc2969289c74b83780d0' , Expire: 1699764119)
|
||||||
|
[2023-11-12 11:41:29] [SpeeeDCraft/DEBUG] [CustomSkinLoader Core]: Content: {
|
||||||
|
"id" : "9d9c39ad4d3a4e6191c73d327f5dcf51",
|
||||||
|
"name" : "SpeeeDCraft",
|
||||||
|
"properties" : [ {
|
||||||
|
"name" : "textures",
|
||||||
|
"value" : "ewogICJ0aW1lc3RhbXAiIDogMTY5OTc2NDA4OTM0OCwKICAicHJvZmlsZUlkIiA6ICI5ZDljMzlhZDRkM2E0ZTYxOTFjNzNkMzI3ZjVkY2Y1MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGVlZURDcmFmdCIsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jNzQxM2EyZmNiZDUwMGFlMGM4ZmQ5Nzc1ZTA0OTJiZjVhZTNiNmE4ODIxNDFmMTgyN2EyYjYzNDAyODBiZDkxIgogICAgfSwKICAgICJDQVBFIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yMzQwYzBlMDNkZDI0YTExYjE1YThiMzNjMmE3ZTllMzJhYmIyMDUxYjI0ODFkMGJhN2RlZmQ2MzVjYTdhOTMzIgogICAgfQogIH0KfQ=="
|
||||||
|
} ],
|
||||||
|
"profileActions" : [ ]
|
||||||
|
}
|
||||||
|
[2023-11-12 11:41:29] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: SpeeeDCraft's profile loaded.
|
||||||
|
[2023-11-12 11:41:29] [SpeeeDCraft/INFO] [CustomSkinLoader Core]: (SkinUrl: http://textures.minecraft.net/texture/c7413a2fcbd500ae0c8fd9775e0492bf5ae3b6a882141f1827a2b6340280bd91 , Model: default , CapeUrl: http://textures.minecraft.net/texture/2340c0e03dd24a11b15a8b33c2a7e9e32abb2051b2481d0ba7defd635ca7a933 , Expiry: 1699764119)
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"id" : "9d9c39ad4d3a4e6191c73d327f5dcf51",
|
||||||
|
"name" : "SpeeeDCraft",
|
||||||
|
"properties" : [ {
|
||||||
|
"name" : "textures",
|
||||||
|
"value" : "ewogICJ0aW1lc3RhbXAiIDogMTY5OTc2NDA4OTM0OCwKICAicHJvZmlsZUlkIiA6ICI5ZDljMzlhZDRkM2E0ZTYxOTFjNzNkMzI3ZjVkY2Y1MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGVlZURDcmFmdCIsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jNzQxM2EyZmNiZDUwMGFlMGM4ZmQ5Nzc1ZTA0OTJiZjVhZTNiNmE4ODIxNDFmMTgyN2EyYjYzNDAyODBiZDkxIgogICAgfSwKICAgICJDQVBFIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yMzQwYzBlMDNkZDI0YTExYjE1YThiMzNjMmE3ZTllMzJhYmIyMDUxYjI0ODFkMGJhN2RlZmQ2MzVjYTdhOTMzIgogICAgfQogIH0KfQ=="
|
||||||
|
} ],
|
||||||
|
"profileActions" : [ ]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"url": "https://sessionserver.mojang.com/session/minecraft/profile/9d9c39ad4d3a4e6191c73d327f5dcf51",
|
||||||
|
"lastModified": 0,
|
||||||
|
"expire": 1699764119
|
||||||
|
}
|
||||||
1
config/InventoryHUD/curios.json
Normal file
1
config/InventoryHUD/curios.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"head":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"charm":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"belt":{"x":0,"y":80,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring":{"x":0,"y":100,"enabled":false,"halign":"LEFT","valign":"TOP"},"back":{"x":0,"y":120,"enabled":false,"halign":"LEFT","valign":"TOP"},"bracelet":{"x":0,"y":140,"enabled":false,"halign":"LEFT","valign":"TOP"},"necklace":{"x":0,"y":160,"enabled":false,"halign":"LEFT","valign":"TOP"},"body":{"x":0,"y":180,"enabled":false,"halign":"LEFT","valign":"TOP"},"curio":{"x":0,"y":200,"enabled":false,"halign":"LEFT","valign":"TOP"}}
|
||||||
14
config/bcc-common.toml
Normal file
14
config/bcc-common.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#The CurseForge project ID for the modpack
|
||||||
|
#Range: > 0
|
||||||
|
modpackProjectID = 0
|
||||||
|
#The name of the modpack
|
||||||
|
modpackName = "TerraFirmaGreg"
|
||||||
|
#The version of the modpack
|
||||||
|
modpackVersion = "0.0.1"
|
||||||
|
#Use the metadata.json to determine the modpack version
|
||||||
|
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
||||||
|
useMetadata = false
|
||||||
|
|
||||||
14
config/cupboard.json
Normal file
14
config/cupboard.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"showCommandExecutionErrors": {
|
||||||
|
"desc:": "Whether to display errors during command execution: default:true",
|
||||||
|
"showCommandExecutionErrors": true
|
||||||
|
},
|
||||||
|
"debugChunkloadAttempts": {
|
||||||
|
"desc:": "Enables debug logging of chunks being forceloaded on serverthread by directly accessing an unloaded chunk, which stalls the server until the chunk finishes loading: default:false",
|
||||||
|
"debugChunkloadAttempts": false
|
||||||
|
},
|
||||||
|
"logOffthreadEntityAdd": {
|
||||||
|
"desc:": "Entities should only be added on the server thread itself, cupboard fixes the crashes caused by mods violating that, this option enables the logging of those: default:true",
|
||||||
|
"logOffthreadEntityAdd": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -211,15 +211,15 @@ customization {
|
||||||
}
|
}
|
||||||
|
|
||||||
customization {
|
customization {
|
||||||
orientation = top-right
|
orientation = mid-centered
|
||||||
splash_color = #ffff00
|
splash_color = #ffff00
|
||||||
hidden = false
|
hidden = false
|
||||||
x = -99
|
x = 221
|
||||||
width = 60
|
width = 60
|
||||||
splash_rotation = -20
|
splash_rotation = -20
|
||||||
action = deep_customization_element:title_screen_splash
|
action = deep_customization_element:title_screen_splash
|
||||||
actionid = 1fac19ad-13d2-4cfd-8f48-d5b537614e231699232461194
|
actionid = 1fac19ad-13d2-4cfd-8f48-d5b537614e231699232461194
|
||||||
y = 76
|
y = -89
|
||||||
height = 30
|
height = 30
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
6
config/farsight.json
Normal file
6
config/farsight.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"maxchunkdist": {
|
||||||
|
"desc:": "The distance at which chunks are kept in memory, regardless of whether the server unloads them. default = 32, maximum = 512",
|
||||||
|
"maxchunkdist": 32
|
||||||
|
}
|
||||||
|
}
|
||||||
19
config/fastbench.cfg
Normal file
19
config/fastbench.cfg
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
|
general {
|
||||||
|
# If the recipe book button is removed.
|
||||||
|
# Default: true
|
||||||
|
B:"Remove Recipe Book Button"=true
|
||||||
|
|
||||||
|
# If the crafting table has a tooltip
|
||||||
|
# Default: false
|
||||||
|
B:"Disable tooltip on crafting table"=false
|
||||||
|
|
||||||
|
# The tick interval at which all pooled grid updates will be run. Duplicate updates within the interval will be squashed.
|
||||||
|
# Default: 2; Range: [1 ~ 100]
|
||||||
|
I:"Grid Update Interval"=2
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
20
config/fastsuite.cfg
Normal file
20
config/fastsuite.cfg
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
|
||||||
|
|
||||||
|
# FastSuite Configuration
|
||||||
|
|
||||||
|
general {
|
||||||
|
# A list of recipe types which may only be looked up on the main thread. Add a recipe type to this list if errors start happening.
|
||||||
|
# Default: [
|
||||||
|
S:"Single Threaded Recipe Types" <
|
||||||
|
>
|
||||||
|
|
||||||
|
# The max time, in seconds, that a recipe lookup may take before aborting the lookup and logging an error.
|
||||||
|
# Default: 25; Range: [1 ~ 300]
|
||||||
|
I:"Max Recipe Lookup Time"=25
|
||||||
|
|
||||||
|
# If true, the stacks used as recipe inputs will be locked and throw an error if modified during parallel matching. Useful for debugging.
|
||||||
|
# Default: false
|
||||||
|
B:"Lock Crafting Input Stacks"=false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
223
config/inventoryhud-client.toml
Normal file
223
config/inventoryhud-client.toml
Normal file
|
|
@ -0,0 +1,223 @@
|
||||||
|
|
||||||
|
#Settings for Inventory HUD
|
||||||
|
[inventoryhud]
|
||||||
|
#Inventory HUD mini mode
|
||||||
|
invMini = false
|
||||||
|
#Inventory HUD vertical mode
|
||||||
|
invVert = false
|
||||||
|
#Inventory HUD alpha
|
||||||
|
#Range: 0 ~ 100
|
||||||
|
invAlpha = 0
|
||||||
|
#Toggle on by default
|
||||||
|
byDefault = false
|
||||||
|
#Animate recently picked up items
|
||||||
|
animatedInv = false
|
||||||
|
#Hide background if inventory is empty
|
||||||
|
hideBackground = false
|
||||||
|
#Show Inventory HUD when debug menu is open
|
||||||
|
invWithDebug = true
|
||||||
|
|
||||||
|
#Settings for ArmorStatus HUD
|
||||||
|
[armorhud]
|
||||||
|
#Is Armor Damage HUD enabled
|
||||||
|
ArmorDamage = true
|
||||||
|
#Hide if durability is above this (in percentage):
|
||||||
|
#Range: 0 ~ 100
|
||||||
|
armAbove = 100
|
||||||
|
#Show/Hide armor
|
||||||
|
showArmor = true
|
||||||
|
#Show/Hide armor
|
||||||
|
showMain = true
|
||||||
|
#Show/Hide armor
|
||||||
|
showOff = true
|
||||||
|
#Show/Hide armor
|
||||||
|
showArrows = true
|
||||||
|
#Show/Hide armor
|
||||||
|
showInv = true
|
||||||
|
#Armor HUD durability view (PERCENTAGE, DAMAGE, DAMAGE LEFT)
|
||||||
|
#Allowed Values: PERCENTAGE, DAMAGE, DAMAGE_LEFT, OFF
|
||||||
|
armView = "PERCENTAGE"
|
||||||
|
#Show item durability bar
|
||||||
|
armBars = false
|
||||||
|
#Move all items at once or each one
|
||||||
|
moveAll = true
|
||||||
|
#Show/Hide empty slot icon
|
||||||
|
showEmpty = true
|
||||||
|
#Show overall count of items in main/off hand
|
||||||
|
showCount = false
|
||||||
|
#ArmorHUD scale in persentage from 50 to 150
|
||||||
|
#Range: 50 ~ 150
|
||||||
|
armScale = 100
|
||||||
|
#Show Armor HUD when debug menu is open
|
||||||
|
armWithDebug = true
|
||||||
|
#Show arrows count when no weapon in your hands
|
||||||
|
showArrowsWithoutWeapon = true
|
||||||
|
|
||||||
|
#Settings for Potions HUD
|
||||||
|
[potionshud]
|
||||||
|
#Is Potions HUD enabled
|
||||||
|
Potions = true
|
||||||
|
#Potion HUD alpha
|
||||||
|
#Range: 0 ~ 100
|
||||||
|
potAlpha = 100
|
||||||
|
#Potion HUD gap
|
||||||
|
#Range: -5 ~ 5
|
||||||
|
potGap = 0
|
||||||
|
#Potion HUD mini mode
|
||||||
|
potMini = false
|
||||||
|
#Potion HUD horizontal mode
|
||||||
|
potHor = false
|
||||||
|
#Full bar duration
|
||||||
|
#Range: > 1
|
||||||
|
barDuration = 300
|
||||||
|
#Show hidden effects
|
||||||
|
showHiddenEffects = true
|
||||||
|
#Disable icons for effects in this list
|
||||||
|
effectsBlackList = []
|
||||||
|
#Show Potion HUD when debug menu is open
|
||||||
|
potWithDebug = true
|
||||||
|
#Show all levels of effects
|
||||||
|
potionLevels = false
|
||||||
|
|
||||||
|
#DONT TOUCH THESE FIELDS!
|
||||||
|
[positions]
|
||||||
|
#Inventory HUD vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
invValign = "BOTTOM"
|
||||||
|
#Inventory HUD horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
invHalign = "MIDDLE"
|
||||||
|
#Inventory HUD position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
xPos = 0
|
||||||
|
#Inventory HUD position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
yPos = 150
|
||||||
|
#Armor HUD vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
armValign = "BOTTOM"
|
||||||
|
#Armor HUD horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
armHalign = "MIDDLE"
|
||||||
|
#Armor HUD position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
xArmPos = 0
|
||||||
|
#Armor HUD position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
yArmPos = 70
|
||||||
|
#Potion HUD vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
potValign = "TOP"
|
||||||
|
#Potion HUD horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
potHalign = "LEFT"
|
||||||
|
#Potion HUD position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
xPotionPos = 20
|
||||||
|
#Potion HUD position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
yPotionPos = 20
|
||||||
|
#Helmet position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
helmPosX = 103
|
||||||
|
#Helmet position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
helmPosY = 54
|
||||||
|
#Chestplate position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
chestPosX = 103
|
||||||
|
#Chestplate position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
chestPosY = 37
|
||||||
|
#Leggings position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
legPosX = -103
|
||||||
|
#Leggings position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
legPosY = 54
|
||||||
|
#Boots position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
bootPosX = -103
|
||||||
|
#Boots position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
bootPosY = 37
|
||||||
|
#MainHand position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
mainPosX = 103
|
||||||
|
#MainHand position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
mainPosY = 71
|
||||||
|
#OffHand position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
offPosX = -103
|
||||||
|
#OffHand position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
offPosY = 71
|
||||||
|
#Arrows position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
arrPosX = 103
|
||||||
|
#Arrows position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
arrPosY = 20
|
||||||
|
#InvIcon position (X)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
invPosX = -103
|
||||||
|
#InvIcon position (Y)
|
||||||
|
#Range: -9999 ~ 9999
|
||||||
|
invPosY = 20
|
||||||
|
#Helmet horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
helmHal = "MIDDLE"
|
||||||
|
#Helmet vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
helmVal = "BOTTOM"
|
||||||
|
#Chestplate horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
chestHal = "MIDDLE"
|
||||||
|
#Chestplate vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
chestVal = "BOTTOM"
|
||||||
|
#Leggings horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
legHal = "MIDDLE"
|
||||||
|
#Leggings vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
legVal = "BOTTOM"
|
||||||
|
#Boots horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
bootHal = "MIDDLE"
|
||||||
|
#Boots vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
bootVal = "BOTTOM"
|
||||||
|
#MainHand horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
mainHal = "MIDDLE"
|
||||||
|
#MainHand vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
mainVal = "BOTTOM"
|
||||||
|
#OffHand horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
offHal = "MIDDLE"
|
||||||
|
#OffHand vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
offVal = "BOTTOM"
|
||||||
|
#Arrows horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
arrHal = "MIDDLE"
|
||||||
|
#Arrows vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
arrVal = "BOTTOM"
|
||||||
|
#InvIcon horizontal align
|
||||||
|
#Allowed Values: LEFT, MIDDLE, RIGHT
|
||||||
|
invHal = "MIDDLE"
|
||||||
|
#InvIcon vertical align
|
||||||
|
#Allowed Values: TOP, CENTER, BOTTOM
|
||||||
|
invVal = "BOTTOM"
|
||||||
|
|
||||||
|
#Notification settings
|
||||||
|
[notification]
|
||||||
|
#Last notified mod version
|
||||||
|
lastNotifiedVersion = "11.1.0"
|
||||||
|
#Notify more than once
|
||||||
|
keepNotifying = true
|
||||||
|
|
||||||
|
|
@ -136,6 +136,9 @@
|
||||||
"registry_name": "OFF",
|
"registry_name": "OFF",
|
||||||
"mod_name": true
|
"mod_name": true
|
||||||
},
|
},
|
||||||
|
"corpse": {
|
||||||
|
"corpse": true
|
||||||
|
},
|
||||||
"ae2": {
|
"ae2": {
|
||||||
"part_icon": true,
|
"part_icon": true,
|
||||||
"charger": true,
|
"charger": true,
|
||||||
|
|
|
||||||
|
|
@ -139,6 +139,7 @@
|
||||||
"gtceu:workable_provider": null,
|
"gtceu:workable_provider": null,
|
||||||
"gtceu:controllable_provider": null,
|
"gtceu:controllable_provider": null,
|
||||||
"gtceu:recipe_logic_provider": null,
|
"gtceu:recipe_logic_provider": null,
|
||||||
|
"corpse:corpse": null,
|
||||||
"tfc:barrel": null,
|
"tfc:barrel": null,
|
||||||
"tfc:bellows": null,
|
"tfc:bellows": null,
|
||||||
"tfc:sapling": null,
|
"tfc:sapling": null,
|
||||||
|
|
|
||||||
68
config/pickupnotifier/pickupnotifier-client.toml
Normal file
68
config/pickupnotifier/pickupnotifier-client.toml
Normal file
|
|
@ -0,0 +1,68 @@
|
||||||
|
|
||||||
|
[display]
|
||||||
|
#Should the picked up amount be shown when it's just a single item.
|
||||||
|
display_single_count = true
|
||||||
|
#Add the total amount of an item in your inventory to the entry.
|
||||||
|
inventory_count = false
|
||||||
|
#Mode for drawing a background behind entries for better visibility. 'CHAT' is similar to the chat background, 'TOOLTIP' uses the tooltip background rendering instead.
|
||||||
|
#Allowed Values: NONE, CHAT, TOOLTIP
|
||||||
|
entry_background = "NONE"
|
||||||
|
#Add the name of the item to the entry.
|
||||||
|
display_item_name = true
|
||||||
|
#Where and if to display the amount of items picked up. 'SPRITE' will render the amount on the item sprite like in inventories, 'TEXT' will add a dedicated text including the amount to the item name display.
|
||||||
|
#Allowed Values: OFF, SPRITE, TEXT, BOTH
|
||||||
|
display_amount = "TEXT"
|
||||||
|
#Show a small sprite next to the name of each entry showing its contents.
|
||||||
|
draw_sprites = true
|
||||||
|
#Color of the entry name text.
|
||||||
|
#Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
|
||||||
|
default_color = "WHITE"
|
||||||
|
#Ignore rarity of items and always use color specified in "Text Color" instead.
|
||||||
|
ignore_rarity = false
|
||||||
|
#Screen corner for entry list to be drawn in.
|
||||||
|
#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
|
||||||
|
screen_corner = "BOTTOM_RIGHT"
|
||||||
|
#Offset on x-axis from screen border.
|
||||||
|
#Range: > 0
|
||||||
|
offset_x = 8
|
||||||
|
#Offset on y-axis from screen border.
|
||||||
|
#Range: > 0
|
||||||
|
offset_y = 4
|
||||||
|
#Percentage of relative screen height entries are allowed to fill at max.
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
max_height = 0.5
|
||||||
|
#Scale of entries. A lower scale will make room for more rows to show. Works together with "GUI Scale" option in "Video Settings".
|
||||||
|
#Range: 1 ~ 24
|
||||||
|
scale = 4
|
||||||
|
|
||||||
|
[general]
|
||||||
|
#Prevent items from being added to the pick-up log when in creative mode.
|
||||||
|
disable_in_creative = false
|
||||||
|
#Show the value of experience points collected instead of the amount of individual orbs.
|
||||||
|
experience_value = true
|
||||||
|
#Force-run the mod on the client-side only.
|
||||||
|
#Only enable this when there are problems, e. g. the same pick-up being logged multiple times. Partial item stack pick-ups (when the inventory is full) won't show, and backpack compat won't work.
|
||||||
|
#When playing on a server without this mod this option will be used automatically.
|
||||||
|
force_client_only = false
|
||||||
|
#Show item entities the player has collected in the pick-up notifications.
|
||||||
|
include_items = true
|
||||||
|
#Show experience orbs the player has collected in the pick-up notifications.
|
||||||
|
include_experience = true
|
||||||
|
#Show shot arrows the player has collected in the pick-up notifications.
|
||||||
|
include_arrows = true
|
||||||
|
|
||||||
|
[behavior]
|
||||||
|
#Combine entries of the same type instead of showing each one individually.
|
||||||
|
#Allowed Values: ALWAYS, NEVER, EXCLUDE_NAMED
|
||||||
|
combine_entries = "EXCLUDE_NAMED"
|
||||||
|
#Amount of ticks each entry will be shown for. Set to 0 to only remove entries when space for new ones is needed.
|
||||||
|
#Range: > 0
|
||||||
|
display_time = 80
|
||||||
|
#Make outdated entries slowly move out of the screen instead of disappearing in place.
|
||||||
|
move_out_of_screen = true
|
||||||
|
#Amount of ticks it takes for an entry to move out of the screen. Value cannot be larger than "Display Time".
|
||||||
|
#Range: > 0
|
||||||
|
move_time = 20
|
||||||
|
#Make outdated entry names slowly fade away instead of simply vanishing.
|
||||||
|
fade_away = true
|
||||||
|
|
||||||
6
config/pickupnotifier/pickupnotifier-server.toml
Normal file
6
config/pickupnotifier/pickupnotifier-server.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#Collect partial pick-up entries (when there isn't enough room in your inventory) in the log.
|
||||||
|
#Might accidentally log items that have not been picked up, therefore it can be disabled.
|
||||||
|
partial_pick_ups = true
|
||||||
|
#Show entries for items picked up that don't go to the player's inventory. This will enable compatibility with some backpack mods, but might also falsely log items the player never actually receives; depending on the backpack implementation.
|
||||||
|
backpack_integration = true
|
||||||
|
|
||||||
2262
kubejs/assets/tfc/lang/en_us.json
Normal file
2262
kubejs/assets/tfc/lang/en_us.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -14,6 +14,7 @@ const hideGTStuff = (event) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const groupGTStuff = (event) => {
|
const groupGTStuff = (event) => {
|
||||||
|
/*
|
||||||
event.groupItemsByTag('tfg:rei_groups/dusts/tiny', 'Tiny Dusts', 'forge:dusts/tiny')
|
event.groupItemsByTag('tfg:rei_groups/dusts/tiny', 'Tiny Dusts', 'forge:dusts/tiny')
|
||||||
event.groupItemsByTag('tfg:rei_groups/dusts/small', 'Small Dusts', 'forge:dusts/small')
|
event.groupItemsByTag('tfg:rei_groups/dusts/small', 'Small Dusts', 'forge:dusts/small')
|
||||||
event.groupItemsByTag('tfg:rei_groups/dusts', 'Dusts', 'forge:dusts')
|
event.groupItemsByTag('tfg:rei_groups/dusts', 'Dusts', 'forge:dusts')
|
||||||
|
|
@ -116,5 +117,5 @@ const groupGTStuff = (event) => {
|
||||||
event.groupItems('tfg:rei_groups/small_restrictive_item_pipes', 'Small Resctrictive Item Pipes', [/gtceu:.*_small_restrictive_item_pipe/])
|
event.groupItems('tfg:rei_groups/small_restrictive_item_pipes', 'Small Resctrictive Item Pipes', [/gtceu:.*_small_restrictive_item_pipe/])
|
||||||
event.groupItems('tfg:rei_groups/normal_restrictive_item_pipes', 'Normal Resctrictive Item Pipes', [/gtceu:.*_normal_restrictive_item_pipe/])
|
event.groupItems('tfg:rei_groups/normal_restrictive_item_pipes', 'Normal Resctrictive Item Pipes', [/gtceu:.*_normal_restrictive_item_pipe/])
|
||||||
event.groupItems('tfg:rei_groups/large_restrictive_item_pipes', 'Large Resctrictive Item Pipes', [/gtceu:.*_large_restrictive_item_pipe/])
|
event.groupItems('tfg:rei_groups/large_restrictive_item_pipes', 'Large Resctrictive Item Pipes', [/gtceu:.*_large_restrictive_item_pipe/])
|
||||||
event.groupItems('tfg:rei_groups/huge_restrictive_item_pipes', 'Huge Resctrictive Item Pipes', [/gtceu:.*_huge_restrictive_item_pipe/])
|
event.groupItems('tfg:rei_groups/huge_restrictive_item_pipes', 'Huge Resctrictive Item Pipes', [/gtceu:.*_huge_restrictive_item_pipe/])*/
|
||||||
}
|
}
|
||||||
BIN
mods/BetterCompatibilityChecker-neo-4.0.8+mc1.20.1.jar
Normal file
BIN
mods/BetterCompatibilityChecker-neo-4.0.8+mc1.20.1.jar
Normal file
Binary file not shown.
BIN
mods/CustomSkinLoader_ForgeActive-14.18.1.jar
Normal file
BIN
mods/CustomSkinLoader_ForgeActive-14.18.1.jar
Normal file
Binary file not shown.
BIN
mods/FastFurnace-1.20.1-8.0.1.jar
Normal file
BIN
mods/FastFurnace-1.20.1-8.0.1.jar
Normal file
Binary file not shown.
BIN
mods/FastSuite-1.20.1-5.0.1.jar
Normal file
BIN
mods/FastSuite-1.20.1-5.0.1.jar
Normal file
Binary file not shown.
BIN
mods/FastWorkbench-1.20.1-8.0.2.jar
Normal file
BIN
mods/FastWorkbench-1.20.1-8.0.2.jar
Normal file
Binary file not shown.
BIN
mods/PickUpNotifier-v8.0.0-1.20.1-Forge.jar
Normal file
BIN
mods/PickUpNotifier-v8.0.0-1.20.1-Forge.jar
Normal file
Binary file not shown.
BIN
mods/Placebo-1.20.1-8.3.7.jar
Normal file
BIN
mods/Placebo-1.20.1-8.3.7.jar
Normal file
Binary file not shown.
BIN
mods/PuzzlesLib-v8.1.8-1.20.1-Forge.jar
Normal file
BIN
mods/PuzzlesLib-v8.1.8-1.20.1-Forge.jar
Normal file
Binary file not shown.
BIN
mods/corpse-1.20.1-1.0.5.jar
Normal file
BIN
mods/corpse-1.20.1-1.0.5.jar
Normal file
Binary file not shown.
BIN
mods/cupboard-1.20.1-2.1.jar
Normal file
BIN
mods/cupboard-1.20.1-2.1.jar
Normal file
Binary file not shown.
BIN
mods/farsight-1.20.1-3.5.jar
Normal file
BIN
mods/farsight-1.20.1-3.5.jar
Normal file
Binary file not shown.
BIN
mods/invhud.forge.1.20.1-3.4.18.jar
Normal file
BIN
mods/invhud.forge.1.20.1-3.4.18.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue