microsoft / makecode-minecraft-roller-coaster

Roller coaster building extension for MakeCode in Minecraft Education
MIT License
0 stars 2 forks source link

Port Roller Coaster Builder from Personal Repo into Msft Repo #4

Closed thsparks closed 10 months ago

thsparks commented 10 months ago

Just copying wholesale from https://github.com/thsparks/roller-coaster-builder/

There are some known issues/to-dos, such as:

  1. Too dependent on having exclusive access to builder (https://github.com/microsoft/makecode-minecraft-roller-coaster/issues/2)
  2. I should summon a minecart instead of just putting one in the player inventory (https://github.com/microsoft/makecode-minecraft-roller-coaster/issues/3).
  3. Waterlogged blocks break water protection (https://github.com/microsoft/makecode-minecraft-roller-coaster/issues/1)
  4. Could potentially use structures to make more efficient.

I don't plan on fixing those in this PR just because I'd like to get it checked-in so I can work & iterate here rather than my personal repo, but happy to address other issues, and I'm certainly open to people calling them out even if they may end up getting addressed later.

thsparks commented 10 months ago

I'm going to check this in to unblock fixes for issues mentioned in PR description, but feel free to leave comments and I can fix in follow-up changes if need be.