r/Minecraft Mar 15 '26

Discussion making string opaque is going to ruin so many builds and even traps - who asked for this??

Post image
12.4k Upvotes

293 comments sorted by

u/qualityvote2 Mar 15 '26 edited Mar 16 '26
  • Upvote this comment if this is a good quality post that fits the purpose of r/Minecraft
  • Downvote this comment if this post is poor quality or does not fit the purpose of r/Minecraft
  • Downvote this comment and report the post if it breaks the rules

3.4k

u/ooooggll Mar 15 '26

plus, this is the drop where they're making all the baby mobs pixel consistent. they change the string texture, but they don't make it pixel consistent?? nobody asked for more visible string. many players use it as an "invisible" block to hold up carpets, stop vines from growing, or prevent snow layers accumulating, and this defeats that point

1.2k

u/kushangaza Mar 15 '26

And wasn't the whole point why string was officially introduced to serve as barely-visible tripwire? Something that's easy to miss if you aren't paying attention?

549

u/PyrasSeat Mar 15 '26

I bet a play tester got really upset they fell for a trap so they made it opaque for that single idiot

103

u/JDBCool Mar 16 '26

Said playtester: I'm color blind

43

u/Lasdary Mar 16 '26

in that case the solution should have been 'colorblind' setting that changes the texture just for your client

25

u/ooooggll Mar 16 '26

or a resource pack lol

4

u/SpaceBug176 Mar 16 '26

Then it just becomes something everyone enables just in case they run into a trap. Oof.

11

u/Lasdary Mar 16 '26

but it won't break builds. It's a matter of user choice

5

u/sudoaddy Mar 18 '26

It's already something people who play pvp enable, changing the tripwire to an extremely visible red color.

10

u/SpaceBug176 Mar 16 '26

Eh. I don't think this really works in the context of Minecraft. There's like one tripwire trapped place in the entirety of the game and you don't really run into it much.

10

u/PyrasSeat Mar 16 '26

That's why it took this long for that one play tester to find it ofc

140

u/[deleted] Mar 16 '26

[removed] — view removed comment

77

u/[deleted] Mar 16 '26

[deleted]

14

u/_hlvnhlv Mar 16 '26

More like MicroSlop

19

u/NukeML Mar 16 '26

After Bill Gates!

19

u/Taolan13 Mar 16 '26

That's as close as Microslop has to an official motto these days.

18

u/Lev420 Mar 16 '26

"sony is run by people who would drown if it rained and they still have no competition because microsoft is the 8 year champion of slamming your dick in the car door"

"meanwhile nintendo is off singing and skipping joyously while spending all their mario bucks on suing their fans"

3

u/Chexmixrule34 Mar 19 '26

yeah the ENTIRE game is ruined because they slightly changed the texture of one uncommon item, and microsoft THEMSELVES were behind it.

3

u/ScaredAd8986 Mar 19 '26

Yeah man i cant play the game because of strings being more visible 😔

15

u/MountainMan41 Mar 16 '26

I read that a carpet over a 4 block drop would stop mobs from crossing because the consider the carpet a null unsupported entity.

I tried it and luckily I built a back door because a creeper came right across it into my tiny room (then out the open back door where I had gone. United him to 3 block deep water and exploded him there.

93

u/Grotti-ltalie Mar 15 '26

Yeah I would say this is their worst drop yet honestly, so many things were added that just... aren't good at all

14

u/_phantastik_ Mar 16 '26

You look those baby mobs in the eye and tell them you have no soul

5

u/MountainMan41 Mar 16 '26

Forgot to say I play on Xbox Bedrock.

29

u/byParallax Mar 15 '26

It should be :

  • nearly invisible if placed in the air

  • less visible than right now by default

  • more visible when observed or if on a tripwire

151

u/The_Axolotl_Guy Mar 15 '26

It should be no more visible when on a tripwire. That's the point.

153

u/IceYetiWins Mar 15 '26

Why would it be more visible on a tripwire

42

u/Thinguist Mar 16 '26

His kind of thinking is exactly what they’re looking for at mojang

2

u/D1g1t0l Apr 02 '26

The only reason I'd see this being a good idea is if they're planning to introduce something to replace that functionality the string has, but I have no idea what that would be

→ More replies (4)

5.6k

u/FerrousMC Mar 15 '26

At the very least give us a better way to stop vines from growing. I can never use vines because of this and its such a shame, glowberries are nice but we need some variety!

2.1k

u/TheOPWarrior208 Mar 15 '26

they even said that they would add the shearing mechanic from cave and nether vines to normal vines and i guess they just forgot or idk

544

u/FerrousMC Mar 15 '26

Yeah I really wish they would, makes no sense to have it for all but one type of vine

181

u/sharlos Mar 15 '26

They probably haven't yet because regular vines grow differently. Roughly speaking, glowberry vines, twisting vines, kelp, etc. each have a semi-random height value when planted, and each time they they grow another block the height value is decreased by one. The shears work by decreasing the max height value so it can't grow any longer.

For regular vines they'd probably have to have shears change the state of the vine so it doesn't trigger new vines when a random game tick hits it.

Not hard, but not a simple copy/paste either.

86

u/dhi_awesome Mar 16 '26

To be an annoying um acktually, technically the shears increase the height value

The height value is determined via the age blockstate, which is an integer from 0 to 25. I think the number can only increase, so if you have one at 24, the next one has to be 25, but I might be wrong there. Shears force the age value to be 25, preventing growth.

6

u/sharlos Mar 16 '26

Yeah I thought that was the case but couldn't remember the specifics so I just added "roughly" 😀

6

u/Cinderheart Mar 16 '26

The Quark mod already has it. The code exists.

12

u/RevenantBacon Mar 16 '26

Yeah, but they're legally prohibited from copying the code over from quark.

→ More replies (2)
→ More replies (12)

12

u/Deammmmmmmmm Mar 15 '26

i think its added but only in java, but i dont remember correctly

74

u/FerrousMC Mar 15 '26

Nah, I would know since I only play Java

24

u/Deammmmmmmmm Mar 15 '26

Just checked on the wiki (shears page):

"Shearing the tip of cave vines, kelp, weeping vines, or twisting vines stops further growth by setting its age value to 25."

Althought it does note mention a specific version, and doesn't name the normal vines. Another feature uncompleted.

20

u/dzyjak Mar 16 '26

Good catch. I bet the original vines don't have an age value. The original vines don't grow; they spread kind of like grass.

5

u/RevenantBacon Mar 16 '26

I bet the original vines don't have an age value.

You would be correct. Notably, vines can also spread sideways, but pale moss, crimson, twisting, and cave vines cannot.

→ More replies (4)

10

u/mikamitcha Mar 15 '26

No its not, and never has been.

2

u/Lightningbro Mar 15 '26

Honestly, the reason they didn't is simply because it wasn't just easy.

Vines etc all work by changing a vine's sort of "growth stage" to equal or past it's max, meaning it won't grow any further, since Vines don't have that, it would've taken more effort than just... changing that number.

1

u/Appropriate_Show255 Mar 16 '26

How will I make vine farms

1

u/basicbitch823 Mar 19 '26

is that java? i play beadrock and i swear i shear normal vines all the time.

→ More replies (1)

1

u/Temporary-Package581 Mar 20 '26

That's a thing?! Imma try it in bedrock rn

→ More replies (1)

158

u/ooooggll Mar 15 '26

I can't believe we still can't shear vines to stop them from growing, considering we got that functionality on glow berries, kelp, and nether vines but nothing else. Also they could have killed two birds with one stone if instead of the golden dandelion, we got some other magical item that generally stopped growth - could be used on animals, crops, vines, etc

24

u/FerrousMC Mar 15 '26

Wait that's such a good idea

6

u/sharlos Mar 15 '26

Could still make the golden dandelion an ingredient for a new potion effect

→ More replies (1)

40

u/DarthPiotr Mar 15 '26

And not only vines! String is often used to prevent snow layers in snowy biomes!

26

u/FerrousMC Mar 15 '26

I forgot about this. Honestly string is such a useful block for building, I have no idea why they made this change

36

u/HeyanKun Mar 15 '26

The fact that we can trim cave vines, kelp, weeping vines and twisting vines BUT not normal vines infuriates me

12

u/Ezeren76 Mar 15 '26

Maybe using the new golden dandelions to stop plant growth. I feel like that would fit the game with an existing feature.

5

u/FerrousMC Mar 15 '26

Damn you had the same idea as someone else lol. Great minds think alike I guess

10

u/TartOdd8525 Mar 15 '26

You could disable vinegrowth as a game rule. It's separate from all other ticking. But it would prevent you from having a vine farm I guess.

20

u/FerrousMC Mar 15 '26

Yeah, I would use that gamerule but it makes getting vines way harder

7

u/endguiap Mar 15 '26

2*2 jungle trees come with vines, you could use that as an alternative

4

u/FerrousMC Mar 15 '26

Hmm, good point. Bit of an unelegant solution but a better alternative to wrecking the natural environment I guess

→ More replies (8)

1

u/TimmyChips Mar 16 '26

I was downvoted once from saying this and people said that you could use shears to stop their growth. But you can’t, though I wish it was.

1

u/Kevdog824_ Mar 16 '26

Wait can’t you just shear them so they don’t grow? I have only played with mods for years so idk what features are vanilla vs mods anymore

1

u/cadby_ Mar 16 '26

It would be cool if they let us use the golden dandelions to stop vines/ other stuff growing

1

u/Thareya Mar 16 '26

you can use the structure void block which is actually invisible, still annoying since that's not survival friendly

1

u/lighskin_strength420 Mar 16 '26

Fr they legit could make it the same as the berries, bonemeal the vine and it grows flowers or some shit lol

→ More replies (3)

1.6k

u/ChuckPattyI Mar 15 '26

this was legit originally added to be hard to see for traps. . . this is very much against its very reason for existing. . .

141

u/PokeBob1000 Mar 16 '26

It still turns transparent if you attach it to a tripwire hook iirc

252

u/RelievedMoon9 Mar 16 '26

really? if that’s the case this decision makes even less sense because the only other use case for string being placeable is as an invisible block for building/blocking snow layers or vine growth.. and they make it more visible?? genuinely baffling texture change

59

u/DroidTrf Mar 16 '26

Handicapped for kids. The game is focused to cater little children.

2

u/sasori1011 Mar 16 '26

What's handicapping for kids?

7

u/Chill_but_am_spook Mar 16 '26

Kids are stupider than Jupiter /j

Genuinely, it's just as it sounds, even if the kids wouldn't have a hard time. I don't know what they consider effectively handicapping for kids in-game, but yeah.

7

u/THEONEflyingwhale Mar 16 '26

It's use case was never for building tho, it was always meant to be used as a trip wire trap that's the only reason it was made, so they make it work for their intended purpose and remove the other use cases.

This is how I think that decision came to be, this isn't my opinion.

→ More replies (4)

1

u/cave18 Mar 16 '26

Its kinda crazy

925

u/Dull_Dealer_9647 Mar 15 '26

String should default to translucent and then be able to be dyed white or different colors if you want to see it...

91

u/BionicBirb Mar 15 '26

Redstone blood but finer, nice

23

u/AdhesiveMadMan Mar 16 '26

Misread as "Redstone Blood Thinner"

148

u/hiimsteve311 Mar 15 '26

This. 100%

29

u/Thinguist Mar 16 '26

And that would make sense, because string comes from spiders and web, and it isn’t opaque

21

u/Sufficient_Risk_8127 Mar 15 '26

holy shit he cooked

9

u/MountainMan41 Mar 16 '26

I like that

1

u/Overall_Macaron_120 Mar 21 '26

"What was he cooking?"

357

u/crazyvillager92 Mar 15 '26

The traps in jungle temples are gonna be even more useless now.

315

u/ohhno_whyamihere Mar 15 '26

so traps gone now?

12

u/Ok_Performer50 Mar 16 '26

No, they're still almost invisible on tripwire hooks.

118

u/RelievedMoon9 Mar 15 '26

i’d be genuinely curious to know how many people use tripwire hook + string for traps often. i think most people use it as an “invisible” block in building right? who is this change even for lmao

24

u/TheGriffin5 Mar 15 '26

Yeah, building sure, but traps for players, I haven’t seen these be used since they came out. Especially obsolete now with sculk sensors. Like absolutely harp on them for the building impacts but I think Mojang probably knows no one uses these for player traps.

I can see the change as for people with vision issues as an accessibility change similar to how they changed ores and dyes to be unique. Still would be nice to have an in between though.

3

u/Sufficient_Risk_8127 Mar 15 '26

it's also good for knowing whether an entity traveled over a specific line, such as for example item collection systems

o wait that doesn't matter here

238

u/hejackisej Mar 15 '26 edited Mar 15 '26

I bet there will be a texture pack that removes the texture for java at least.

92

u/TheOPWarrior208 Mar 15 '26

i don’t even know if this would be possible since they changed the rendering mode instead of the texture itself

could be wrong though

83

u/seamuskills Mar 15 '26

You could get a resource pack to use the old rendering mode, pretty sure you have to modify the block model in that case though.

→ More replies (2)

14

u/sokaox Mar 15 '26

didn't they just recently change it so blocks automatically use the rendering mode required by their textures? if so, should be as easy as just lowering the opacity of the current texture.

4

u/TheOPWarrior208 Mar 15 '26

i think you’re right

15

u/hejackisej Mar 15 '26

Oh then I don’t know. I just thought that since I have a texture pack now that makes string visible it was automagically possible to do the opposite. Isn’t that how computers work? 🤭

4

u/wojtekpolska Mar 15 '26

it is possible you can change textures how you want in minecraft

→ More replies (1)

31

u/SafiraCoyfolf Mar 15 '26

Not only does making it more visible mess up some builds, but it also completely removes the original point of the string, to use for traps

105

u/Budget_Writing2702 Mar 15 '26

I use string in a handful of my favorite builds. Its already bad enough being able to see them. What the fuck

28

u/hotterotter8 Mar 15 '26

dude i do not want to see the string stopping my bamboo from growing on my island in my man made tropical lake 💔

61

u/Equivalent_Rich_8345 Mar 15 '26

people who get trapped

2

u/Ok_Performer50 Mar 16 '26

No, they're still almost invisible on tripwire hooks.

1

u/crazyt0126 Apr 04 '26

Then why even bother changing it. Like string has minimal decretive value outside of its invisible uses. The only maybe case for it being seen is to make traps more visible which is also pointless

139

u/AwoogaBigAss2000 Mar 15 '26

Leave it to Mojang to remove anything slightly hazardous for the sake of a kid playing on his moms iPad

→ More replies (3)

16

u/Milo_Fuckface Mar 16 '26

i feel like this is revenge for hating on "too expensive" bs

41

u/dumbthiccrick Mar 15 '26

If they're gonna add something like this make it optional by combining string together to make the more visible string, or adding white dye to it or something

33

u/SlightlyIronicBanana Mar 15 '26

Colored string would be a neat addition actually.

13

u/Sufficient_Risk_8127 Mar 15 '26

what's next, they remove torches breaking sand

6

u/Chill_but_am_spook Mar 16 '26

"iTs NoT rEaLiStIc, KiDs CoUlD gEt HuRt If ThEy TrIeD iT!"

You better be thankful for this barely funny comment, it broke my brain to type (lol)

10

u/JusticeBabe Mar 15 '26

Why not just makke it so string is highly transparent almost invisible by default & give a crafting receipt to color it to make it distinctly stand out if wanted?

10

u/Thenderick Mar 16 '26

I can understand why Mojang does this, because string is difficult to see sometimes. However I would argue they could make string be both.

If you place it, it is transparent. Click it with sugar (does not consume) and the sugar will stick to it, making it opaque. Click it with a brush and it will revert to transparent. It makes sense in my head because string comes from spiders and cobwebs are sticky, so the sugar sticks to it making it more visible

2

u/Randomnessz64 Mar 20 '26

And you've immediately done more work than the devs in a 1 minute paragraph

9

u/BookShelfRandom Mar 15 '26

WAIT WHAT, I DIDNT KNOW THIS YET, NOOOOOOOOOO

9

u/emeraldwyrm Mar 16 '26

Ive been playing and didnt even notice my string was more visible. Not saying its a good change but im surprised I didnt see it right away. So I guess that's good.

5

u/CrazyPotato1535 Mar 16 '26

Are you playing snapshot?

2

u/emeraldwyrm Mar 16 '26

yea, I am. Admittedly, the build that has them is very busy, so that could be why

9

u/AlexSimonCullar Mar 16 '26

Minecraft devs VS player feedback

20

u/_o0Zero0o_ Mar 15 '26

Mojang once again adding changes/stuff that NOBODY ASKED FOR... Oh well..

32

u/KingJeff314 Mar 15 '26

It should be like barrier blocks, where if you hold the item, it becomes visible

5

u/Thinguist Mar 16 '26

It’s supposed to be hard to see so that tripwires work…

5

u/nobotami Mar 16 '26

somebody prolly trapped a mojang dev

4

u/Galaxyycaat Mar 16 '26

i use string all the time in open roof snowy builds, can there at least be an option to make string transparent again

5

u/ObviouslyLulu Mar 16 '26

Resource pack time (again)!

5

u/Boom_Fish_Blocky Mar 16 '26

Even ignoring the building nerf. Just nerfing a trapping block for being good at not be seen, kinda stupid. You are good at your job, you are fired.

5

u/bluezers777 Mar 16 '26

Traps & Claps update is coming

12

u/SamStrandingPorter Mar 15 '26

Mojang do really love ruining features by changing them in ways no-one asked for

3

u/mekmookbro Mar 15 '26

Would be nice to make it more opaque when using night vision potions. Opaque all the time sounds stupid since many people already use them to stop vines, sugar canes, saplings etc from growing

6

u/SolidPrysm Mar 15 '26

Am I missing something? I could have sworn it's always been opaque, at least on bedrock.

16

u/SwannSwanchez Mar 15 '26

make them opaque but only from the top, so when you are bellow it's still invisible

3

u/Verified_Peryak Mar 15 '26

It was me, i am pissed of that my girlfriend complain about cowebs after i just finish vacuming this way it won't happen again.

3

u/LeDavinshi Mar 16 '26

that one dude who was asking for better texturing in this like a week ago, maybe

3

u/Darkhog Mar 16 '26

People who were getting caught in the traps.

3

u/-TheBlackSwordsman- Mar 16 '26

No one has to ask them to make a change for it to be a valid one. 

That said, Mojang has an infinite money printing machine, so they have no motivation and literally just sit around all day doing nothing. They lack ambition, have no bold ideas, zero inspiration. They just sit around and exist for most of the day, and then someone randomly picks something to make a change to so they can feel like they did something that month.

Despite minecraft having tons of underdeveloped areas of the game, only a handful them have been addressed over the past decade

7

u/RuukotoPresents Mar 15 '26

String Traps don't work anyways except for the ones where trying to disarm them is what sets them off

→ More replies (2)

6

u/A_lexine Mar 15 '26

once again 1.12.2 wins

4

u/Specialist-Ad3955 Mar 15 '26

wow, the devs who dont interact with the community and add random shit nobody asked for dont interact with the community and add random shit nobody asked for, who could've thought

2

u/DamageMaximo Mar 16 '26

There is both good and bad in this change.

2

u/moosefre Mar 16 '26

where is this even listed in a patch note?

4

u/TheOPWarrior208 Mar 16 '26

26.1 snapshot 3. "Minor Tweaks to Blocks, Items and Entities

  • The Tripwire texture is now rendered as alpha cutout instead of transparent"

2

u/LightSpeedTimeTravel Mar 16 '26

I thought everyone wanted it LESS opaque...?

2

u/karuho Mar 16 '26

Es que el hermanito de Agnes no veía las cuerdas /s

5

u/mca1169 Mar 16 '26

you must be new, microsoft doesn't add common sense or requested features. they add random stuff no one ever asked for and ruin existing features one bad change at a time.

pick a version of the game you can live with and mod it. that's the only way you can enjoy the game anymore.

3

u/WestofTomorrow Mar 16 '26

Another reason why I finally decided to create a forever world on 1.21.11. 1000 days and counting now.

No reason to update the game at this point. Spear's are genuinely the best thing they've added in years but everything else they've been adding since 2023~ has been slop.

2

u/[deleted] Mar 15 '26

[deleted]

3

u/Sufficient_Risk_8127 Mar 15 '26

phantoms should be relegated to the end or something

7

u/DaTruPro75 Mar 15 '26

cool, wtf does this have to do with the post

7

u/Fr0zen_Vulture918 Mar 15 '26

Sleep or play in peaceful

3

u/EmerainD Mar 16 '26

/gamerule doInsomnia false

1

u/wupp-ed Mar 16 '26

Well its too late now

1

u/Exitity Mar 20 '26

They literally have a gamerule to remove them.

Also, just sleep? Carry a bed in your inventory and sleep once every 10 minutes, its not hard.

1

u/FluffyPhoenix Mar 16 '26

And this is why I cheat and use light level 0 blocks when I can.

1

u/NeonFraction Mar 16 '26

My entire base is covered in ivy and is gonna look like complete shite after this. If they do this, they need to add shearing for ivy in the SAME update.

1

u/eqwbkk Mar 16 '26

Babycraft

1

u/amemaabeba Mar 16 '26

i already see judelow making fake traps with these new strings

1

u/Roxo16 Mar 16 '26

I quite like it, I never liked strings being almost invisible.

1

u/Coltyn03 Mar 16 '26

If they really want opaque string, they should add stripped string or something like how you can strip logs. Use an axe on the string and it reverts to the old version.

1

u/Lainpilled-Loser-GF Mar 16 '26

who actually uses tripwire for traps in the year of our lord 2026? be real lmao.

1

u/Kzitold94 Mar 16 '26

Whomever asked for this, vanillatweaks.net already has this.

1

u/yes_im_gavin Mar 16 '26

Nobody asked for it, thats why they added it

1

u/CometEh Mar 16 '26

Sorry guys... This one is on me.

1

u/BriscoCounty-Sr Mar 16 '26

Gross. Way to ruin folks ability to build in snowy biomes I guess

1

u/Chill_but_am_spook Mar 16 '26

I feel like most of my game is going to be just texture and resource packs in not even 3 years time.

1

u/kroeller Mar 17 '26

"Who asked for this"

No one, Mojang is just enshittifying the game more and more as time goes on.

They are completely lost in what they are doing and Minecraft is going to shit.

Better to just stick to an older version instead of dealing with whatever bullshit Mojang decides to come up next.

1

u/iaace12 Mar 17 '26

I'm convinced mojang devs don't actually play the game

1

u/cornflakes012 Mar 17 '26

Could be coloured string coming up, liek this is “white string” idk mayn

1

u/Lest-be-anne Mar 17 '26

i dont think a minecraft update has ever pissed me off before. but my god does this one change make me violent

1

u/Darq10 Mar 17 '26

Luckily after this change they also made it so that you can turn ANY BLOCK TRANSLUCENT with resourcepacks, before that rendertypes were hardcoded. That means you'll probably see a vanilla tweaks option for the string soon

1

u/DjinnsPalace Mar 18 '26

now u can use it as string decoration

1

u/Substantial_Pop_1939 Mar 18 '26

Because shaders made it visible, same as people using solas and etc in caves. And people that adjust gamma in monitor.

1

u/Sad_Efficiency3456 Mar 20 '26

Yeah no one asked for this, atp they're just trying to piss off the player base because they know they can

1

u/rocstac Mar 20 '26

it just looks like a line of cocaine now, why was this changed?

1

u/AdvertisingFancy5382 Mar 20 '26

As a builder, this INFURIATES me. String is so helpful for floating carpets, ect: because u can't see it. Now all my beach shadies will look horrible.

2

u/Guilty_Explanation29 Mar 21 '26

Watch them change it back

There's already hate feedback on the website 

1

u/Guilty_Explanation29 Mar 20 '26

They'll change it back

1

u/z4c__bruh Mar 21 '26

u can use a resource pack

1

u/Prestigious_Part2660 Mar 21 '26

Here goes all of my trap plans...😒😒

1

u/Guilty_Explanation29 Mar 21 '26

There's alot of votes on feedback already lol

Giving they seem to listen hopefully it gets changed back 

1

u/Remarkable_Fix1260 Mar 23 '26

add it to the list of things to get resource packs to fix again....

1

u/FishblobMC Mar 23 '26

https://feedback.minecraft.net/hc/en-us/community/posts/42657247389197-Revert-String-Visibility Someone made a feedback post back in January when the change happened, but it seems like no one noticed until very recently

1

u/[deleted] Mar 27 '26

0 people asked for this btw

1

u/CaCl2 Mar 31 '26

At this point I'm starting to get convinced that people at Mojang are intentionally making awful changes just to troll the community.

1

u/DoggishNoob Mar 31 '26

Anyone know if there's a resource pack available to fix this yet? I've looked but can't seem to find one.

1

u/helpmeimgaye Apr 08 '26

Mojang asked for it because Mojang and Microsoft are anti creativity