- 1,635 views • 1 today
- 52 downloads • 0 today
36
Scoreboard Selector
You'll find the description of this redstone device on this page. You can also download the map for free !
Vous trouverez la description de ce système redstone sur cette page. Vous pouvez télécharger la map gratuitement !
MustardSheep

CodeCrafted Texture Pack
*** Mods ***
Optifine HD B4
Tested in 1.6.2

You'll find the description of this redstone device on this page. You can also download the map for free !
Vous trouverez la description de ce système redstone sur cette page. Vous pouvez télécharger la map gratuitement !
MustardSheep
English
What is it ? :This new redstone device is a selector which works with scoreboards and command blocks.
How it works ? :That's quite simple, each button sets a variable called 'Select' to a different amount (1,2,3 and so on), then a redstone wire activates a line of command blocks (see the pictures) to check the variable for different amounts. Finally, in front of each of these command blocks, I placed a comparator and a redstone lamp (the output).
Recommendations : If you want to use this system on your map, you'll have to type this command to create the scoreboard :
"/scoreboard objectives add Select dummy"
How it works ? :That's quite simple, each button sets a variable called 'Select' to a different amount (1,2,3 and so on), then a redstone wire activates a line of command blocks (see the pictures) to check the variable for different amounts. Finally, in front of each of these command blocks, I placed a comparator and a redstone lamp (the output).
Recommendations : If you want to use this system on your map, you'll have to type this command to create the scoreboard :
"/scoreboard objectives add Select dummy"
Français
Qu'est-ce que c'est ? : Ce tout nouveau système redstone est un sélecteur qui fonctionne avec des scoreboards et des blocs de commandes.
Comment ça marche ? : C'est assez simple, chaque bouton met à jour une variable nommée 'Select' à une valeur dépendant de celui-ci (1,2,3 etc), puis, un fil de redstone active une rangée de blocs de commandes (voir sur les images) pour tester la variable à différentes valeurs. Pour finir, en face de chacun de ces blocs de commandes se trouvent un comparateur ainsi qu'une lampe qui font office de sortie.
Recommendations : Si vous voulez utiliser ce système sur votre map, vous devrez écrire cette commande pour créer le scoreboard :"/scoreboard objectives add Select dummy"
Comment ça marche ? : C'est assez simple, chaque bouton met à jour une variable nommée 'Select' à une valeur dépendant de celui-ci (1,2,3 etc), puis, un fil de redstone active une rangée de blocs de commandes (voir sur les images) pour tester la variable à différentes valeurs. Pour finir, en face de chacun de ces blocs de commandes se trouvent un comparateur ainsi qu'une lampe qui font office de sortie.
Recommendations : Si vous voulez utiliser ce système sur votre map, vous devrez écrire cette commande pour créer le scoreboard :"/scoreboard objectives add Select dummy"

Additional Notes
*** Texture Pack ***CodeCrafted Texture Pack
*** Mods ***
Optifine HD B4
Tested in 1.6.2

| Progress | 100% complete |
| Tags |
3 Update Logs
Update #3 : by MustardSheep 11/13/2013 7:25:40 pmNovember 14, 2013 @ 12:25 am UTC
New download link (reached level 20) !
LOAD MORE LOGS
2419074
2



Have something to say?
This way the command block will output only if the value of the "Select" objective is less than 'number' AND more than 'number' (which means Select=Number) :D
Hope it helped !