Platform Issue #83


  • New
  • Defect
Open
Assigned to jrbudda
  • _ForgeUser7850156 created this issue Aug 30, 2013

    Here is a link to a short video showing my problem: http://youtu.be/SmdJx3kaHTk

    Notice in the video how the first cart drops into the grass block after derailing, while the second cart stays above. I have Minecart Collisions set to false in the config, but shouldn't that affect carts I place as well?

    When I use a diamond block to spawn a cart, then I use a platform sign or a lime wool block, the player is pulled into the cart 1 block below the normal level. If I place a cart from my inventory onto the track and then use the platform, it works normally. I have checked the config, and I didn't find anything which I thought would cause this.

    What steps will reproduce the problem?
    1. Use a diamond block to spawn a cart
    2. Have the cart roll over a platform

    What is the expected output? What do you see instead?
    I should be placed in the cart with my feet at the cart level. I am placed in the cart with my head at cart level and my feet in the block below. I cart still moves with me in it, however.

    What version of the product are you using?
    2.3.1

    Do you have an error log of what happened?
    No. I will turn on debug logging and see what I find. I will repost with an update. I will also check to see if this happens with spawn signs rather than diamond blocks.

  • _ForgeUser7850156 added the tags New Defect Aug 30, 2013
  • _ForgeUser7850156 added an attachment config.yml Aug 30, 2013

    config.yml

    <p>My config file</p>

  • _ForgeUser7850156 posted a comment Aug 30, 2013

    For some reason I can't get spawn signs to work...

    I tried this(http://i.imgur.com/hbUjGfN.jpg) to see if the cart was trying to spawn in the diamond block instead of on the track above it. If that were true, the cart should fall onto the lower track and then act normal. However, the same problem occurred when I entered the cart on the lower track.

  • _ForgeUser7850156 posted a comment Aug 30, 2013

    Here's the debug log:

    I press the button

    2013-08-30 12:17:00 [INFO] [MinecartMania] null
    2013-08-30 12:17:00 [INFO] [MinecartMania] Looking for [type:] signs
    2013-08-30 12:17:00 [INFO] [MinecartMania] Replacing cart 536247 with 536248 unknown
    2013-08-30 12:17:00 [INFO] [MinecartMania] Executed Spawn
    2013-08-30 12:17:00 [INFO] [MinecartMania] wrong restone state for Launcher
    2013-08-30 12:17:00 [INFO] [MinecartMania] Failed   Spawn
    2013-08-30 12:17:00 [INFO] [MinecartMania] Failed   Launcher
    2013-08-30 12:17:00 [INFO] [MinecartMania] wrong restone state for Launch Player

    The cart rolls over the change speed sign (so it doesn't fly forward when dropping)

    2013-08-30 12:17:00 [INFO] [MinecartMania] Processing sign [set speed:30]
    2013-08-30 12:17:00 [INFO] [MinecartMania] Executed Set Speed 30.0
    2013-08-30 12:17:01 [INFO] [MinecartMania] wrong restone state for Spawn
    2013-08-30 12:17:01 [INFO] [MinecartMania] Failed   Launcher

    The cart rolls over lime wool (platform)

    2013-08-30 12:17:17 [INFO] [MinecartMania] CraftPlayer{name=asb1230} enters cart 536248
    2013-08-30 12:17:17 [INFO] [MinecartMania] Executed Platform
    2013-08-30 12:17:17 [INFO] [MinecartMania] Failed   Platform

    I exit the cart after it drops through the grass block

    2013-08-30 12:17:35 [INFO] [MinecartMania] Vehicle exit CraftPlayer{name=asb1230}

    I destroy the cart with a left click

    2013-08-30 12:17:41 [INFO] [MinecartMania] ondestroy
    2013-08-30 12:17:41 [INFO] [MinecartMania] Checking for unloaded chunks around: -28,-36
    2013-08-30 12:17:41 [INFO] [MinecartMania] Removing cart 536248


To post a comment, please login or register a new account.