This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Some minor experimentaions from playing with using AI to generate p5.js code | |
| // Originating from the question about the geometric essence in Antoni Gaudi's architecture | |
| // (not that there is still anything left of his genius in this code) | |
| // sketch for p5.js | |
| // license MIT | |
| function setup() { | |
| createCanvas(800, 800); | |
| noLoop(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /give @a written_book 1 0 {pages:[ | |
| "{text:'',extra:[ | |
| {text:'Util\n', bold:true}, | |
| {text:'\n', bold:false}, | |
| {text:'Clear Weather\n',clickEvent:{action:run_command,value:'/weather clear'}}, | |
| {text:'Clear Entities\n',clickEvent:{action:run_command,value:'/tp @e[type=!Player,rm=0,r=100] ~ -2000 ~'}}, | |
| {text:'\n'}, | |
| {text:'Orange Line W-E 10\n',clickEvent:{action:run_command,value:'/fill ~1 ~-1 ~ ~10 ~-1 ~ minecraft:wool 1 replace minecraft:sandstone'}}, | |
| {text:'Orange Line N-S 10\n',clickEvent:{action:run_command,value:'/fill ~ ~-1 ~1 ~ ~-1 ~10 minecraft:wool 1 replace minecraft:sandstone'}}, | |
| {text:'Clear wool\n',clickEvent:{action:run_command,value:'/fill ~-10 ~-1 ~-10 ~10 ~-1 ~10 minecraft:sandstone 1 replace minecraft:wool'}}, |