Resource icon

Simplex Replace Wand 1.1

Denizen Version
REL-1764
Lets you replace blocks with simplex noise patterns easily.

Here's an example of a rainbow pattern generated:

fddc69.png


Here's a more useful gradient example:

35641f.png


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.
#
Author
mcmonkey
Downloads
404
Views
617
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from mcmonkey

Share this resource

Latest updates

  1. 1.1 - property transfer

    material properties are now transferred, so you can apply effects over for example stairs or...