- Denizen Version
- REL-1764
Lets you replace blocks with simplex noise patterns easily.
Here's an example of a rainbow pattern generated:
Here's a more useful gradient example:
GitHub current version: https://github.com/mcmonkeyprojects/DenizenSampleScripts/blob/master/simplex_wand.dsc
# Installation:
# Just put the script in your scripts folder and reload.
#
# Usage:
# Command syntax: /simplexreplacewand [block-matcher] [brush-size] [scale] [type_1] (type_2...)
# For example: /simplexreplacewand dirt|*stone 5 4 stone cobblestone dirt dirt dirt grass_block
# Or, here's one that turns the ground to rainbows: /simplexreplacewand grass_block|*stone|dirt 10 8 red_wool orange_wool yellow_wool green_wool cyan_wool blue_wool purple_wool
# Requires permission "dscript.simplexreplacewand"
#
# While holding the wand item and facing some blocks, right click to apply the gradient pattern.
#
# BE CAREFUL! This is an admin tool that replaces blocks without the ability to undo.
#
Here's an example of a rainbow pattern generated:
Here's a more useful gradient example:
GitHub current version: https://github.com/mcmonkeyprojects/DenizenSampleScripts/blob/master/simplex_wand.dsc
# Installation:
# Just put the script in your scripts folder and reload.
#
# Usage:
# Command syntax: /simplexreplacewand [block-matcher] [brush-size] [scale] [type_1] (type_2...)
# For example: /simplexreplacewand dirt|*stone 5 4 stone cobblestone dirt dirt dirt grass_block
# Or, here's one that turns the ground to rainbows: /simplexreplacewand grass_block|*stone|dirt 10 8 red_wool orange_wool yellow_wool green_wool cyan_wool blue_wool purple_wool
# Requires permission "dscript.simplexreplacewand"
#
# While holding the wand item and facing some blocks, right click to apply the gradient pattern.
#
# BE CAREFUL! This is an admin tool that replaces blocks without the ability to undo.
#