added more of create's stone type tags to domum's whitelist
This commit is contained in:
parent
2248b75710
commit
79733b9cfc
2 changed files with 22 additions and 0 deletions
|
|
@ -160,6 +160,26 @@ function registerDomumOrnamentumBlockTags(event) {
|
||||||
"#tfg:ad_astra_desh_block",
|
"#tfg:ad_astra_desh_block",
|
||||||
"#tfg:ad_astra_ostrum_block",
|
"#tfg:ad_astra_ostrum_block",
|
||||||
"#tfg:ad_astra_calorite_block",
|
"#tfg:ad_astra_calorite_block",
|
||||||
|
// Create blocks
|
||||||
|
"#create:stone_types/diorite",
|
||||||
|
"#create:stone_types/andesite",
|
||||||
|
"#create:stone_types/limestone",
|
||||||
|
"#create:stone_types/granite",
|
||||||
|
"#create:stone_types/deepslate",
|
||||||
|
"#create:stone_types/dripstone",
|
||||||
|
"#tfg:stone_types/keratophyre",
|
||||||
|
"#create:stone_types/calcite",
|
||||||
|
"#create:stone_types/tuff",
|
||||||
|
"#tfg:stone_types/suevite",
|
||||||
|
"#tfg:stone_types/certus",
|
||||||
|
"#tfg:stone_types/thermal_vent_deposit",
|
||||||
|
"#tfg:stone_types/reconstituted_stone",
|
||||||
|
"#create:stone_types/asurine",
|
||||||
|
"#create:stone_types/ochrum",
|
||||||
|
"#create:stone_types/crimsite",
|
||||||
|
"#create:stone_types/veridium",
|
||||||
|
"#create:stone_types/scoria",
|
||||||
|
"#create:stone_types/scorchia",
|
||||||
];
|
];
|
||||||
|
|
||||||
materials.forEach((material) => {
|
materials.forEach((material) => {
|
||||||
|
|
|
||||||
|
|
@ -795,6 +795,7 @@ global.BIG_ROCK_TABLE = /** @type {{String, RockType}} */ ({
|
||||||
dimensions: ['ad_astra:venus'],
|
dimensions: ['ad_astra:venus'],
|
||||||
pillar: 'create:scoria_pillar',
|
pillar: 'create:scoria_pillar',
|
||||||
pillar2: 'create:layered_scoria',
|
pillar2: 'create:layered_scoria',
|
||||||
|
stonecutterTag: 'create:stone_types/scoria',
|
||||||
raw: generateFormsExisting('scoria', 'tfg:rock/%s', {
|
raw: generateFormsExisting('scoria', 'tfg:rock/%s', {
|
||||||
block: 'create:scoria',
|
block: 'create:scoria',
|
||||||
texture: 'create:block/palettes/stone_types/scoria'
|
texture: 'create:block/palettes/stone_types/scoria'
|
||||||
|
|
@ -819,6 +820,7 @@ global.BIG_ROCK_TABLE = /** @type {{String, RockType}} */ ({
|
||||||
dimensions: ['ad_astra:moon', 'ad_astra:mars', 'ad_astra:venus'],
|
dimensions: ['ad_astra:moon', 'ad_astra:mars', 'ad_astra:venus'],
|
||||||
pillar: 'create:scorchia_pillar',
|
pillar: 'create:scorchia_pillar',
|
||||||
pillar2: 'create:layered_scorchia',
|
pillar2: 'create:layered_scorchia',
|
||||||
|
stonecutterTag: 'create:stone_types/scorchia',
|
||||||
raw: generateFormsExisting('scorchia', 'tfg:rock/%s', {
|
raw: generateFormsExisting('scorchia', 'tfg:rock/%s', {
|
||||||
block: 'create:scorchia',
|
block: 'create:scorchia',
|
||||||
texture: 'create:block/palettes/stone_types/scorchia'
|
texture: 'create:block/palettes/stone_types/scorchia'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue