Skip to content

Primordialis Reactor (Prodigy Tech)

Description

Turns organic matter into Primordium.

Identifier

Refer to this via any of the following:

groovy
mods.prodigytech.primordialis_reactor/* Used as page default */
mods.prodigytech.primordialisreactor
mods.prodigytech.primordialisReactor
mods.prodigytech.PrimordialisReactor

Adding Entries

  • Adds an item that can be converted.:

    groovy
    mods.prodigytech.primordialis_reactor.add(IIngredient)
Example
groovy
mods.prodigytech.primordialis_reactor.add(item('minecraft:diamond'))

Removing Entries

  • Removes an item that can be converted.:

    groovy
    mods.prodigytech.primordialis_reactor.remove(IIngredient)
  • Removes all registered recipes:

    groovy
    mods.prodigytech.primordialis_reactor.removeAll()
Example
groovy
mods.prodigytech.primordialis_reactor.remove(ore('sugarcane'))
mods.prodigytech.primordialis_reactor.removeAll()

Getting the value of entries

  • Iterates through every entry in the registry, with the ability to call remove on any element to remove it:

    groovy
    mods.prodigytech.primordialis_reactor.streamRecipes()

Contributors

Changelog

© 2024 CleanroomMC. All Rights Reserved.