Skip to content
#

gadget

Here are 79 public repositories matching this topic...

gorkang
gorkang commented May 29, 2019

When hitting "Send Regex To Console" in the Output tab, the console shows something like the following:

pattern <- "\w+ " # perl=TRUE
replacement <- "NO "

Wouldn't be better to integrate the parameters into the actual function used? In this case, it could translate into:

sub(pattern = "\w+",
replacement = "NO ",
x = readr::read_file("LICENSE"),
perl

UltraCosmetics
B-Knight49
B-Knight49 commented Feb 17, 2020

What steps will reproduce the issue?

  1. Pets-Drop-Items: false | Pets-Are-Babies: true
  2. Reload
  3. Spawn Wither pet

What was supposed to happen?

Wither should be small (like normal) or at least shouldn't shoot things.

What happened?

Wither was an adult and shot things, damaging terrain and mobs.

What version of UltraCosmetics are you using?

2.5.7

What Sp

Improve this page

Add a description, image, and links to the gadget topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gadget topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.