quat1024 / YoureAnExpertHarry

Automatically Generated Expert Mode Hellscapes
10 stars 5 forks source link

Custom sanity checks #5

Open whizzball1 opened 5 years ago

whizzball1 commented 5 years ago

Allow users of the mod to create sanity checks like “furnace in tier 2” and “furnace recipes in tier 3” or “steel in tier 4” after “blast furnace in tier 3”.

(Consolidating ideas from the thread)

quat1024 commented 5 years ago

it's easy to specify recipe types to be locked to a particular tier (you already can, even); but saying "this item must be part of tier xx" is a little harder. i'll see

whizzball1 commented 5 years ago

Note for self:

  1. Method that checks all items required for a tier and adds them to the list “toAddRecipesFor”
  2. Method that adds items required for a tier and adds them to lists for all the other tiers called “bannedForTier” and add that to the “chooseItem” method.