From 3c8f5d288a21606732176388c629e4e1a4d935b5 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sat, 14 Sep 2024 05:47:29 +0200 Subject: [PATCH] content --- web/pack/config/create_jetpack-client.toml | 16 +++ web/pack/config/waystones-common.toml | 133 +++++++++++++++++++++ web/pack/index.toml | 25 ++++ web/pack/mods/stylish-effects.pw.toml | 13 ++ web/pack/pack.toml | 2 +- web/pack/servers.dat | Bin 0 -> 3196 bytes 6 files changed, 188 insertions(+), 1 deletion(-) create mode 100644 web/pack/config/create_jetpack-client.toml create mode 100644 web/pack/config/waystones-common.toml create mode 100644 web/pack/mods/stylish-effects.pw.toml create mode 100644 web/pack/servers.dat diff --git a/web/pack/config/create_jetpack-client.toml b/web/pack/config/create_jetpack-client.toml new file mode 100644 index 0000000..a7e6cda --- /dev/null +++ b/web/pack/config/create_jetpack-client.toml @@ -0,0 +1,16 @@ + +[overlay] + enabled = true + #Range: 0.0 ~ 1.7976931348623157E308 + scale = 1.0 + + [overlay.position] + #Use negative values to position relative to the right/bottom of the screen + #Range: > -2147483648 + x = 6 + #Range: > -2147483648 + y = 14 + +[effects] + seasonal = true + diff --git a/web/pack/config/waystones-common.toml b/web/pack/config/waystones-common.toml new file mode 100644 index 0000000..44bb8aa --- /dev/null +++ b/web/pack/config/waystones-common.toml @@ -0,0 +1,133 @@ + +[xpCost] + #Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel. + inverseXpCost = false + #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. + #Range: > -2147483648 + blocksPerXpLevel = 1000 + #The minimum base xp cost (may be subceeded by multipliers defined below) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + minimumBaseXpCost = 0.0 + #The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + maximumBaseXpCost = 0 + #How much xp is needed per leashed animal to travel with you + #Range: > -2147483648 + xpCostPerLeashed = 0 + #The base xp level cost when travelling between dimensions. Ignores block distance. + #Range: > -2147483648 + dimensionalWarpXpCost = 0 + #The multiplier applied to the base xp cost when teleporting to a global waystone through any method. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + globalWaystoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + warpStoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one waystone to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + waystoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one sharestone to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + sharestoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from a portstone. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + portstoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one warp plate to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + warpPlateXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting via the inventory button. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + inventoryButtonXpCostMultiplier = 0.0 + +[restrictions] + #If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe. + restrictToCreative = false + #If enabled, only the owner of a waystone (the one who placed it) can rename it. + restrictRenameToOwner = false + #If enabled, waystones generated in worldgen are unbreakable. + generatedWaystonesUnbreakable = false + #If enabled, leashed mobs will be teleported with you + transportLeashed = true + #Whether to take leashed mobs with you when teleporting between dimensions + transportLeashedDimensional = true + #List of leashed mobs that cannot be taken with you when teleporting + leashedDenyList = ["minecraft:wither"] + #Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps. + #Allowed Values: ALLOW, GLOBAL_ONLY, DENY + dimensionalWarp = "ALLOW" + #List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed. + dimensionalWarpAllowList = [] + #List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty. + dimensionalWarpDenyList = [] + #Set to true if players should be able to teleport between waystones by simply right-clicking a waystone. + allowWaystoneToWaystoneTeleport = true + #Set to false to allow non-creative players to make waystones globally activated for all players. + globalWaystoneSetupRequiresCreativeMode = true + +[cooldowns] + #The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + globalWaystoneCooldownMultiplier = 1.0 + #The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown. + #Range: > -2147483648 + warpStoneCooldown = 30 + #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. + #Range: > -2147483648 + warpStoneUseTime = 32 + #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. + #Range: > -2147483648 + warpPlateUseTime = 20 + #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. + #Range: > -2147483648 + scrollUseTime = 32 + #The cooldown between usages of the inventory button in seconds. + #Range: > -2147483648 + inventoryButtonCooldown = 300 + +[inventoryButton] + #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. + inventoryButton = "" + #The x position of the warp button in the inventory. + #Range: > -2147483648 + warpButtonX = 58 + #The y position of the warp button in the inventory. + #Range: > -2147483648 + warpButtonY = 60 + #The y position of the warp button in the creative menu. + #Range: > -2147483648 + creativeWarpButtonX = 88 + #The y position of the warp button in the creative menu. + #Range: > -2147483648 + creativeWarpButtonY = 33 + +[worldGen] + #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. + #Allowed Values: DEFAULT, MOSSY, SANDY, BIOME + worldGenStyle = "BIOME" + #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. + #Range: > -2147483648 + frequency = 25 + #List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used. + dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"] + #List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty. + dimensionDenyList = [] + #Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. + #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED + nameGenerationMode = "PRESET_FIRST" + #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. + customWaystoneNames = [] + #Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone. + spawnInVillages = true + #Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village. + forceSpawnInVillages = false + +[client] + #If enabled, the text overlay on waystones will no longer always render at full brightness. + disableTextGlow = false + +[compatibility] + #If enabled, JourneyMap waypoints will be created for each activated waystone. + displayWaystonesOnJourneyMap = true + #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed + preferJourneyMapIntegration = true + diff --git a/web/pack/index.toml b/web/pack/index.toml index 1ba3f87..979daec 100644 --- a/web/pack/index.toml +++ b/web/pack/index.toml @@ -4,6 +4,22 @@ hash-format = "sha256" file = "CustomSkinLoader/CustomSkinLoader.json" hash = "d8bbe9799ddd161ce1c968d51b87e6201fe925a387bd1dbee32cfea8553ee878" +[[files]] +file = "config/cardboardboxes-common.toml" +hash = "6930a1497c93f986ba6fb190531a474911bea74d6b10acb0430b2a1a7de8918f" + +[[files]] +file = "config/create_jetpack-client.toml" +hash = "c1cd167bafe6cb67d191037edef9e79f9a089675b2d7c2bfe6513c9fb2418022" + +[[files]] +file = "config/resourcepackoverrides.json" +hash = "490ba202bf48778afb5f11879735e8c7685059565c976f78f44dca55f04f2411" + +[[files]] +file = "config/waystones-common.toml" +hash = "d5c2644af8e377c6bb1c8be6337d19cdbc32ccb9358a2a6a6a7284fe39b6f591" + [[files]] file = "mods/advancement-plaques.pw.toml" hash = "d0578c8686aa8e24f7ba2660cb771baf27b04ae33521c686aec67ff622f1fbb1" @@ -899,6 +915,11 @@ file = "mods/structure-credits.pw.toml" hash = "8f55e134d2e70be94f44773d3b80daa8faf80e4ea5c780bc4a74b7c63932a9f9" metafile = true +[[files]] +file = "mods/stylish-effects.pw.toml" +hash = "08e8afaae636ca5c4a3aebdfd5a8bdbec8e3358cc2ee3ed9484444d792a1fc72" +metafile = true + [[files]] file = "mods/supermartijn642s-config-lib.pw.toml" hash = "3eede8a7ebafb69840153ff51dbc879b0232799e90a834ab6d71274b1316179f" @@ -1069,6 +1090,10 @@ file = "resourcepacks/tras-fresh-player.pw.toml" hash = "99c6abf6a8d28c1c56156d25411ba816cf2bf38d7d174514a2ad32ac03ad737b" metafile = true +[[files]] +file = "servers.dat" +hash = "3b3c4e44e5f9578a15a064f41b184f1bf48cc20d30c16597b0edcfbb6d75af30" + [[files]] file = "shaderpacks/complementary-unbound.pw.toml" hash = "9ed342e0d8a2200d2a5c01826dba51b70433ad2c0e998fda893b5fa2911c2516" diff --git a/web/pack/mods/stylish-effects.pw.toml b/web/pack/mods/stylish-effects.pw.toml new file mode 100644 index 0000000..71ff0e4 --- /dev/null +++ b/web/pack/mods/stylish-effects.pw.toml @@ -0,0 +1,13 @@ +name = "Stylish Effects" +filename = "StylishEffects-v8.0.2-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/onDuQF5e/versions/riXnUJMs/StylishEffects-v8.0.2-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "90f812020dcbbd854d4e3bab25237250f2e5f84e" + +[update] +[update.modrinth] +mod-id = "onDuQF5e" +version = "riXnUJMs" diff --git a/web/pack/pack.toml b/web/pack/pack.toml index 7dbee3d..9775cfe 100644 --- a/web/pack/pack.toml +++ b/web/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4046c24ba2e147659eb4beebaa9712851b82163011ff0e9c42ed7ed043fa10f6" +hash = "f1d1eee6c6fcc0172744ac3b34821296929f5684fe84f0d687dc585cadbe2a54" [versions] forge = "47.3.7" diff --git a/web/pack/servers.dat b/web/pack/servers.dat new file mode 100644 index 0000000000000000000000000000000000000000..bbb723a20f84a5b9064742bcef0904053a6618d5 GIT binary patch literal 3196 zcmXw*$Ii6M5r#iomcx;Ez6nc628O)wf}9z`zyLdP&Y7z>|FPXIHPsEMRo!nrRloiG z{O#v2OE&M>y!`g_^Ye#4{QSAB(lqOT{`&LBYW(@f7_Cnqqon!QP-XMKhQ0jj&!76J z%YJ?{e}AV%eflg_$hymi2C9r=*5^PC_*6H8@~v9n5f zS25`{XVMvwCZ+^~=xbRaTS}<5Mkp0&O%(8hUA{T1aDeLew!ES>q@u~&0#o?j&vZ-? zcc40^5ZeaXEqMK8D~rINLL~DSHGNK_0B#K%4X0E4IrBu5t7JLb(lpKWh4_EBDhKfhIBJ^G&o|>O0+ho`tQo`gRN} zs%u9>S!!y*N;b7CN(IQ|8q6rdWZ(z?vD6&%}vS(LnGn`E9EM~B6QiI4 zp|6>mgg2aZu1$DVpz$891k)=&VXlIgqVDlgont_>|>@NowATkCMdKGb0RZ{c{J9BHC}Dh~=W@FQH2xDj`uSzsRU(G>8J^)-3wr1>538&Ec zZfG^`hnO%RtfwaNv<<;sQ*6tSaPJ5I4G3n8MsMjPfg5H4zqXBlX*jZGExq7QzF>Ab z9dM~)Z4)J?*3csv>_sd2-tU5OR5=9trLSl~=Uyg1+gP^?8P%}UUG7TWK#t;V_j_<7 zb;)8SLb=XMS`MJ8>b>O)LOka#332s!)bOP9$`Qsabznj~5|4V|*xb;1HNM{|WtW6T z;45w-)d)8z1fa&q@z|>bFM!I19ep6i zYCE{>`n<-7S9z<{>#CP(+4>%tO*HoznUNq7RGr5X{>>=}?|d*djZ|nzKwl8MDy z-IpS{yaO`^e3M2>&tXVF8JZb`8>R7KGS~-`BwW!zM8pLfiUR-cAw)vS`+j}J;|?ke zoU7Ek=gAl6dTFC%_iBpE&nt9%GV4?59Tt7%3|7orY$GR1-%%%&tLFJ_7qnv{>1(ku z2Ju;TyS zm&5!)KV?97UX}{j6QVj=ovc zqV@Fi5x}5W2+SS}k5>!YLjlqe^2VFWy|`y6j>R&V4wMfuG<(P#GAE^D!E4lg8*lT9 zvBpf|=dpJhTC2*#UQ#Y_upOgwelPKXHuA}%I5WGV(86edeRl`3@3N_vK2}^!{5cmj zw6=V#$oY^tJcI-&bZkg7Z$@Wx7VPRU*Q6)6iC7Ats zXXB)u{1YfdL*Q2@GrZXw`i5oG2s1E=F6-;X$ugp&pucNae#|1{(sW&|k$6#lp#=u= zG9_@)!elHYQG*pg?LO8o;O{$fg6y$d_oEAd^+YLq0}cJ5LH6z={r&_qmbL4pnLYA} zWNj)otq`xi3$ncC0#g0O`(a)012ua$kDoIvX0(4G;F`0$92(c2uYi9oNJ#X8FOo%n zexdf|qFGbw1$adnO8D$a`&f%LGO0Tjr{9SBKI>z}x=rswfDFDD7f1LYJ^|KRG!dvP zx58GBRI^C&+*5Cg4mN^X{-1ng^@jssEieRX7DU3rl(@rVAjeupKTfL4`h!QyjL zN(Sn+((FukrB8%!$k&;L+a(BIL88`Xq7W^rt+|lhRrhM{JBXrVf3iqX`mYE=eLh9= zh?I7ezeERi?ssK-q1A1k#=rvXPs)iUZiVVIo|?k3_-XAdP7!K|MM_y_lL4rq!)Lyj zd`a)aG*R&qllFCAn~Yo;Oulp4tZG*v;bB%5lpHlSpqFDYyVi?N(492|=>W%aR!x>_hI zJ6{+RhgOoyiDV(6D%6-P0Z%Sa=fw3KI4EroLxG0J_NorG&e`kAx2RN=Ks_Dc6-iSw z7S(({mrATQ8Z1<8&5TpZBzR{qhc*i(KbRISQ{Xss1w@2#ujeVQro;^H?_I9%2uM0o z7n<#Vx*6DPFg=2lQ3EV{fL3K{|Jt^3k#VB=flu?$H_rlGS`*t`C`2&XkYZL+AqU4M z0kZo@l_sFac^MCqze7JUFNW}q!2^mIE~tHEg`V4>I!*`#Fqv{XwEi7ih&x6zo_(XpznbRs=3$q$=?z@&yvhSz5+ zB+=?42;9R6KEhnozD+aU!wxfs#sn$%Z*Qfk#y)y2@cKw%QuU#cYCcxOA*5d&va_=U z-IT+=qNY*P76~8}Z7WJyLK;d+B2o`P7-dhDfzM=?{=Y^>cQOYL{>zj%2tb=z|Em9K SMtMBp=SC@t;@|)N`S}ki^%&m( literal 0 HcmV?d00001