• 0

    posted a message on Glowstone Wire v1.0.2.113
    Maybe Glowstone Wire could be used to insert light into blocks. You know, any block it is aimed into gets a light output value equal to the output of wire. So basically a light transfer system. I think it could be quite cool. Then if you want, you could make wires needed to be powered by a Natural Light Source Block. So like Glowstone or Lamps, but not something like grass or cobble. Then Glowstone Torches, if given Redstone Energy through the block it is on it would lower it's light level by that amount. Like with Redstone Torches turning off but instead it simply lowers it. Then, glowstone repeaters would replenish Glowstone Energy by the amount of Redstone Energy applied to it. Stuff like that. Oh, and Vertical Redstone also. Maybe even Upside Down Redstone and Glowstone too.
    Posted in: Minecraft Mods
  • 0

    posted a message on Help with NBT Needed
    Quote from Noricum

    Loop though all players with some scoreboards, and use the clear command on the selected player => do your actions


    Problem is I need to set that player's variable
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Help with NBT Needed
    Quote from ThunderPlum

    Not directly possible yet, if you tell what tag you want to change and what item you want to be detected (and how you get it) maybe me or somebody else could solve it.


    A named Book called Soldier.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Help with NBT Needed
    I'm back with another question. I've been looking online for the answer to this and couldn't find any that was helpful: how would the NBT be set up for a command using @p to search for a player with a named item anywhere in their inventory.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on @p is a... Player?
    So, I found that one of my command blocks are setting a scoreboard for a player named "@p{Inventory:{Item:{id:minecraft:book},display:{Name:"Soldier"}}}" when I run the following command:

    scoreboard players set @p{Inventory:{Item:{id:minecraft:book},display:{Name:"Soldier"}}} ClassSelect 1


    I know it is probably a VERY stupid mistake, but I still can't find the error.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Search for 2 Scores at Once
    Quote from Skylinerw

    The error occurs when no player matches the parameters, meaning no players have both of those scores set to 1 or higher.


    Oh, okay. Wow the error message REALLY isn't all that clear.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Search for 2 Scores at Once
    Yeah, still need help with how both command blocks say hat the Entity UUID is in an invalid format. My commands are exact copypastas of what you guys gave me above.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Search for 2 Scores at Once
    Thank you again Sky. I feel so silly now.

    EDIT: It says the Entity UUID is in an invalid format...
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Search for 2 Scores at Once
    thank you, now how would I use it on a scoreboard thing?

    scoreboard players set @p [score_ClassSelect_min=1, score_ClassSlots_min=1] Class1 0
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Search for 2 Scores at Once
    It may seem weird, but I need a way to test for two scores in a single player at once. I am using clear this currently:

    clear minecraft:book 0 0 @p{score_ClassSelect_min=1, score_ClassSlots_min=1}

    I know it is almost certainly wrong and I cannot think of any other ways to do this. For clarification, ClassSlots is the amount of classes you are able to bind to your character at any time and is reduced when you select one. ClassSelect is a boolean used to determine whether or not that player is the selected player. So I cannot combine these into one and if I clear it without one of them there may be some serious glitches during multiplayer.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Tic Tweaks
    I have encountered a problem yet again. I've used MineTweaker to make wooden axes and shovels craftable but while my shovel recipe works, the axe recipe doesn't. The console said that the recipes for the axe were added, but it doesn't work. Related files:

    https://drive.google.com/file/d/0B8GPmOdcLf_fS1JIei01OUJIS1U/edit?usp=sharing

    I would have posted this on the MineTweaker thread but since the shovel is working but not the axe I assumed this was either Tweaks or Vanilla TiCon doing this.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tic Tweaks
    Quote from Mevansuto

    Can you disable Harvest Levels added by this mod entirely?


    Yeah, just use the harvest level config file.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Father Toast's Mob Mods - Special Mobs, Utility Mobs, and Lava Monsters!
    Question:

    In Special Mobs, do Screamers spawn allies like zombies used to in the snapshots, or does it just make nearby mobs come to it's aid?
    Posted in: Minecraft Mods
  • 0

    posted a message on Tic Tweaks
    Quote from TheOldOne

    @EarthCrafterMan Removing the ability to use the tinker slab as a 9 slot storage table would requite either changing the base TiC code or a block of code to remove items from the table when a player stops using it that could break the table in SMP if 2 people try to use it at the same time.


    I thought so, maybe just overriding the recipe with a copy of it that doesn't hold items?
    Posted in: Minecraft Mods
  • 0

    posted a message on Tic Tweaks
    So I didn't get any comment on my table item holding thing, so I don't want to be obnoxious but this will probably be as such so a nice little comment on the viability of it during your next post would be greatly appreciated. I know you're really busy and such and if you had to do this for everyone it would get annoying but I am working on a modpack that would work really well with such a tweak and am wondering if it is viable to do with such a busy schedule as yours.
    Posted in: Minecraft Mods
  • To post a comment, please .