Jump to content

How do I make custom blocks in classicube.

Posted

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

Featured Replies

  • Administrator

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

  • Author

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!

  • Author
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.

Archived

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