Skip to content

Fix SE+K2 matter recipes by updating to new matter template function #67

Description

@brevven

eg.

  util.k2matter({
    k2matter = {
      item_name = "tungsten-ore",
      matter_value = 6,
      energy_required = 1,
      need_stabilizer = false,
      unlocked_by_technology = "tungsten-matter-processing",
    },
    k2baseicon = "stone",
    icon = {icon = "__bztungsten__/graphics/icons/tungsten-ore.png", icon_size = 64, scale = 1.25}
  })

  util.k2matter({
    k2matter = {
      item_name = "tungsten-plate",
      matter_value = 10,
      energy_required = 2,
      only_deconversion = true,
      need_stabilizer = true,
      unlocked_by_technology = "tungsten-matter-processing",
    },
  })

Checklist

  • Lead
  • Aluminum
  • Tungsten
  • Zirconium
  • Silica & Silicon
  • Titanium
  • Tin
  • Graphite & Diamonds
  • Salt & Chlorine
  • Noble Metals
  • Natural Gas
  • Foundry

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions