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
7493d9771c
blockgame
/
mods
/
bg_stoneworking
/
node.lua
12 lines
137 B
Lua
Raw
Normal View
History
Unescape
Escape
simplify node registration. make the wrapper `blockgame.register_node` make reasonable assumptions that make node registration more convenient. change other code to take advantage of that change. also remove the `blockgame.reg_simple_node` utility since it's now redundant.
2023-10-17 18:20:42 +00:00
blockgame.register_node
(
"
bricks
"
,
{
groups
=
{
stoney
=
1
,
}
,
start working on stoneworking mod. create stoneworking mod. create nodes stone bricks and stone tile, then add placeholder recipe for both.
2023-10-11 08:28:23 +00:00
}
)
simplify node registration. make the wrapper `blockgame.register_node` make reasonable assumptions that make node registration more convenient. change other code to take advantage of that change. also remove the `blockgame.reg_simple_node` utility since it's now redundant.
2023-10-17 18:20:42 +00:00
blockgame.register_node
(
"
tile
"
,
{
groups
=
{
stoney
=
1
,
}
,
start working on stoneworking mod. create stoneworking mod. create nodes stone bricks and stone tile, then add placeholder recipe for both.
2023-10-11 08:28:23 +00:00
}
)
Reference in a new issue
Copy permalink