Compare commits

..

2 Commits

Author SHA1 Message Date
hypercross 8c976996d0 fix: hmi, trade costs 2025-12-09 11:41:29 +08:00
hypercross 34c35ef3b2 fix: hmi 2025-12-09 11:24:37 +08:00
2 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@
#Mod IDs that should be excluded from custom rendering (entire mod). #Mod IDs that should be excluded from custom rendering (entire mod).
excludedModIds = ["pointblank", "jeg", "cataclysm"] excludedModIds = ["pointblank", "jeg", "cataclysm"]
#Specific item IDs to exclude from custom rendering (e.g. 'modid:itemname'). #Specific item IDs to exclude from custom rendering (e.g. 'modid:itemname').
excludedItemIds = ["supplementaries:flax_seeds"] excludedItemIds = []
#Skips the blockItem renderer which is useful especially for create items cause their already 3d #Skips the blockItem renderer which is useful especially for create items cause their already 3d
renderBlockAsItem = ["create:cogwheel", "create:large_cogwheel", "create:shaft", "create:gearbox", "create:vertical_gearbox", "create:clutch", "create:gearshift", "create:encased_chain_drive", "create:adjustable_chain_gearshift", "create:belt_connector", "create:chain_conveyor", "create:creative_motor", "create:water_wheel", "create:large_water_wheel", "create:nozzle", "create:turntable", "create:hand_crank", "create:millstone", "create:crushing_wheel", "create:mechanical_press", "create:mechanical_mixer", "create:empty_blaze_burner", "create:blaze_burner", "create:depot", "create:weighted_ejector", "create:speedometer", "create:stressometer", "create:wooden_bracket", "create:metal_bracket", "create:schematicannon", "create:fluid_pipe", "create:mechanical_pump", "create:smart_fluid_pipe", "create:fluid_valve", "create:copper_valve_handle", "create:hose_pulley", "create:portable_fluid_interface", "create:steam_engine", "create:gantry_carriage", "create:gantry_shaft", "create:windmill_bearing", "create:mechanical_bearing", "create:clockwork_bearing", "create:rope_pulley", "create:elevator_pulley", "create:cart_assembler", "create:sticker", "create:contraption_controls", "create:mechanical_drill", "create:mechanical_saw", "create:deployer", "create:portable_storage_interface", "create:mechanical_harvester", "create:mechanical_plough", "create:mechanical_roller", "create:mechanical_crafter", "create:sequenced_gearshift", "create:flywheel", "create:rotation_speed_controller", "create:mechanical_arm", "create:controls", "create:andesite_funnel", "create:brass_funnel", "create:andesite_tunnel", "create:brass_tunnel", "create:package_frogport", "create:factory_gauge", "create:display_board", "create:peculiar_bell", "create:haunted_bell", "create:brown_toolbox", "create:clipboard"] renderBlockAsItem = ["create:cogwheel", "create:large_cogwheel", "create:shaft", "create:gearbox", "create:vertical_gearbox", "create:clutch", "create:gearshift", "create:encased_chain_drive", "create:adjustable_chain_gearshift", "create:belt_connector", "create:chain_conveyor", "create:creative_motor", "create:water_wheel", "create:large_water_wheel", "create:nozzle", "create:turntable", "create:hand_crank", "create:millstone", "create:crushing_wheel", "create:mechanical_press", "create:mechanical_mixer", "create:empty_blaze_burner", "create:blaze_burner", "create:depot", "create:weighted_ejector", "create:speedometer", "create:stressometer", "create:wooden_bracket", "create:metal_bracket", "create:schematicannon", "create:fluid_pipe", "create:mechanical_pump", "create:smart_fluid_pipe", "create:fluid_valve", "create:copper_valve_handle", "create:hose_pulley", "create:portable_fluid_interface", "create:steam_engine", "create:gantry_carriage", "create:gantry_shaft", "create:windmill_bearing", "create:mechanical_bearing", "create:clockwork_bearing", "create:rope_pulley", "create:elevator_pulley", "create:cart_assembler", "create:sticker", "create:contraption_controls", "create:mechanical_drill", "create:mechanical_saw", "create:deployer", "create:portable_storage_interface", "create:mechanical_harvester", "create:mechanical_plough", "create:mechanical_roller", "create:mechanical_crafter", "create:sequenced_gearshift", "create:flywheel", "create:rotation_speed_controller", "create:mechanical_arm", "create:controls", "create:andesite_funnel", "create:brass_funnel", "create:andesite_tunnel", "create:brass_tunnel", "create:package_frogport", "create:factory_gauge", "create:display_board", "create:peculiar_bell", "create:haunted_bell", "create:brown_toolbox", "create:clipboard", "supplementaries:flax_seeds", "brewinandchewin:coaster"]

View File

@ -197,10 +197,10 @@ function genEnchanted(ids, enchant_pool, enchant_rolls, random, damage ){
const gems = [ const gems = [
'diamond', 'diamond',
'2x gold_ingot', '2x gold_ingot',
'3x caverns_and_chasms:spinel', '3x spelunkery:cinnabar',
'4x spelunkery:cinnabar', '4x lapis_lazuli',
'5x lapis_lazuli', '5x amethyst_shard',
'6x amethyst_shard', '6x caverns_and_chasms:spinel',
]; ];
/** /**