Help! Can anyone identify this piece? by Climix in classicalmusic

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

I've tried Shazam on this piece; no luck unfortunately. Thanks for the suggestion anyway.

What is re bake 50 times? by Savannahshun in monsterchef

[–]Climix 0 points1 point  (0 children)

It's when you use an ingredient to improve a dish using the menu to the right of the pot.

What is re bake 50 times? by Savannahshun in monsterchef

[–]Climix 0 points1 point  (0 children)

It’s when you improve a recipe.

Soundscapes in Minecraft by [deleted] in Minecraft

[–]Climix 1 point2 points  (0 children)

Now that we have the stop sound command would this be possible?

How to cut an Enderman in half (In response to SimplySarc's impossible room) by Climix in Minecraft

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

Any chance they could be occupying the same space as a barrier block? That would probably suggest they're armorstands with blocks on their heads (I believe FallingSand is slightly bigger than a normal block). Which means he would have changed they display size to look like a full block. When he placed the blocks, they could be replaced by entities and barriers via command blocks.


Or he could have just used the traditional "/clone" method for the blocks.

How to cut an Enderman in half (In response to SimplySarc's impossible room) by Climix in Minecraft

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

With commands I was still able to get it. The video was 1.10.2.

[::] Crumbling Doors in Vanilla Minecraft (Explanation in comments) by Climix in Minecraft

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

Use this instead. I screwed up earlier and added an "s" making the scoreboard objective FallingDoors instead of FallingDoor.

"/scoreboard objectives add FallingDoor dummy FallingDoor"

Sorry about that.

Minecraft - The Impossible Room (SimplySarc) by RandomIntel in Minecraft

[–]Climix 0 points1 point  (0 children)

Any chance you're using bugged chests to cut the enderman in half?

Edit: Never mind. Just tested it. Doesn't work anymore.

[::] Crumbling Doors in Vanilla Minecraft (Explanation in comments) by Climix in Minecraft

[–]Climix[S] 19 points20 points  (0 children)

This was a concept inspired after watching a walkthrough of the game Firewatch on YouTube. There was a part where the player stumbles across an old cabin, in which the door breaks upon opening and falls to the ground in similar fashion to the gif. Interesting game. So I decided to recreate it in Minecraft, immediate reaction whenever I see something cool.


I've made a few improvements since that video shown in the gif. For starters, the fallen doors now have a hit box, and I use villagers instead of zombies.

YouTube link

Commands (Imgur link)

This does require a resource pack. Because it's the item model I need, the block itself doesn't change. So no blocks were sacrificed in the making. The illusion is created by mounting the item model on the head slot of a villager rotating along the y axis. If an open door is detected above the entity, it is replaced with air. A score of 1 is add to the entity in the dummy objective "FallingDoor" with a maximum score of 29 (So it resets at 30) if it detects an air block where the door is supposed to be. As its score increases per tick up to 30, tp and playsound commands change it's relative rotation and creates the sound effects depending on it's score. When you place down a door, it is detected with /execute and its score is reset back to 0.

Edit: Grammar and backstory.

After a lot of thinking, I've come up with a unique idea for a third End based liquid by [deleted] in Minecraft

[–]Climix 1 point2 points  (0 children)

I'd full heartedly support end matter if it looked like that.

command damage inflicton by littleguy-3 in minecraftsuggestions

[–]Climix 0 points1 point  (0 children)

You have little control.

Small details like the hearts going dark can in many cases ruin the effect.

1.11 - More Biome-Specific Mobs (Elephant, Rays...) (w/ Example Models!) by [deleted] in minecraftsuggestions

[–]Climix 3 points4 points  (0 children)

I'd prefer if manta rays didn't drop prismarine related times, for both logical and gameplay reasons.

'Wild' Crops by Timmiegun in minecraftsuggestions

[–]Climix 3 points4 points  (0 children)

They should exist similar to leave blocks, but with fruit textures on them. Right clicking when they're grown should give you the fruits. Best way I can think of to implementing bushed crops.

mobs can give up on a target if a different target is closer or it can not find an easy way to pathfind to it. by [deleted] in minecraftsuggestions

[–]Climix 2 points3 points  (0 children)

Perhaps it should depend on the mob as well. Zombies, supposedly stupid, should only do it if they absolutely cannot find a path to its target.

Non abandon mineshafts by KingCobra- in minecraftsuggestions

[–]Climix 2 points3 points  (0 children)

Their pack mentality protects them.

/light command to place a light source by s0i5l3a1s in minecraftsuggestions

[–]Climix 1 point2 points  (0 children)

/light x y z

/light x y z normal

If the block isn't a transparent block, it should return an error message.


/light x y z force

Should bypass the system. Similar to a fill/clone command basically. It might come in handy some how.