Jump to content
  • Sign Up

Archived

This topic is now archived and is closed to further replies.

Sildur1

How do I make custom blocks in classicube.

Recommended Posts

So I wanted to make new blocks for minecraft classic but I do not know how to mod classicube. Any help would be appreciated.

Share this post


Link to post

Saving the map (via escape -> save level) also saves the custom blocks in the map

So rather than modding the game, it's usually simpler to run a locally hosted server, define custom blocks, then save and load the map in singleplayer (e.g. usingĀ MCGalaxyĀ and defining custom blocks usingĀ this guide)


If still want to mod the game then:
1) Download the game'sĀ source code
2) Modify Block.c and add the properties for new custom blocks there (good places to start from are Block_ResetProps / DefaultSet_XYZ functions)
3) Compile game's source code using instructions in readme

Share this post


Link to post

Running it on macos is a hassle and I can't make myself superop on the server and terminal does nothing when I type in the command.

I got the GUI working on a Windows 10 vm. Thank you!

Share this post


Link to post
On 11/23/2021 at 1:44 PM, UnknownShadow200 said:

Can you provide more details on what issues you are having running it on macOS?

Are you seeing any errors logged to Terminal on startup?

It was fixed but I had to use the terminal version. It doesn't really matter for what I am doing though.

Share this post


Link to post

×
×
  • Create New...