Posted November 23, 20213 yr So I wanted to make new blocks for minecraft classic but I do not know how to mod classicube. Any help would be appreciated.
November 23, 20213 yr 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
November 23, 20213 yr 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!
November 23, 20213 yr Administrator 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?
November 25, 20213 yr 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.
So I wanted to make new blocks for minecraft classic but I do not know how to mod classicube. Any help would be appreciated.