This website requires JavaScript.
Explore
Help
Sign in
HyperOnion
/
blockgame
Watch
1
Star
0
Fork
You've already forked blockgame
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
4ea8050c67
blockgame
/
mods
/
bg_terrain
/
mod.conf
4 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
rename mods and add hacky cleanup thing. rename mods; add `bg_` prefix. add hacky cleanup ABM (couldn't get LBM:s to work), that converts old nodes into new ones according to this rename. the cleanup doesn't do anything for items, though.
2023-10-15 16:22:13 +00:00
name = bg_terrain
description = adds terrain stuff to blockgame.
move falling node code to own mod. create `bg_api_fall` mod, and move files `falling_node.lua` and `loose_node.lua` to there from `bg_api`. update dependencies in other mods to account for this change.
2023-10-17 16:54:23 +00:00
depends = bg_api, bg_api_fall
Reference in a new issue
Copy permalink