diff --git a/pack/config/grue.cfg b/pack/config/grue.cfg deleted file mode 100644 index f15420a..0000000 --- a/pack/config/grue.cfg +++ /dev/null @@ -1,93 +0,0 @@ -# Configuration file - -general { - # Add biome IDs to this list if you want Grues to spawn here. The list won't be used if it's empty. - # Format: modid:name - S:"Biome Whitelist" < - > - B:"Daylight Grue"=false - - # Values added to this list will allow you to define dimension-specific configurations that override any of the corresponding global ones defined in the other options. - # Format: dim_id:spawn_timer:use_grace_period:grace_period:wimp_mode:wimp_mode_damage:moon_phases:spawn_at_player:single_grue:min_light:max_light - # Every value except dim_id and moon_phases can be substituted with def, which'll set the value to whatever the global config uses. moon_phases can be left blank if you don't wish to set it - # Example: '0:60:true:30:true:20:1.0,0.0:def:true:0:2' - S:"Dimension-specific Configuration" < - > - - # Toggles whether or not to have a grace period after changing dimension before the Grue timer continues to count down. - B:"Dimensional Grace Period"=false - - # Toggles whether or not to display the warning text when in dark areas. [CLIENT ONLY] - B:"Display Warning Text"=true - - # Toggles whether or not Dynamic Light pauses the timer, rather than adding to the light level. Pausing is what the old behavior did. - B:"Dynamic Light Pauses Timer"=false - S:"Dynamic Lights List" < - minecraft:torch - minecraft:redstone_torch - minecraft:glowstone - > - B:"Dynamic Lights Mode"=false - - # The height above ground at which a Grue will still spawn (the spawning waits if you're flying above the height). If set to 0, it will act as if you're not flying - # [range: 0 ~ 3, default: 2] - I:"Flying Height"=2 - - # Sets the amount of seconds before the Grue timer resumes after changing dimension. - # §c[Only used if Grue grace period is enabled]§r [range: 1 ~ 30, default: 5] - I:"Grace Period Timer"=5 - - # Toggles the Grue dimension whitelist (used to force the Grues to only spawn in certain dimensions). - B:"Grue dimension whitelist"=true - - # Change the value to increase the time it takes before a Grue spawns. - # [range: 1 ~ 60, default: 10] - I:"Grue spawn timer"=10 - - # Toggles whether or not the Grue should spawn at the player's location, rather than where the spawn sound was played. - B:"Grues Spawn At Players"=false - - # Maximum light level at which the Grue can spawn [range: 0 ~ 15, default: 1] - I:"Maximum Spawn Light Level"=1 - - # Minimum light level at which the Grue can spawn. [range: 0 ~ 15, default: 0] - I:"Minimum Spawn Light Level"=0 - - # If any numbers representing moon phases are added, the Grue will only spawn durning the night at those moon phases. A moon phase is represented as a number between 1.0 and 0.0, in steps of 0.25 (eg. full moon is 1.0, new moon is 0.0, half is 0.5). Only applicable to dimensions with a day-night cycle! - D:"Moon Phase Spawn List" < - > - - # If Game Stages is installed, this list can be used to specify stages where the Grue doesn't spawn. Format is stage:priority, where stage is the stage name and the priority is an integer that determines if this takes effect over the spawning stages (higher number = higher priority). - S:"Non-spawning Stages" < - > - - # Toggles whether or not the Grue timer pauses when a Grue is within 10 blocks of the player, rather than continuing to count down (even after one has spawned). - B:"One Grue At a Time"=false - - # If Game Stages is installed, this list can be used to specify stages where the Grue spawns. Format is stage:priority, where stage is the stage name and the priority is an integer that determines if this takes effect over the non-spawning stages (higher number = higher priority). - S:"Spawning Stages" < - > - - # Toggles whether or not to use the biome whitelist as a blacklist instead. - B:"Use Biome Blacklist"=false - - # Toggles whether or not to use the dimension whitelist as a blacklist instead. - B:"Use Blacklist"=false - - # Toggles whether or not to display the warning text in the chat rather than above the hotbar. - B:"Warning text in chat"=false - - # Add dimension IDs to this list if you want Grues to spawn here. - # §c[Only used if Grue dimension whitelist is enabled]§r - I:Whitelist < - -5 - > - - # Sets the amount of damage (in half-hearts) the Grue deals when Wimp Mode is enabled. [range: 2.0 ~ 100.0, default: 6.0] - S:"Wimp Mode Damage"=6.0 - - # Toggles wimp-mode, which reduces the Grue's damage output to 3 hearts (a 6.505213034913026604750013415713e-19th of the default). - B:"Wimp mode"=false -} - - diff --git a/pack/index.toml b/pack/index.toml index 2ce064e..38196e0 100644 --- a/pack/index.toml +++ b/pack/index.toml @@ -8592,10 +8592,6 @@ hash = "a77e644888d578c2c544d3effdee64a138d0dcd4179790cd877a0521e3077189" file = "config/furnaceoverhaul.cfg" hash = "c6842147e66255bdf19fe2c86c0ff3229ec81db647a4e0b368c48c759b86b8e9" -[[files]] -file = "config/grue.cfg" -hash = "9dfe499c4b24e4dc3455e666fd46244993216ed6c69d402d0ea84f095cd816a2" - [[files]] file = "config/hammercore.cfg" hash = "aa3fc047efcccb2b57a145ddaad9662d466fde2593ce0003c3a6ce31bd974c5a" @@ -10441,11 +10437,6 @@ file = "mods/galacticrafttweaker.pw.toml" hash = "1096a10f0beeddf1ba1ff2e09797260483291c313d0005a8c886713d2ef3d459" metafile = true -[[files]] -file = "mods/grue.pw.toml" -hash = "62e07cc3a4e0360d395ac01973d63c3f5f143bd60f3e8deff949e4dbd1fa5022" -metafile = true - [[files]] file = "mods/guide-api.pw.toml" hash = "84a12cab793e2dd8eeec5971365bc25b4a0ba26a4f6489d908a31f30162c9fdc" diff --git a/pack/mods/grue.pw.toml b/pack/mods/grue.pw.toml deleted file mode 100644 index 1e13624..0000000 --- a/pack/mods/grue.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Grue" -filename = "Grue-1.12.2-1.8.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "81d81156bf76622bfcef20496cb533a7b8403151" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3425511 -project-id = 235133 diff --git a/pack/pack.toml b/pack/pack.toml index b41ddcf..4efc274 100644 --- a/pack/pack.toml +++ b/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "90c1b6cf0d09de5164cc776b616668fc9d15333fd89f67c632be2e17508486af" +hash = "310b614128486ff333300153609983bc52b07e5830004282c6add84e8c4c171f" [versions] forge = "14.23.5.2860"