Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
d344316e5a
commit
ec2e3cd3c4
2193 changed files with 104602 additions and 53195 deletions
22
kubejs/server_scripts/endermanoverhaul/tags.js
Normal file
22
kubejs/server_scripts/endermanoverhaul/tags.js
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
const registerEndermanOverhaulItemTags = (event) => {
|
||||
|
||||
const DISABLED_ITEMS = [
|
||||
'endermanoverhaul:tiny_skull',
|
||||
'endermanoverhaul:enderman_tooth',
|
||||
'endermanoverhaul:corrupted_blade',
|
||||
'endermanoverhaul:corrupted_shield'
|
||||
]
|
||||
|
||||
DISABLED_ITEMS.forEach(item => {
|
||||
event.removeAllTagsFrom(item)
|
||||
event.add('c:hidden_from_recipe_viewers', item)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
const registerEndermanOverhaulBlockTags = (event) => {
|
||||
|
||||
event.add('endermanoverhaul:cave_enderman_holdable', 'forge:ores')
|
||||
event.add('endermanoverhaul:cave_enderman_holdable', 'minecraft:base_stone_nether')
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue