feldim2425 / OC-Minecarts

Minecraft Mod / Addon for OpenComputers
MIT License
10 stars 4 forks source link

whats missing for the 1.10.2 port? #18

Open ben-mkiv opened 7 years ago

ben-mkiv commented 7 years ago

Hey, can you post a todo list of whats missing for the 1.10.2 build?

feldim2425 commented 7 years ago

I think the mod has to be rewritten from scratch.

I could make a full ToDo list what has to be changed. But since it is one of my first mods (and the first public mod), it is also a mess. Updating the old code would probably cost more time than rewriting it.

I started from scratch a while ago, but I never made it very far.

493505110 commented 3 years ago

I think the mod has to be rewritten from scratch.

  • Some stuff in the Entity system changed, so the Minecart has to be updated
  • Block system changed, so it has to deal with BlockStates
  • The mod needs Models for everything
  • The EntityExtender for the remote control stuff has to be rewritten (because EntityExtender don't exist in 1.10.2)
  • [EDIT] Inventory & Tank system has to be changed to Capabilities

I could make a full ToDo list what has to be changed. But since it is one of my first mods (and the first public mod), it is also a mess. Updating the old code would probably cost more time than rewriting it.

I started from scratch a while ago, but I never made it very far.

Hello?