Enhanced Mushrooms + block swap advanced
This commit is contained in:
@@ -225,6 +225,20 @@ const woodTypes = [
|
||||
'boat',
|
||||
]
|
||||
},
|
||||
{
|
||||
"mod": "enhanced_mushrooms",
|
||||
"name": "mushroom",
|
||||
"blockTypes": {
|
||||
"log": 'minecraft:mushroom_stem',
|
||||
"stripped_log": 'enhanced_mushrooms:stripped_mushroom_stem',
|
||||
wood: 'enhanced_mushrooms:mushroom_hyphae',
|
||||
stripped_wood: 'enhanced_mushrooms:stripped_mushroom_hyphae',
|
||||
short_door: 'dramaticdoors:short_red_mushroom_door',
|
||||
tall_door: 'dramaticdoors:tall_red_mushroom_door'
|
||||
// hollow_log: 'quark:hollow_warped_stem',
|
||||
// boat: 'boatload:warped_boat'
|
||||
}
|
||||
},
|
||||
{
|
||||
"mod": "minecraft",
|
||||
"name": "crimson",
|
||||
|
||||
@@ -9,6 +9,7 @@ const obliterateItems = [
|
||||
// "kitchenkarrot:acorn",
|
||||
"kitchenkarrot:sweet_roll",
|
||||
"kitchenkarrot:pillager_pie",
|
||||
'minecraft:enchanting_table',
|
||||
// /refinedstorage:\\d+k_(fluid_)?storage_(part|disk)"/,
|
||||
// "refinedstorage:storage_housing",
|
||||
// "refinedstorage:creative_fluid_storage_disk",
|
||||
|
||||
Reference in New Issue
Block a user