version bump to 0.2.5
fixed cardboard box blacklist preventing world from loading
This commit is contained in:
parent
8567db6867
commit
f80a719a64
3 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ hash = "ad3d96e34250126ad46feb04f28d3d4d95ea2f2a347819f354cafd1455e60724"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/server_scripts/cardboard_box_blacklist.js"
|
file = "kubejs/server_scripts/cardboard_box_blacklist.js"
|
||||||
hash = "d5c00d4af5caae94dfbed8568bd287c91b6c4b1be3d59cfa752a40adf3e19bb6"
|
hash = "c859a866ed998d0d4d05370816b368e1d5a8703b989946869533c7ecb8fefede"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/server_scripts/test.js"
|
file = "kubejs/server_scripts/test.js"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// priority: 0
|
// priority: 0
|
||||||
|
|
||||||
ServerEvents.tags('item', event => {
|
ServerEvents.tags('item', event => {
|
||||||
event.add('minecraft:dirt','mekanism:cardboard_blacklist')
|
event.add('mekanism:cardboard_blacklist','minecraft:stone')
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
name = "GalacticFactory"
|
name = "GalacticFactory"
|
||||||
author = "GalacticFactory"
|
author = "GalacticFactory"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
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 = "652a15d549a1fc7603e03e7cdf626a342a60caf88ab2a929760d39dd6c885ffa"
|
hash = "1984e74ac28702a9239cb12f3dbfe0c241b7ea9b61fc249794c5a95a5c14e5b6"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Reference in a new issue