leaves
This commit is contained in:
parent
cfbd82e595
commit
6886bc8d3a
4 changed files with 6 additions and 6 deletions
|
|
@ -44,6 +44,7 @@ global.AD_ASTRA_DISABLED_ITEMS =
|
|||
'ad_astra:ti_69',
|
||||
'ad_astra:steel_cable',
|
||||
'ad_astra:desh_cable',
|
||||
'ad_astra:glacian_leaves',
|
||||
|
||||
// Don't tag prefix these, several systems rely on all ore blocks being gregtech's generated ones
|
||||
'ad_astra:moon_ice_shard_ore',
|
||||
|
|
|
|||
|
|
@ -48,5 +48,9 @@ global.BENEATH_DISABLED_ITEMS = [
|
|||
"beneath:wood/boat/warped",
|
||||
|
||||
"beneath:wood/leaves/crimson",
|
||||
"beneath:wood/fallen_leaves/crimson",
|
||||
"beneath:wood/sapling/crimson",
|
||||
"beneath:wood/leaves/warped",
|
||||
"beneath:wood/fallen_leaves/warped",
|
||||
"beneath:wood/sapling/warped"
|
||||
];
|
||||
|
|
@ -707,10 +707,7 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:warped_nylium',
|
||||
'minecraft:soul_sand',
|
||||
'minecraft:soul_soil',
|
||||
'minecraft:crying_obsidian',
|
||||
'minecraft:nether_wart_block',
|
||||
'minecraft:warped_wart_block',
|
||||
'minecraft:crimson_fungus',
|
||||
'minecraft:crying_obsidian',
|
||||
'minecraft:piglin_head',
|
||||
'minecraft:zombie_head',
|
||||
'minecraft:skeleton_skull',
|
||||
|
|
@ -724,7 +721,6 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:crimson_roots',
|
||||
//'minecraft:nether_brick',
|
||||
'minecraft:nether_wart',
|
||||
'minecraft:warped_fungus',
|
||||
'minecraft:respawn_anchor',
|
||||
'minecraft:ghast_tear',
|
||||
'minecraft:nautilus_shell'
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ global.SPECIES_DISABLED_BLOCKS = [
|
|||
'species:bone_bark',
|
||||
'species:bone_vertebra',
|
||||
'species:bone_spike',
|
||||
'species:alphacene_moss_block',
|
||||
'species:alphacene_moss_carpet',
|
||||
'species:alphacene_grass_block',
|
||||
'species:cruncher_pellet',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue