ElijahKopper
Member
- Joined
- Sep 8, 2020
- Messages
- 34
- Reaction score
- 11
DF Tutorials playlist https://www.youtube.com/playlist?list=PLyD6fsVM4DwWm14bSXl1Y87a9gi_FS0Sd
YeaText Manipulation, Using RegEx
Making your life "easier" with RegEx
Whether you pronounce it "reg x", "rejects", "reggix", or even "riggex", RegEx, or a regular expression, is a helpful tool for most situations. Enabling RegEx To start using RegEx, you need to know how to enable it, because it doesn't start out enabled. RegEx is available in three code actions...mcdiamondfire.com
agreed, for newer playersvery helpfull :D
change to _wobberWobbertooth999
Got it@RyanLand
Performing an action for every block inside a sphere
"Repeat on sphere exists!" . . . and it sucks. Repeat on sphere is no good for doing something inside a sphere. Repeat on sphere does things for points on the surface of a sphere. What you want is probably for every block inside the sphere. There are multiple ways you could use repeat on sphere...mcdiamondfire.com