Allow the player to step up a single block without jumping

    NeonSturm

    StormMaker
    Joined
    Dec 31, 2013
    Messages
    5,110
    Reaction score
    617
    • Wired for Logic
    • Thinking Positive
    • Legacy Citizen 5
    JavaScript:
    for each (block which has air|space above it)
    +x -x +z -z = // true for sides where adjacent surface is 1 block lower
    if only( +x or -x )
       if only( +y or -y ) render (a corner, penta or wedge)
          shape and 1 of 2 possible orientations dependent on adjacent (wedge, block | wedge, wedge | block, block)
       else render a wedge
    else if only( +y or -y ) render a wedge
    else render a block
     
    Joined
    Jul 26, 2013
    Messages
    122
    Reaction score
    28
    • Purchased!
    I'd much rather see smoother, wedged planet terrain than nauseating teleportations when I step over a block.
     
    Joined
    Jun 19, 2014
    Messages
    1,756
    Reaction score
    162
    • Purchased!
    • Top Forum Contributor
    • Legacy Citizen
    I'd much rather see smoother, wedged planet terrain than nauseating teleportations when I step over a block.
    The only teleportation that would occur would be the one upwards. Forward movement would be the same. The combination of those two things should allow for some nice planetary based adventures.
     
    Joined
    Aug 19, 2013
    Messages
    806
    Reaction score
    451
    • Community Content - Bronze 1
    • Legacy Citizen 3
    • Thinking Positive
    Stairs and ladders.

    And wedged terrain blocks would be so much better than constant teleport.