register_multiblock
->add_multiblock
(consistency with other functions)
implementing_object = node
now is replaced withimplementing_objects = {node}
to add possibility to implement via different machines.functions.returner
is renamed tofunctions.identity
to decrease confusion.- Removed
api.get_texture
due to uselessness. table.random_map
is now replaced withtable.random
.
- Object returned by
hud.configurator
now has a table argument instead of a sequence one. betterinv.XYZ
functions now depend onbetterinv
instead ofsfinv
.
nei.func
functions now depend on eithertrinium_inventory
ornei
, but nottrinium_player
.betterinv.func
functions now depend on eithertrinium_inventory
orsfinv
, but notbetter_inventory
, to ensure sfinv mods working under BetterInventory without modification.
- Removed
nei.draw_research_recipe
function. Usenei.draw_recipe_raw
instead. - Removed
nei.absolute_draw_recipe
function. Usenei.draw_recipe_raw
instead.