Add new metal, wood, stone, and leaves types for various mods including BetterEnd, Natures Spirit, and Quark; enhance configuration clarity and organization across multiple files.
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
[types.crystal_type.biomesoplenty]
|
||||
rose_quartz = true
|
||||
|
||||
[types.crystal_type.betterend]
|
||||
ender = true
|
||||
|
||||
[types.metal_type.cataclysm]
|
||||
witherite = true
|
||||
enderite = true
|
||||
@@ -31,6 +34,18 @@
|
||||
[types.metal_type.createaddition]
|
||||
electrum = true
|
||||
|
||||
[types.metal_type.witcher_rpg]
|
||||
silver = true
|
||||
steel = true
|
||||
dark_iron = true
|
||||
meteorite_silver = true
|
||||
dark_steel = true
|
||||
|
||||
[types.metal_type.betterend]
|
||||
aeternium = true
|
||||
terminite = true
|
||||
thallasium = true
|
||||
|
||||
[types.stone_type.create]
|
||||
limestone = true
|
||||
asurine = true
|
||||
@@ -98,6 +113,15 @@
|
||||
abyssmarine = true
|
||||
guanostone = true
|
||||
|
||||
[types.stone_type.betterend]
|
||||
azure_jadestone = true
|
||||
sandy_jadestone = true
|
||||
virid_jadestone = true
|
||||
sulphuric_rock = true
|
||||
flavolite = true
|
||||
umbralith = true
|
||||
violecite = true
|
||||
|
||||
[types.wood_type.cataclysm]
|
||||
chorus = true
|
||||
|
||||
@@ -156,6 +180,18 @@
|
||||
[types.wood_type.born_in_chaos_v1]
|
||||
scorched = true
|
||||
|
||||
[types.wood_type.betterend]
|
||||
dragon_tree = true
|
||||
end_lotus = true
|
||||
helix_tree = true
|
||||
jellyshroom = true
|
||||
lacugrove = true
|
||||
lucernia = true
|
||||
mossy_glowshroom = true
|
||||
pythadendron = true
|
||||
tenanea = true
|
||||
umbrella_tree = true
|
||||
|
||||
[types.leaves_type.biomesoplenty]
|
||||
null = true
|
||||
origin = true
|
||||
@@ -314,11 +350,19 @@
|
||||
[types.leaves_type.crabbersdelight]
|
||||
palm = true
|
||||
|
||||
[types.leaves_type.betterend]
|
||||
dragon_tree = true
|
||||
lacugrove = true
|
||||
lucernia = true
|
||||
pythadendron = true
|
||||
tenanea = true
|
||||
|
||||
#Disables specific entries
|
||||
[entries]
|
||||
|
||||
[entries.metal_type.minecraft]
|
||||
nugget = true
|
||||
bars = true
|
||||
|
||||
[entries.metal_type.create]
|
||||
table_cloth = true
|
||||
@@ -364,6 +408,17 @@
|
||||
block_gears = true
|
||||
block_pipes = true
|
||||
|
||||
[entries.metal_type.mcwfences]
|
||||
cheval_de_frise = true
|
||||
|
||||
[entries.metal_type.mcwbridges]
|
||||
bridge_pier = true
|
||||
bridge = true
|
||||
bridge_stair = true
|
||||
|
||||
[entries.metal_type.mcwwindows]
|
||||
shutter = true
|
||||
|
||||
[entries.stone_type.create]
|
||||
small_brick_wall = true
|
||||
cut_wall = true
|
||||
@@ -499,6 +554,97 @@
|
||||
brick_pattern_slab = true
|
||||
smooth_rotated_bricks_slab = true
|
||||
|
||||
[entries.stone_type.mcwroofs]
|
||||
top_roof = true
|
||||
lower_roof = true
|
||||
steep_roof = true
|
||||
bricks_steep_roof = true
|
||||
bricks_roof = true
|
||||
bricks_top_roof = true
|
||||
upper_steep_roof = true
|
||||
upper_lower_roof = true
|
||||
attic_roof = true
|
||||
bricks_attic_roof = true
|
||||
roof = true
|
||||
bricks_lower_roof = true
|
||||
bricks_upper_steep_roof = true
|
||||
bricks_upper_lower_roof = true
|
||||
|
||||
[entries.stone_type.mcwstairs]
|
||||
mossy_brick_railing = true
|
||||
mossy_brick_balcony = true
|
||||
brick_terrace_stairs = true
|
||||
brick_railing = true
|
||||
brick_balcony = true
|
||||
brick_platform = true
|
||||
mossy_brick_skyline_stairs = true
|
||||
brick_loft_stairs = true
|
||||
mossy_brick_loft_stairs = true
|
||||
mossy_brick_platform = true
|
||||
brick_compact_stairs = true
|
||||
mossy_brick_compact_stairs = true
|
||||
mossy_brick_bulk_stairs = true
|
||||
brick_skyline_stairs = true
|
||||
brick_bulk_stairs = true
|
||||
mossy_brick_terrace_stairs = true
|
||||
|
||||
[entries.stone_type.mcwbridges]
|
||||
mossy_bridge_pier = true
|
||||
bridge_pier = true
|
||||
balustrade_bricks_bridge = true
|
||||
mossy_bridge_stair = true
|
||||
balustrade_mossy_bricks_bridge = true
|
||||
bridge = true
|
||||
mossy_brick_bridge = true
|
||||
brick_bridge_stair = true
|
||||
brick_bridge = true
|
||||
|
||||
[entries.stone_type.mcwpaths]
|
||||
mossy_running_bond = true
|
||||
mossy_strewn_rocky_path = true
|
||||
running_bond_path = true
|
||||
crystal_floor_path = true
|
||||
strewn_rocky_path = true
|
||||
mossy_flagstone_slab = true
|
||||
running_bond_slab = true
|
||||
mossy_flagstone_path = true
|
||||
crystal_floor_slab = true
|
||||
mossy_windmill_weave = true
|
||||
mossy_crystal_floor_path = true
|
||||
mossy_flagstone = true
|
||||
mossy_crystal_floor_slab = true
|
||||
windmill_weave_path = true
|
||||
running_bond = true
|
||||
windmill_weave_slab = true
|
||||
mossy_running_bond_path = true
|
||||
mossy_running_bond_slab = true
|
||||
flagstone = true
|
||||
mossy_crystal_floor = true
|
||||
mossy_windmill_weave_slab = true
|
||||
mossy_windmill_weave_path = true
|
||||
flagstone_slab = true
|
||||
crystal_floor = true
|
||||
flagstone_path = true
|
||||
windmill_weave = true
|
||||
|
||||
[entries.stone_type.mcwfences]
|
||||
grass_topped_wall = true
|
||||
railing_wall = true
|
||||
modern_wall = true
|
||||
brick_railing_gate = true
|
||||
modern_brick_wall = true
|
||||
railing_gate = true
|
||||
railing_brick_wall = true
|
||||
pillar_wall = true
|
||||
|
||||
[entries.stone_type.mcwwindows]
|
||||
window2 = true
|
||||
brick_arrow_slit = true
|
||||
brick_gothic = true
|
||||
pane_window = true
|
||||
four_window = true
|
||||
window = true
|
||||
|
||||
[entries.wood_type.farmersdelight]
|
||||
cabinet = true
|
||||
|
||||
@@ -535,6 +681,177 @@
|
||||
drawer = true
|
||||
chair = true
|
||||
|
||||
[entries.wood_type.mcwroofs]
|
||||
planks_upper_steep_roof = true
|
||||
top_roof = true
|
||||
lower_roof = true
|
||||
planks_roof = true
|
||||
upper_steep_roof = true
|
||||
steep_roof = true
|
||||
upper_lower_roof = true
|
||||
attic_roof = true
|
||||
planks_upper_lower_roof = true
|
||||
roof = true
|
||||
planks_attic_roof = true
|
||||
planks_top_roof = true
|
||||
planks_steep_roof = true
|
||||
planks_lower_roof = true
|
||||
|
||||
[entries.wood_type.mcwfurnitures]
|
||||
stripped_glass_table = true
|
||||
stripped_desk = true
|
||||
stripped_double_kitchen_cabinet = true
|
||||
end_table = true
|
||||
stool_chair = true
|
||||
stripped_kitchen_sink = true
|
||||
stripped_lower_triple_drawer = true
|
||||
stripped_drawer_counter = true
|
||||
bookshelf_drawer = true
|
||||
double_drawer = true
|
||||
stripped_coffee_table = true
|
||||
stripped_counter = true
|
||||
stripped_striped_chair = true
|
||||
covered_desk = true
|
||||
stripped_stool_chair = true
|
||||
stripped_modern_wardrobe = true
|
||||
cupboard_counter = true
|
||||
stripped_covered_desk = true
|
||||
stripped_kitchen_cabinet = true
|
||||
coffee_table = true
|
||||
glass_table = true
|
||||
stripped_cupboard_counter = true
|
||||
stripped_triple_drawer = true
|
||||
stripped_chair = true
|
||||
stripped_double_drawer_counter = true
|
||||
stripped_modern_desk = true
|
||||
stripped_bookshelf_cupboard = true
|
||||
modern_wardrobe = true
|
||||
lower_bookshelf_drawer = true
|
||||
striped_chair = true
|
||||
double_kitchen_cabinet = true
|
||||
stripped_large_drawer = true
|
||||
wardrobe = true
|
||||
kitchen_sink = true
|
||||
modern_desk = true
|
||||
stripped_lower_bookshelf_drawer = true
|
||||
stripped_end_table = true
|
||||
drawer = true
|
||||
stripped_bookshelf_drawer = true
|
||||
stripped_glass_kitchen_cabinet = true
|
||||
stripped_bookshelf = true
|
||||
modern_chair = true
|
||||
chair = true
|
||||
stripped_table = true
|
||||
double_drawer_counter = true
|
||||
drawer_counter = true
|
||||
kitchen_cabinet = true
|
||||
counter = true
|
||||
stripped_modern_chair = true
|
||||
bookshelf_cupboard = true
|
||||
table = true
|
||||
desk = true
|
||||
stripped_double_wardrobe = true
|
||||
stripped_double_drawer = true
|
||||
triple_drawer = true
|
||||
lower_triple_drawer = true
|
||||
glass_kitchen_cabinet = true
|
||||
bookshelf = true
|
||||
stripped_wardrobe = true
|
||||
large_drawer = true
|
||||
double_wardrobe = true
|
||||
stripped_drawer = true
|
||||
|
||||
[entries.wood_type.mcwtrpdoors]
|
||||
ranch_trapdoor = true
|
||||
beach_trapdoor = true
|
||||
swamp_trapdoor = true
|
||||
glass_trapdoor = true
|
||||
whispering_trapdoor = true
|
||||
blossom_trapdoor = true
|
||||
tropical_trapdoor = true
|
||||
cottage_trapdoor = true
|
||||
paper_trapdoor = true
|
||||
bark_trapdoor = true
|
||||
classic_trapdoor = true
|
||||
bamboo_trapdoor = true
|
||||
barn_trapdoor = true
|
||||
four_panel_trapdoor = true
|
||||
barred_trapdoor = true
|
||||
mystic_trapdoor = true
|
||||
barrel_trapdoor = true
|
||||
|
||||
[entries.wood_type.mcwwindows]
|
||||
louvered_shutter = true
|
||||
plank_pane_window = true
|
||||
plank_four_window = true
|
||||
stripped_log_window2 = true
|
||||
log_parapet = true
|
||||
window2 = true
|
||||
stripped_log_four_window = true
|
||||
stripped_log_window = true
|
||||
plank_window = true
|
||||
plank_window2 = true
|
||||
pane_window = true
|
||||
stripped_pane_window = true
|
||||
four_window = true
|
||||
plank_parapet = true
|
||||
blinds = true
|
||||
window = true
|
||||
shutter = true
|
||||
|
||||
[entries.wood_type.mcwdoors]
|
||||
japanese2_door = true
|
||||
tropical_door = true
|
||||
barn_glass_door = true
|
||||
four_panel_door = true
|
||||
beach_door = true
|
||||
waffle_door = true
|
||||
japanese_door = true
|
||||
stable_door = true
|
||||
modern_door = true
|
||||
nether_door = true
|
||||
stable_head_door = true
|
||||
cottage_door = true
|
||||
western_door = true
|
||||
paper_door = true
|
||||
bamboo_door = true
|
||||
swamp_door = true
|
||||
glass_door = true
|
||||
barn_door = true
|
||||
mystic_door = true
|
||||
whispering_door = true
|
||||
bark_glass_door = true
|
||||
classic_door = true
|
||||
|
||||
[entries.wood_type.mcwfences]
|
||||
highley_gate = true
|
||||
picket_fence = true
|
||||
stockade_fence = true
|
||||
wired_fence = true
|
||||
horse_fence = true
|
||||
pyramid_gate = true
|
||||
|
||||
[entries.wood_type.mcwbridges]
|
||||
bridge_pier = true
|
||||
rope_bridge = true
|
||||
log_bridge_middle = true
|
||||
rope_bridge_stair = true
|
||||
log_bridge_stair = true
|
||||
rail_bridge = true
|
||||
|
||||
[entries.wood_type.mcwstairs]
|
||||
terrace_stairs = true
|
||||
compact_stairs = true
|
||||
balcony = true
|
||||
loft_stairs = true
|
||||
railing = true
|
||||
platform = true
|
||||
skyline_stairs = true
|
||||
bulk_stairs = true
|
||||
|
||||
[entries.wood_type.mcwpaths]
|
||||
planks_path = true
|
||||
|
||||
[entries.mud_type.quark]
|
||||
carved_bricks = true
|
||||
pillar = true
|
||||
@@ -544,6 +861,9 @@
|
||||
hedge = true
|
||||
leaf_carpet = true
|
||||
|
||||
[entries.leaves_type.mcwfences]
|
||||
hedge = true
|
||||
|
||||
[entries.crystal_type.rechiseled]
|
||||
block_edged = true
|
||||
block_pillar_connecting = true
|
||||
|
||||
Reference in New Issue
Block a user