diff --git a/kubejs/startup_scripts/beneath/constants.js b/kubejs/startup_scripts/beneath/constants.js index 6da4aea3b..5172a5919 100644 --- a/kubejs/startup_scripts/beneath/constants.js +++ b/kubejs/startup_scripts/beneath/constants.js @@ -3,7 +3,6 @@ global.BENEATH_DISABLED_ITEMS = [ "beneath:cobblerack", - "beneath:ancient_altar", "beneath:lost_page", "beneath:ore/slimed_netherrack", "beneath:raw_slime", @@ -47,104 +46,7 @@ global.BENEATH_DISABLED_ITEMS = [ "beneath:wood/clutch/warped", "beneath:wood/windmill/warped", "beneath:wood/boat/warped", - - // Remove these when the wood is accessible - - "beneath:wood/log/crimson", - "beneath:wood/stripped_log/crimson", - "beneath:wood/wood/crimson", - "beneath:wood/lumber/crimson", - "beneath:wood/stripped_wood/crimson", - "beneath:wood/planks/crimson", - "beneath:wood/twig/crimson", + "beneath:wood/leaves/crimson", - "beneath:wood/planks/crimson_workbench", - "beneath:wood/scribing_table/crimson", - "beneath:wood/sewing_table/crimson", - "beneath:wood/jar_shelf/crimson", - "beneath:wood/chest_minecart/crimson", - "beneath:wood/chest/crimson", - "beneath:wood/trapped_chest/crimson", - "beneath:wood/planks/crimson_loom", - "beneath:wood/lectern/crimson", - "beneath:wood/vertical_support/crimson", - "beneath:wood/horizontal_support/crimson", - "beneath:wood/sluice/crimson", - "beneath:wood/barrel/crimson", - "beneath:wood/planks/crimson_bookshelf", - "beneath:wood/planks/crimson_door", - "beneath:wood/planks/crimson_trapdoor", - "beneath:wood/planks/crimson_fence", - "beneath:wood/planks/crimson_log_fence", - "beneath:wood/planks/crimson_fence_gate", - "beneath:wood/planks/crimson_button", - "beneath:wood/planks/crimson_pressure_plate", - "beneath:wood/planks/crimson_slab", - "beneath:wood/planks/crimson_stairs", - "beneath:wood/planks/crimson_tool_rack", - "beneath:wood/planks/crimson_workbench", - "beneath:wood/planks/crimson_sign", - "beneath:wood/sapling/crimson", - "beneath:wood/potted_sapling/crimson", - "beneath:wood/fallen_leaves/crimson", - "beneath:wood/hanging_sign/copper/crimson", - "beneath:wood/hanging_sign/bronze/crimson", - "beneath:wood/hanging_sign/bismuth_bronze/crimson", - "beneath:wood/hanging_sign/black_bronze/crimson", - "beneath:wood/hanging_sign/wrought_iron/crimson", - "beneath:wood/hanging_sign/steel/crimson", - "beneath:wood/hanging_sign/black_steel/crimson", - "beneath:wood/hanging_sign/red_steel/crimson", - "beneath:wood/hanging_sign/blue_steel/crimson", - "beneath:crimson_straw", - "beneath:crimson_thatch", - - "beneath:wood/log/warped", - "beneath:wood/stripped_log/warped", - "beneath:wood/wood/warped", - "beneath:wood/lumber/warped", - "beneath:wood/stripped_wood/warped", - "beneath:wood/planks/warped", - "beneath:wood/twig/warped", "beneath:wood/leaves/warped", - "beneath:wood/planks/warped_workbench", - "beneath:wood/scribing_table/warped", - "beneath:wood/sewing_table/warped", - "beneath:wood/jar_shelf/warped", - "beneath:wood/chest_minecart/warped", - "beneath:wood/chest/warped", - "beneath:wood/trapped_chest/warped", - "beneath:wood/planks/warped_loom", - "beneath:wood/lectern/warped", - "beneath:wood/vertical_support/warped", - "beneath:wood/horizontal_support/warped", - "beneath:wood/sluice/warped", - "beneath:wood/barrel/warped", - "beneath:wood/planks/warped_bookshelf", - "beneath:wood/planks/warped_door", - "beneath:wood/planks/warped_trapdoor", - "beneath:wood/planks/warped_fence", - "beneath:wood/planks/warped_log_fence", - "beneath:wood/planks/warped_fence_gate", - "beneath:wood/planks/warped_button", - "beneath:wood/planks/warped_pressure_plate", - "beneath:wood/planks/warped_slab", - "beneath:wood/planks/warped_stairs", - "beneath:wood/planks/warped_tool_rack", - "beneath:wood/planks/warped_workbench", - "beneath:wood/planks/warped_sign", - "beneath:wood/sapling/warped", - "beneath:wood/potted_sapling/warped", - "beneath:wood/fallen_leaves/warped", - "beneath:wood/hanging_sign/copper/warped", - "beneath:wood/hanging_sign/bronze/warped", - "beneath:wood/hanging_sign/bismuth_bronze/warped", - "beneath:wood/hanging_sign/black_bronze/warped", - "beneath:wood/hanging_sign/wrought_iron/warped", - "beneath:wood/hanging_sign/steel/warped", - "beneath:wood/hanging_sign/black_steel/warped", - "beneath:wood/hanging_sign/red_steel/warped", - "beneath:wood/hanging_sign/blue_steel/warped", - "beneath:warped_straw", - "beneath:warped_thatch" ]; \ No newline at end of file