Skip to content

benhatsor/enderdragon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS3D Minecraft test

To do

  • Multiplayer (webRTC)
  • Breaking particles
  • Command Blocks
  • Lighting, tint

Contributing

Adding blocks

Upload block textures to /textures.

Add an object to blockList.js:

  • id: id of block (required)
  • pic: block texture (required if multiside is false)
  • name: name of block (required)
  • invPic: background position of the inventory spritesheet (required)
  • multiside: if the block has a different texture on each side (optional)
  • sides: block textures for each block side (required if multiside is true)
  • xshape: if flower, torch, etc.
  • transparent: if block is transparent

Adding structures

Add a structure to structures.js.

Anything else

game.js. Document code and specify what changed. (eg. added glass, fixed bug)

If you have an idea, add it above.

Credits

Based on Calada2's project.
Textures from the Minecraft Wiki are under CC BY-NC-SA 3.0.
Game content and materials are trademarks and copyrights of their respective publisher and its licensors. All rights reserved.
Enderdragon is neither endorsed nor affiliated with Mojang.