konstructs / server

A voxel based game server.
http://www.konstructs.org
MIT License
49 stars 12 forks source link

Fix make torches easy to destroy #154

Closed petterarvidsson closed 7 years ago

petterarvidsson commented 7 years ago

@nsg What do you think?

petterarvidsson commented 7 years ago

Since there is only one torch per block I would say it makes sense to keep it singular

nsg commented 7 years ago

Yeah, plural made sense because several different touches will be grouped under that class in the future.

petterarvidsson commented 7 years ago

I am more thinking in terms of "isa" relations. So that a class is something a block is, Just like in object oriented programming. I think it makes sense since classes are giving blocks properties.

nsg commented 7 years ago

okay!