version bump to 0.2.3

removed aether mods
This commit is contained in:
SeaswimmerTheFsh 2023-11-12 15:16:25 -05:00
parent 78c63c0b8c
commit 01508798fb
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
6 changed files with 16 additions and 38 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
/server-mods /server-mods
.vscode
/src/kubejs/probe

View file

@ -20,6 +20,10 @@ hash = "62e609afb26238f90d979f3ee152c32503d391108540f53f4943236362621e7f"
file = "kubejs/config/packicon.png" file = "kubejs/config/packicon.png"
hash = "ad3d96e34250126ad46feb04f28d3d4d95ea2f2a347819f354cafd1455e60724" hash = "ad3d96e34250126ad46feb04f28d3d4d95ea2f2a347819f354cafd1455e60724"
[[files]]
file = "kubejs/server_scripts/test.js"
hash = "698d489a6bec11eafe725433e11c9d1733313c6c617834ca216c92a3c6c5acfd"
[[files]] [[files]]
file = "mods/ae2.pw.toml" file = "mods/ae2.pw.toml"
hash = "28ab3346804eee584b003ae4a71b09d87612ed662a7e24a030cf219706bbbd2f" hash = "28ab3346804eee584b003ae4a71b09d87612ed662a7e24a030cf219706bbbd2f"
@ -30,11 +34,6 @@ file = "mods/aeroblender.pw.toml"
hash = "5ecef38011903ef9f4407db64fc55601f4290b49b5cc3402e9f48c4086eee427" hash = "5ecef38011903ef9f4407db64fc55601f4290b49b5cc3402e9f48c4086eee427"
metafile = true metafile = true
[[files]]
file = "mods/aether.pw.toml"
hash = "87fa60b09f3b3146127fbd495bc77165a808d7871ef12d564bfe82d60dde10d7"
metafile = true
[[files]] [[files]]
file = "mods/applied-energistics-2-wireless-terminals.pw.toml" file = "mods/applied-energistics-2-wireless-terminals.pw.toml"
hash = "2c05c84665d23533f34b8cbc68ced8ea84eed2b566f7c63c804c2f38431d0a6a" hash = "2c05c84665d23533f34b8cbc68ced8ea84eed2b566f7c63c804c2f38431d0a6a"
@ -125,11 +124,6 @@ file = "mods/cyclops-core.pw.toml"
hash = "340d7223ddb9bf6a8601c70ed957a7de3d7b5d2b7a6ba151b410085677cd3da6" hash = "340d7223ddb9bf6a8601c70ed957a7de3d7b5d2b7a6ba151b410085677cd3da6"
metafile = true metafile = true
[[files]]
file = "mods/deep-aether.pw.toml"
hash = "a1e3c301f2c219ba1331637bb2b7ba3bc5eaa0ffbfc094605796f9e70570fbca"
metafile = true
[[files]] [[files]]
file = "mods/double-doors.pw.toml" file = "mods/double-doors.pw.toml"
hash = "c56ae338249990a510c4479047c812cf320e5b3cf92833876fb43d846dc602ad" hash = "c56ae338249990a510c4479047c812cf320e5b3cf92833876fb43d846dc602ad"

View file

@ -0,0 +1,8 @@
// priority: 0
ServerEvents.recipes(event => {
event.shapeless("minecraft:flint",
["minecraft:gravel",
"minecraft:gravel",
"minecraft:gravel"])
})

View file

@ -1,13 +0,0 @@
name = "The Aether"
filename = "aether-1.20.1-1.0.0-beta.1.4-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/YhmgMVyu/versions/VItLcc9a/aether-1.20.1-1.0.0-beta.1.4-neoforge.jar"
hash-format = "sha1"
hash = "5a56152822de89eac9105ee3ff52a82f7ef74cff"
[update]
[update.modrinth]
mod-id = "YhmgMVyu"
version = "VItLcc9a"

View file

@ -1,13 +0,0 @@
name = "Deep Aether"
filename = "deep_aether-1.20.1-1.0.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gcHIih5B/versions/PlueJWfe/deep_aether-1.20.1-1.0.11.jar"
hash-format = "sha1"
hash = "09c3ea50ff0118fc5fee0ac87e39a746a77bc97f"
[update]
[update.modrinth]
mod-id = "gcHIih5B"
version = "PlueJWfe"

View file

@ -1,12 +1,12 @@
name = "GalacticFactory" name = "GalacticFactory"
author = "GalacticFactory" author = "GalacticFactory"
version = "0.2.2" version = "0.2.3"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "334d293c54588a6849e97108ebf8aafee9d6ef838e13bc3738024bec88b84211" hash = "97fe649b5fcff2dcf26d5aff1a1faae089b74a7021111d99bc6f4794a4f693be"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"