A truly tiny UI Kit
WIP.
CSS Link: https://ghraw.novafurry.workers.dev/gist/novafurry/96284d07080767edd56d2ca719f4cfe5/raw/77704dc0c33b33931aa2b2750cfd5ce551f064dd/tuik.css (passed thru my ghraw service as normal raw is text/plain bleh)
A truly tiny UI Kit
WIP.
CSS Link: https://ghraw.novafurry.workers.dev/gist/novafurry/96284d07080767edd56d2ca719f4cfe5/raw/77704dc0c33b33931aa2b2750cfd5ce551f064dd/tuik.css (passed thru my ghraw service as normal raw is text/plain bleh)
Add the file you want to a github repo with the same name as your user. The file should be called README.md
| Handlebars.registerHelper('betterTitle', function (filepath) { | |
| return new Handlebars.SafeString( | |
| JSON.stringify(filepath.data.root.files[0].name).replace(/\.[^/.]+$/, "").replace('"', '').replace('"',"") | |
| ); | |
| }); |
| /* Extension using the JavaScript Speech API for text to speech */ | |
| /* Sayamindu Dasgupta <[email protected]>, April 2014 */ | |
| new (function() { | |
| var ext = this; | |
| /*function _get_voices() { | |
| var ret = []; | |
| var voices = speechSynthesis.getVoices(); | |
Read entities inventory:
Must be done in command block. To trigger redstone or another commandblock, you must set the main commmandblocks’ setttings to Always Active On, and set the command block type to repeat, then place a comparator to get redstone output
/execute if entity !!SELECTOR!![nbt={Inventory:[{id:"!!ITEM_ID!!",tag:{display:{Name:'{"text":"!!Item_Display_Name!!"}'}}}]}]