blockgame/mods
trans_soup a06b0a08af fully implement leveled nodes.
add API support for leveled nodes, used via these two functions:

`blockgame.register_leveled_node` registers leveled nodes for each level
up to a given maximum.

`blockgame.check_for_stacking` checks whether a given node is
supposed to stack with its vertical neighbors, and if so handles that.
2023-10-21 22:08:46 +02:00
..
bg_api fully implement leveled nodes. 2023-10-21 22:08:46 +02:00
bg_crafting move item_matches into api. 2023-10-17 15:02:39 +02:00
bg_player tweak running. 2023-10-16 21:59:12 +02:00
bg_stoneworking add temporary "crushing" recipe variants. 2023-10-19 11:30:45 +02:00
bg_terrain tweak grass growth rate. 2023-10-19 13:20:36 +02:00
bg_tree Merge branch 'main' into leveled-nodes 2023-10-21 12:01:06 +02:00
bg_woodworking simplify node registration. 2023-10-17 20:20:42 +02:00