he ro ta
This commit is contained in:
parent
7f8e06de8c
commit
969e554c9d
31 changed files with 569 additions and 26 deletions
23
kubejs/client_scripts/minecraft/constants.js
Normal file
23
kubejs/client_scripts/minecraft/constants.js
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
// priority: 199
|
||||
|
||||
const minecraftItemsToHide = [
|
||||
"minecraft:coal_ore",
|
||||
"minecraft:deepslate_coal_ore",
|
||||
"minecraft:iron_ore",
|
||||
"minecraft:deepslate_iron_ore",
|
||||
"minecraft:copper_ore",
|
||||
"minecraft:deepslate_copper_ore",
|
||||
"minecraft:gold_ore",
|
||||
"minecraft:deepslate_gold_ore",
|
||||
"minecraft:redstone_ore",
|
||||
"minecraft:deepslate_redstone_ore",
|
||||
"minecraft:emerald_ore",
|
||||
"minecraft:deepslate_emerald_ore",
|
||||
"minecraft:lapis_ore",
|
||||
"minecraft:deepslate_lapis_ore",
|
||||
"minecraft:diamond_ore",
|
||||
"minecraft:deepslate_diamond_ore",
|
||||
"minecraft:nether_gold_ore",
|
||||
"minecraft:nether_quartz_ore",
|
||||
"minecraft:ancient_debris"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue