Mojira Archive
MC-87110

Some command blocks don't work on all computers

I know this sounds very strange, but I also don't know what it is.
In my map, I have a built in deep sea diver helmet concept, which gives you night vision and water breathing when you're inside water and wearing a pumpkin. This concept strangely works on my computer, but not on others'. I know this isn't a bug you usually see here, but I don't get it either. If needed, I can send the map file with explanations on how to activate this.
Commands:
(Repeating command block) scoreboard players set @a dsdh 0

(Chain command block powered by previous command block) scoreboard players set @a dsdh 1 {Inventory:[{id:"minecraft:pumpkin",Slot:103b,tag:{display:

{Name:"Deep Sea Diver Helmet"}

}}]}

(Repeating command block) execute @a[score_dsdh_min=1] ~ ~ ~ detect ~ ~1 ~ water -1 effect @a night_vision 6000 1 true

(Chain command block powered by previous command block) execute @a[score_dsdh_min=1] ~ ~ ~ detect ~ ~1 ~ air -1 effect @a night_vision 0 1 true

(Repeating command block) execute @a[score_dsdh_min=1] ~ ~ ~ detect ~ ~1 ~ water -1 effect @a water_breathing 6000 1 true

(Chain command block powered by previous command block) execute @a[score_dsdh_min=1] ~ ~ ~ detect ~ ~1 ~ air -1 effect @a water_breathing 0 1 true

Incomplete

Spake Miner

2015-08-23, 02:33 PM

2017-02-14, 05:00 PM

2017-02-14, 05:00 PM

0

0

Unconfirmed

Minecraft 15w34d

-