alpha-test #3

Merged
raz merged 37 commits from alpha-test into master 2023-07-05 23:00:31 -05:00
6 changed files with 33 additions and 14 deletions
Showing only changes of commit b48c71fe5f - Show all commits

View File

@ -40,6 +40,7 @@ This will be the initial release for the production server. I will avoid adding
- Dynamic Trees +
- Adds trees, cactuses, and mushrooms that grow "realistically."
- They branch like a tree would, they spread seeds to grow more trees, they rot and grow fungus, etc.
- Fusion (Connected Textures)
- Light Overlay
- Lets you see light levels by pressing F7. Red = Monsters will spawn anytime, Yellow = Monsters will spawn at night.
- Mindful Darkness
@ -78,7 +79,7 @@ This will be the initial release for the production server. I will avoid adding
- Connectivity 3.5 -> 4.4
- Cooking for Blockheads 13.3.1 -> 13.3.2
- Crafting Tweaks 15.1.6 -> 15.1.7
- Create 0.5.0.i -> 0.5.1.c
- Create 0.5.0.i -> 0.5.1.b
- Create Crafts and Additions 1.19.2-20230411a -> 1.19.2-20230623a
- Create Deco 1.3.1 -> 1.3.3
- CreativeCore 2.9.3 -> 2.9.4

View File

@ -363,7 +363,7 @@ metafile = true
[[files]]
file = "mods/create.pw.toml"
hash = "c0c8819595b27c1aff854c8570acc3fe87dd42d88d8219e7abdd4781257d6ac2"
hash = "cdede627056f2cc9d5fe7cb7236e6168ba07c210d331b33bc1d28fab86fc78fc"
metafile = true
[[files]]
@ -503,7 +503,7 @@ metafile = true
[[files]]
file = "mods/flywheel.pw.toml"
hash = "3e9b9722da123b1d4120f0d9aba8de9968aba4aad6e9c7564423672171e00d9e"
hash = "3f554b9633d477e4d2b6920d16ffb964fdc5ffef50953216a1d89132c96cba0a"
metafile = true
[[files]]
@ -546,6 +546,11 @@ file = "mods/full-grown-crop-marker.pw.toml"
hash = "520c6425fa4e87ba88a052b06710edbbdb9a64e6880b5bbeeb4985e6a3636ab0"
metafile = true
[[files]]
file = "mods/fusion-connected-textures.pw.toml"
hash = "ea63c3493a047fb668d7d204a6d8c7dea8df58081da14774dba90ae55ed6741d"
metafile = true
[[files]]
file = "mods/geckolib.pw.toml"
hash = "ab7bb11199e592a43542ec0ca68c0536b91b5045e070a77525ae1593ca722b90"

View File

@ -1,13 +1,13 @@
name = "Create"
filename = "create-1.19.2-0.5.1.c.jar"
filename = "create-1.19.2-0.5.1.b.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/6ZQIjBQo/create-1.19.2-0.5.1.b.jar"
hash-format = "sha1"
hash = "f5fbd756a9ee138e3966d597c1f4aebb528785d6"
mode = "metadata:curseforge"
hash = "15d57ccb0fb0c2e10673bc685df449db71f9696e"
[update]
[update.curseforge]
file-id = 4625534
project-id = 328085
[update.modrinth]
mod-id = "LNytGWDc"
version = "6ZQIjBQo"

View File

@ -3,11 +3,11 @@ filename = "flywheel-forge-1.19.2-0.6.8.a.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5lpsZoRi/versions/wvGHsmul/flywheel-forge-1.19.2-0.6.8.a.jar"
hash-format = "sha1"
hash = "1dd3bc5a885f260357cab2c8ea61a5879cbe6a73"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4341471
project-id = 486392
[update.modrinth]
mod-id = "5lpsZoRi"
version = "wvGHsmul"

View File

@ -0,0 +1,13 @@
name = "Fusion (Connected Textures)"
filename = "fusion-1.0.3-forge-mc1.19.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/p19vrgc2/versions/cZHeUMwR/fusion-1.0.3-forge-mc1.19.2.jar"
hash-format = "sha1"
hash = "60f9e70e62fcfa95707ff2a14ff46f4ae1813001"
[update]
[update.modrinth]
mod-id = "p19vrgc2"
version = "cZHeUMwR"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "4b94596a922956aec7715eefd4624cf30d28c83d056bce2eddfb01c0837e0b40"
hash = "6cd8b6db059be105356120cc025acf337f707a2f35ed4e3a56f51ba85242b450"
[versions]
forge = "43.2.8"