Started by
Wildstone
on
Topic category: Help with Minecraft modding (Java Edition)
So im making a Mario like mod and I was wondering if I could somehow make it a 2D sidescroller type game? If so, is there some kind of code I could make to have it work?
That would require heavy modifications of the render system (by programming) and I don't think there are any guides on how to do this.
Actually you can do a lot of blocks with different images of the game which will change every n ticks and if the player left-clicks on them (like a jump), but if you'll make a really big game it can take a lot of time but it's possible anyways