fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.44k stars 1.39k forks source link

Improvement: Server-side blocks? #235

Open lighth7015 opened 5 years ago

lighth7015 commented 5 years ago

Perhaps it would be interesting to be able for the server to handle the way blocks look/act so you wouldn't need client-side mods outside of UI tweaks.

OvermindDL1 commented 5 years ago

Wouldn't be at all hard to have a backend block type that maps to wasm for server scripting or so, displays on the client as another block (or armor stand for custom rendering).