version bump to 0.3.2
fixed KubeJS cardboard_box_blacklist testing script
This commit is contained in:
parent
88ad8949eb
commit
33bb9373b6
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 = "79d6511f46013205c544586c2e2993ea8cd3e334c4ace5a0dece33b8b7eefb40"
|
hash = "fc4faf74ae1bad06020a187ba3c699b259eab7da780bff3c48916c520aef910f"
|
||||||
|
|
||||||
[[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('block', event => {
|
||||||
event.add('forge:relocation_not_supported','minecraft:stone')
|
event.add('forge:relocation_not_supported','minecraft:stone')
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
name = "GalacticFactory"
|
name = "GalacticFactory"
|
||||||
author = "GalacticFactory"
|
author = "GalacticFactory"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
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 = "8537b1f00cdf493a131b868c25760c766897a9ce99dd8d305abb8c0b52b3b73d"
|
hash = "70ded09c7ade341b9266b324b1c1a0d059104687a49e55676653e464356646f6"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Reference in a new issue