version bump to 0.2.4
removed aeroblender
This commit is contained in:
parent
01508798fb
commit
8567db6867
4 changed files with 11 additions and 20 deletions
|
@ -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/cardboard_box_blacklist.js"
|
||||||
|
hash = "d5c00d4af5caae94dfbed8568bd287c91b6c4b1be3d59cfa752a40adf3e19bb6"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/server_scripts/test.js"
|
file = "kubejs/server_scripts/test.js"
|
||||||
hash = "698d489a6bec11eafe725433e11c9d1733313c6c617834ca216c92a3c6c5acfd"
|
hash = "698d489a6bec11eafe725433e11c9d1733313c6c617834ca216c92a3c6c5acfd"
|
||||||
|
@ -29,11 +33,6 @@ file = "mods/ae2.pw.toml"
|
||||||
hash = "28ab3346804eee584b003ae4a71b09d87612ed662a7e24a030cf219706bbbd2f"
|
hash = "28ab3346804eee584b003ae4a71b09d87612ed662a7e24a030cf219706bbbd2f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/aeroblender.pw.toml"
|
|
||||||
hash = "5ecef38011903ef9f4407db64fc55601f4290b49b5cc3402e9f48c4086eee427"
|
|
||||||
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"
|
||||||
|
|
5
src/kubejs/server_scripts/cardboard_box_blacklist.js
Normal file
5
src/kubejs/server_scripts/cardboard_box_blacklist.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
// priority: 0
|
||||||
|
|
||||||
|
ServerEvents.tags('item', event => {
|
||||||
|
event.add('minecraft:dirt','mekanism:cardboard_blacklist')
|
||||||
|
})
|
|
@ -1,13 +0,0 @@
|
||||||
name = "AeroBlender"
|
|
||||||
filename = "aeroblender-1.20.1-1.0.1-neoforge.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/1eaq94ok/versions/Q9Ek6EKB/aeroblender-1.20.1-1.0.1-neoforge.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "98e6a2a4c312f2aae0eb674ea5a923037378c7da"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "1eaq94ok"
|
|
||||||
version = "Q9Ek6EKB"
|
|
|
@ -1,12 +1,12 @@
|
||||||
name = "GalacticFactory"
|
name = "GalacticFactory"
|
||||||
author = "GalacticFactory"
|
author = "GalacticFactory"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
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 = "97fe649b5fcff2dcf26d5aff1a1faae089b74a7021111d99bc6f4794a4f693be"
|
hash = "652a15d549a1fc7603e03e7cdf626a342a60caf88ab2a929760d39dd6c885ffa"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Reference in a new issue