diff --git a/README.md b/README.md index 2974ebb..de420b0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ UI tweaks and additions Quality of Life mods to make it a bit better * [CS] **[amendments](https://modrinth.com/mod/amendments)** - Many changes to vanilla blocks * [CS] **[Animal Feeding Trough](https://modrinth.com/mod/animal_feeding_trough)** - Mobs self feed with feeding trough + * [SO] **[Anti-Creeper](https://modrinth.com/mod/anti-creeper)** - A Minecraft mod that not allows creeper's explosion to break the block! * [SO] **[Better Than Mending](https://modrinth.com/mod/better-than-mending)** - A small quality of life tweak to the Mending enchantment * [CS] **[Botany Pots](https://modrinth.com/mod/botany-pots)** - Adds pots that you can use to grow crops! * [CS] **[Botany Trees](https://modrinth.com/mod/botany-trees)** - Allows you to grow trees in small pots. diff --git a/index.toml b/index.toml index f0b01bb..dd1030e 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,15 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "410c070d538e93c11703713929836a48c86d639e272cad56df1421063a9bf8be" +hash = "c1cdb19704acf5220373b24c643744bcfaa81916620f81ab33e14a48eaee35a8" + +[[files]] +file = "dependencytree.py" +hash = "34dbfa755fa2b3001f4f5404750739ef66ab98f46ef4cc1d86e462908e1da429" + +[[files]] +file = "deps.txt" +hash = "eff83608ae702c6a48bfdef8e1fa716aef14dd736345b5510873dba85b1e4210" [[files]] file = "make-list.py" @@ -10,7 +18,7 @@ hash = "e1e749ae9b177824a5dfd0777db21b1165c921983d38862e9fb7890925517adb" [[files]] file = "modinfo.toml" -hash = "362c444b27ef42098c6f41333f5e2ee7f4a0e7f7d43eea58adcbcf8b00e8b221" +hash = "5ee9554aef430c27d31488ed3958d5fd2f787b91729bb4e59bbb4d27d958a19f" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -52,6 +60,11 @@ file = "mods/animal_feeding_trough.pw.toml" hash = "5accd2e36c1a55de10e18c2b6b0ddf02bc7dc930d11a974c87f84a3573f75dc6" metafile = true +[[files]] +file = "mods/anti-creeper.pw.toml" +hash = "6499d7890f7b2c87df9827c968c35f3591fd48197cf7429930ac24f2839edaa7" +metafile = true + [[files]] file = "mods/appleskin.pw.toml" hash = "755711464243fdf15a8fbfc1109fbc7db4603e9773707905acebb97f112db206" diff --git a/modinfo.toml b/modinfo.toml index d141526..62f6e56 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -66,6 +66,10 @@ description = "Speaks for itself" title = "Profiling tools" description = "Whenever it lags too much, use those" +[categories.unset] +title = "unset" +description = "" + [mods.garnished-botany-pots] name = "Garnished Botany Pots" description = "GBP adds compatibility between Create: Garnished’s Plants & Nuts and Botany Pots, so you can grow them more easily!" @@ -2584,3 +2588,12 @@ side = "both" optional = false icon = "https://cdn.modrinth.com/data/cpqKG67r/378e7807b91aa7a836ec018bf9bbeeb19ccf6b46.png" category = "technology" + +[mods.anti-creeper] +name = "Anti-Creeper" +description = "A Minecraft mod that not allows creeper's explosion to break the block!" +link = "https://modrinth.com/mod/anti-creeper" +side = "server" +optional = false +icon = "https://cdn.modrinth.com/data/VNheL3Wc/8a470d28166d3aa45430aa8fb4026d04915d2acc.png" +category = "qol" diff --git a/mods/anti-creeper.pw.toml b/mods/anti-creeper.pw.toml new file mode 100644 index 0000000..359ff18 --- /dev/null +++ b/mods/anti-creeper.pw.toml @@ -0,0 +1,13 @@ +name = "Anti-Creeper" +filename = "anticreeper-1.0.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VNheL3Wc/versions/gsy6qcDS/anticreeper-1.0.0.jar" +hash-format = "sha1" +hash = "7a6c6632c95feb724266ad673321b03c16c8d55e" + +[update] +[update.modrinth] +mod-id = "VNheL3Wc" +version = "gsy6qcDS" diff --git a/pack.toml b/pack.toml index 8d246c0..6e9df48 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "43a201a17aba9e94e9f35666bfc6e9ae368f06ab4b224198dcd2b4e9204b20c7" +hash = "f46f5801aaac865dc6791011408a0f3b44effe012817901a12a263445793bb6c" [versions] fabric = "0.15.11"