Traincraft-5 icon indicating copy to clipboard operation
Traincraft-5 copied to clipboard

[020] track builder bad behaviors

Open Hagrud opened this issue 5 years ago • 2 comments

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

With minecraft rails:

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

mc_rail_fall

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

mc_builder_fall

With traincraft rails:

  • [x] 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

Hagrud avatar Aug 15 '19 09:08 Hagrud

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.

EternalBlueFlame avatar Aug 17 '19 03:08 EternalBlueFlame

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.

Hagrud avatar Aug 18 '19 07:08 Hagrud