stack_recipe
Vars | |
category | Category for general crafting menu |
---|---|
crafting_flags | crafting_flags var to hold bool values |
max_res_amount | Max amount of resulting atoms made |
placement_checks | Bitflag of additional placement checks required to place. (STACK_CHECK_CARDINALS|STACK_CHECK_ADJACENT|STACK_CHECK_TRAM_FORBIDDEN|STACK_CHECK_TRAM_EXCLUSIVE) |
req_amount | Amount of stack required to make |
res_amount | Amount of resulting atoms made |
result_type | What atom the recipe makes, typepath |
time | How long it takes to make |
title | The title of the recipe |
trait_booster | What trait, if any, boosts the construction speed of this item |
trait_modifier | How much the trait above, if supplied, boosts the construct speed of this item |
Var Details
category
Category for general crafting menu
crafting_flags
crafting_flags var to hold bool values
max_res_amount
Max amount of resulting atoms made
placement_checks
Bitflag of additional placement checks required to place. (STACK_CHECK_CARDINALS|STACK_CHECK_ADJACENT|STACK_CHECK_TRAM_FORBIDDEN|STACK_CHECK_TRAM_EXCLUSIVE)
req_amount
Amount of stack required to make
res_amount
Amount of resulting atoms made
result_type
What atom the recipe makes, typepath
time
How long it takes to make
title
The title of the recipe
trait_booster
What trait, if any, boosts the construction speed of this item
trait_modifier
How much the trait above, if supplied, boosts the construct speed of this item