Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[020] track builder bad behaviors #480

Open
3 of 5 tasks
Hagrud opened this issue Aug 15, 2019 · 2 comments
Open
3 of 5 tasks

[020] track builder bad behaviors #480

Hagrud opened this issue Aug 15, 2019 · 2 comments

Comments

@Hagrud
Copy link

Hagrud commented Aug 15, 2019

I create an issue to save all strange behaviors I found using the track builder in traincraft 020.

With minecraft rails:

  • gravel and rails items fall when trackbuilder try to fill a lot of blocks

mc_rail_fall

  • when going down facing +x or -x the trackbluider dig vertically

mc_builder_fall

With traincraft rails:

  • trackbuilder fall instead of placing filler blocks

tc_rail_fall

  • trackbluider can place medium and large tracks but when there is an obstacle it use all of them without success

tc_medium_rail_obstacle
more than 15 medium tracks have been consumed by the trackbuilder to fill those two blocks

Others:

  • Fixe break event related issues
@EternalBlueFlame
Copy link
Owner

Note for #482 you would need to put the filter for only taking the straight TC track in the track builder inventory/container class. there should already be a check if the item is a TC rail, so that can just be refined further.

@Hagrud
Copy link
Author

Hagrud commented Aug 18, 2019

Discord user report that trackBuilder does not trigger BlockEvent.BreakBlock Event, so there is strange interaction with world protection plugins:

  • infinite block generation
  • the builder may break blocks in protected area

I will try to fix this by reworking the digging process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants