update tfg + scripts
This commit is contained in:
parent
9487f6034b
commit
5f29978e5c
8 changed files with 410 additions and 92 deletions
16
kubejs/client_scripts/gregtech/constants.js
Normal file
16
kubejs/client_scripts/gregtech/constants.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// priority: 199
|
||||
|
||||
const stoneTypesToHide = [
|
||||
"sand",
|
||||
"red_sand",
|
||||
"gravel",
|
||||
"ore",
|
||||
"deepslate",
|
||||
"basalt",
|
||||
"endstone",
|
||||
"netherrack",
|
||||
"andesite",
|
||||
"diorite",
|
||||
"granite",
|
||||
"tuff"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue