fogleman/Craft

How to add new blocks ?

Peugeot205GTI opened this issue · 3 comments

How to add new blocks ?

With Mod…

The builder.py file shows how to add a new block.

https://github.com/fogleman/Craft/blob/master/builder.py#L160

That is the setblock() function used for setting a block at a given position to a given type.

This is not what you are looking for.