Files
TFG/kubejs/client_scripts/gregtech/constants.js
Damodigy 969e554c9d he ro ta
2023-11-11 23:35:08 +07:00

17 lines
222 B
JavaScript

// priority: 199
const stoneTypesToHide = [
"sand",
"red_sand",
"gravel",
"ore",
"deepslate",
"basalt",
"endstone",
"netherrack",
"andesite",
"diorite",
"granite",
"tuff"
]