remove kibe items

This commit is contained in:
endigma 2022-05-01 19:33:27 -03:00
parent 00e029e9d6
commit f2a89a1dae
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
4 changed files with 22 additions and 3 deletions

View File

@ -128,9 +128,13 @@ hash = "0328551a975daba1d595c7657f70eb003c1a444e071e0fdb3a0754cc5a7d7815"
file = "config/yosbr/options.txt"
hash = "8e981e0a3fe5ec96b79be185991a401b54ed6c4352f52475b85c172668992c35"
[[files]]
file = "kubejs/client_scripts/script.js"
hash = "cf0d431f01094f45fe09f171c160f2db27590c396c8c034a2b87da1e676faf67"
[[files]]
file = "kubejs/server_scripts/script.js"
hash = "798e234f669f96a2f8c0220f295e81fea487b9fcb0aef441eca88f2d1b721756"
hash = "773972ca3af20a5d0b9dc393235c981dde067afc515ab8e558305c563c67fa7f"
[[files]]
file = "mods/addadd.toml"

View File

@ -0,0 +1,11 @@
// priority: 0
console.info('fuck stick')
onEvent('rei.hide.items', event => {
event.hide('kibe:magnet')
event.hide('kibe:stone_spikes')
event.hide('kibe:iron_spikes')
event.hide('kibe:gold_spikes')
event.hide('kibe:diamond_spikes')
})

View File

@ -3,5 +3,9 @@
console.info('fuck stick')
onEvent('recipes', event => {
event.remove({output: 'minecraft:stick'})
event.remove({output: 'kibe:magnet'})
event.remove({output: 'kibe:stone_spikes'})
event.remove({output: 'kibe:iron_spikes'})
event.remove({output: 'kibe:gold_spikes'})
event.remove({output: 'kibe:diamond_spikes'})
})

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "e9183c85da77f3b109b4ddc3e8aa321d9eee76ac19dc5fa98306414d80d6bc65"
hash = "b9c39677e902926e63db2ace9cb66659badf6a2d674249c2dbdd943a579632e4"
[versions]
fabric = "0.13.3"