update tfg + scripts

This commit is contained in:
SpeeeDCraft 2023-11-11 20:07:58 +07:00
parent 9487f6034b
commit 5f29978e5c
8 changed files with 410 additions and 92 deletions

View file

@ -0,0 +1,16 @@
// priority: 199
const stoneTypesToHide = [
"sand",
"red_sand",
"gravel",
"ore",
"deepslate",
"basalt",
"endstone",
"netherrack",
"andesite",
"diorite",
"granite",
"tuff"
]