• 0

    posted a message on Question about selecting bounding boxes
    I have seen mods that allow one block to be able to be selected in multiple areas of the block to modify a particular aspect.

    I was just wondering, how do people do this? Tile Entities? Something else I don't know about?
    Posted in: Mods Discussion
  • 0

    posted a message on Smart Moving
    Quote from Divisor

    Still unable to reproduce (on pigs) - FAQ#1


    For my chair mod, I spawn an entity inside of a block, and the player mounts it.
    The mountable entity is spawn right in the center of the block (0.5, 0.5, 0.5)

    Shall I send you the mod so you can reproduce?
    I personally don't see the need to reproduce, provided the cure is as simple as:
    if (entityplayer.mountingEntity != null) {
    	return;
    }
    Posted in: Minecraft Mods
  • 0

    posted a message on Smart Moving
    When can you fix the bug where you crawl on a mount?

    The only thing you need to do is check if the player is mounting something., If he is, don't modify the animation.
    Posted in: Minecraft Mods
  • 0

    posted a message on Smart Moving
    Quote from Dant3s

    Awesome mod but i can't perform head jump on medium, btw, what are differences in those modes(except ease of performing jumps and etc.)?


    Energy consumption/gain.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.5/1.3.1] Memory leak fix, sticky arrows, fixed skeleton models and other patches
    Are these just render patches that will work in SMP provided the client has the patch?
    Posted in: Minecraft Mods
  • 0

    posted a message on Smart Moving
    I truly love this mod, but it seems to be causing more trouble than it's saving on my server. I'm likely going to uninstall this until the void and crawling on mounts is fixed. Sorry Divisor. I'll subscribe to this thread so I can tell when it's updated.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Classic] FemtoCraft custom server
    Wrong section. It belongs in Custom Server Software, not Mods.
    Posted in: Minecraft Tools
  • 0

    posted a message on Smart Moving
    Quote from Divisor

    I will have a look at it - can you post a link to your mod's site too?


    It's actually not a public mod yet. It isn't fully functional enough to be a complete mod, but the idea is you right click chair/couch blocks, and it spawns an entity on the point of the block where the player's "behind" would rest. The player is then told to mount this "invisible" entity. It has no hit box, and it doesn't move. The entity is destroyed when you right-click the block.

    I really like having this mod, and I want to have crawling available to players on my server, but the crawling aesthetically interferes with the sitting pose, which is required for the whole idea of "sitting" on the chairs.
    Posted in: Minecraft Mods
  • 0

    posted a message on Smart Moving
    Also, could you add so that crawling won't be present while mounting entities? I made a chair mod, and currently, if you mount a chair to sit on it, you will appear crawling. This is a bit of a nuisance for players on my server.

    Maybe just add:
    if (entityplayer.ridingEntity == null) {
    	// Crawling is allowed
    }
    Posted in: Minecraft Mods
  • 0

    posted a message on Majataka's sit-able chair and sofa suggestion
    I made a mod which I will release today. It's SMP compatible too. Currently it only has wooden chairs, but I will include couches and tables soon.
    Posted in: Suggestions
  • 0

    posted a message on [1.1] Smelt SandStone - 4 Glass
    This is almost a fair trade. The only thing I see unfair is people will use 4x less coal than they would smelting only sand. However, people aren't required to install this mod if they don't like it.

    A pretty good idea though. I like the simplicity.

    Have a tender-loin.
    :Bacon:
    Posted in: Minecraft Mods
  • 0

    posted a message on Smart Moving
    Quote from Divisor

    Do you get teleported directly into the void or do you start falling until you reach the void? (see also FAQ#1)


    It will just send me to the void, and I will fall until I die around -500 Y. I had to make a mod to disable void damage to save myself on my server.

    The mods I was using when I discovered this:

    Smart Moving 6.6 (Client/Server)
    Player API (Client/Server)
    ModLoader (Client/Server)
    ModLoaderMP (Client/Server)
    Rei's Minimap (Client)
    LoginMessage (Server)
    My experience stone mod (Client/Server)

    No mods were conflicting. I enabled flying for the server as well. I will update to the latest Smart Moving and see if the problem persists.
    Posted in: Minecraft Mods
  • 0

    posted a message on Smart Moving
    I'd like to report an issue in SMP.

    Sometimes when I sprint, climb, and grab up stairs (made of standard blocks), I get teleported to the void. I was running SmartMoving 6.6 so I don't know if you fixed it in 6.7 but I am just informing you. Thanks.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.5] More World Types v2.2 (Now with SMP!)
    Is there SMP support?
    Posted in: Minecraft Mods
  • 1

    posted a message on [1.6.2] [SMP] [Forge] Better Farming [v3.4.0]
    Just so you know, you made your lemon green. Lemons are yellow, limes are green.
    Posted in: Minecraft Mods
  • To post a comment, please .