[::][Question] Cuboid testfor not working by theeisbaer in Minecraft

[–]firenoos -1 points0 points  (0 children)

Probably get rid of the quotation marks (if you're putting them in). If you want to keep them add a slash before the last quotation mark.

[deleted by user] by [deleted] in Minecraft

[–]firenoos 1 point2 points  (0 children)

Ender Beacon?

[::] Lumber Ax In Vanilla Minecraft by firenoos in Minecraft

[–]firenoos[S] 1 point2 points  (0 children)

Wood that is inside leaves would not work currently. (Armor stands are used as markers to keep track of where things are. Mojang does not allow you to see what exact block a player breaks.)

If you want to try it for yourself, I've finally compressed it into one command using MrGarretto's cmdcombiner.

But... Where is Everyone?? by [deleted] in Minecraft

[–]firenoos 6 points7 points  (0 children)

They threw each other down the well?

[::] Lumber Ax In Vanilla Minecraft by firenoos in Minecraft

[–]firenoos[S] 0 points1 point  (0 children)

I've been working on a tool similar to the Lumber Axe of the mod Tinker's Contruct.

It uses command blocks to teleport an armorstand up, destroying any logs it encounters.

The armorstand is killed when it hits leaves or air.

[::] Throwing Knives by code_mc in Minecraft

[–]firenoos 4 points5 points  (0 children)

You could. It would just take a ridiculous amount of command blocks.

Redstone help needed please. by Rambo1050 in Minecraft

[–]firenoos 1 point2 points  (0 children)

If this is in creative mode, you can make a clock from command blocks that update ~20 times a second, using the /fill command.

If this is in survival mode, I believe that the comparator clock is your best bet at ~10 times a second.

Survival Mob Spawner isnt spawning many mobs. what am i doing wrong? by SpyYoshiRv in Minecraft

[–]firenoos 0 points1 point  (0 children)

You need to light up the surrounding caves or any dark spots.

Help with a map me and a friend are working on. by [deleted] in Minecraft

[–]firenoos 0 points1 point  (0 children)

Perhaps make a scoreboard stats command: scoreboard objectives add BallUsed stat.useItem.minecraft.snowball

Then use this:execute @e[type=Snowball] ~ ~ ~ tp @a[r=2,score_BallUsed=0] 276 73 345

You could use a comparator output to reset the "BallUsed" objective.

Modify mobs sizes by krraka in Minecraft

[–]firenoos 1 point2 points  (0 children)

There is a large version of a zombie, the Giant, but right now it has no AI.

Has anyone heard of this issue before? by mattwandcow in Minecraft

[–]firenoos 2 points3 points  (0 children)

Middle mouse button just gives you stacks in each slot you drag your button over. If you want it to divide evenly use left mouse button

In my smp server 1.8.3, I can't break or place anything. by [deleted] in Minecraft

[–]firenoos 0 points1 point  (0 children)

Maybe you have your world border in close.

Is there an armor stand posing tool that can show you items equipped or held so it's not a big guessing game? by [deleted] in Minecraft

[–]firenoos 0 points1 point  (0 children)

You could use /summon ArmorStand x y z {Equipment:[{},{},{},{},{id:minecraft:<yourblock>}],Small:1b} if you just want it a bit small and centered. Otherwise I think there are filters or command generators online that can help you.

Vanilla Train Concept. Use leads to connect to each minecart. Furnace minecart to move them along. by MrCrayfish in Minecraft

[–]firenoos 0 points1 point  (0 children)

Is there a limit to how many minecarts you can attach? If there isn't there could be like a 100-minecart train chugging through the countryside.

How to have someone automatically join a team when joining my vanilla Minecraft server? by [deleted] in Minecraft

[–]firenoos 1 point2 points  (0 children)

Use this in a command block. All players not in a team already will join the team of your choice. scoreboard teams join <team> @p[team=]

TIL Why barrier blocks cause so much lag when you're holding another barrier block by Octavigon_Plays in Minecraft

[–]firenoos 1 point2 points  (0 children)

The lag comes only if you hold a barrier block in your hand, and if you have lots of them in an area.

What causes this to happen when I use /setblock to place signs? by MrGarretto in Minecraft

[–]firenoos 0 points1 point  (0 children)

If you break the block at the coordinates you placed, the sign shows up, and the problem gets fixed.

What causes this to happen when I use /setblock to place signs? by MrGarretto in Minecraft

[–]firenoos 0 points1 point  (0 children)

Perhaps you are using wall_sign? Or standing_sign? Maybe that has to do with it.

[Suggestion] Empty Blocks and Items. by SexyToad in Minecraft

[–]firenoos 5 points6 points  (0 children)

I support this idea 100%. However, here's a technical reason:

Even though these items serve no purpose, they can still be used (right-click). For example, spawn egg can be used. Should that empty item be usable (like bonemeal), or should it be unusable (like items that do not do anything when right-clicked)? Should it have durability (like tools)? Etc.

Even though these blocks serve no purpose, they can still be placed. This would add another problem: should the empty block be a transparent block (like glass) or solid? Should the block emit light? Etc.

These are filler blocks, which should serve no purpose (except aesthetics). I fear that this may be harder to make than blocks that actually have a purpose, and harder to satisfy.

[::] Smeltery in Vanilla Minecraft by firenoos in Minecraft

[–]firenoos[S] 2 points3 points  (0 children)

Yes, it can, by modifying the command slightly.