~williewillus/violet-moon

botania: Adding camel to Cocoon mobs v1 APPLIED

Adarsh: 1
 Adding camel to Cocoon mobs

 3 files changed, 3 insertions(+), 2 deletions(-)
#1088812 linux.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~williewillus/violet-moon/patches/46425/mbox | git am -3
Learn more about email & git

[PATCH botania] Adding camel to Cocoon mobs Export this patch

---
 .../resources/.cache/653944ae1edeea7f4ecf5f993d31cab4d4d4eca0   | 2 +-
 .../resources/data/botania/tags/entity_types/cocoon/rare.json   | 1 +
 Xplat/src/main/java/vazkii/botania/data/EntityTagProvider.java  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Xplat/src/generated/resources/.cache/653944ae1edeea7f4ecf5f993d31cab4d4d4eca0 b/Xplat/src/generated/resources/.cache/653944ae1edeea7f4ecf5f993d31cab4d4d4eca0
index ef5615748..70f70d61d 100644
--- a/Xplat/src/generated/resources/.cache/653944ae1edeea7f4ecf5f993d31cab4d4d4eca0
+++ b/Xplat/src/generated/resources/.cache/653944ae1edeea7f4ecf5f993d31cab4d4d4eca0
@@ -1,7 +1,7 @@
// 1.20.1	Botania/Tags for minecraft:entity_type
3afed73a4d0123d7cdc79b50218b22eaca05e8ce data/botania/tags/entity_types/cocoon/common.json
ffb8bea773fc90c54cb94c895cc5f096428f1f8b data/botania/tags/entity_types/cocoon/common_aquatic.json
a46ef61d2e442ecb1c477406cd1987f243197d77 data/botania/tags/entity_types/cocoon/rare.json
3f076441039831c74885151205fb59e748cc66c1 data/botania/tags/entity_types/cocoon/rare.json
1fbe94085d6760f4ab5055f72ed127a4568c9487 data/botania/tags/entity_types/cocoon/rare_aquatic.json
9c33b0f41d9e77eac0ff1738fb5f441becda9b72 data/botania/tags/entity_types/drum/milkable.json
f446787c83bb0ab6ff1c18d8bfed8ef578e71003 data/botania/tags/entity_types/drum/no_shearing.json
diff --git a/Xplat/src/generated/resources/data/botania/tags/entity_types/cocoon/rare.json b/Xplat/src/generated/resources/data/botania/tags/entity_types/cocoon/rare.json
index 9d5584437..72e7f5e18 100644
--- a/Xplat/src/generated/resources/data/botania/tags/entity_types/cocoon/rare.json
+++ b/Xplat/src/generated/resources/data/botania/tags/entity_types/cocoon/rare.json
@@ -12,6 +12,7 @@
    "minecraft:panda",
    "minecraft:turtle",
    "minecraft:goat",
    "minecraft:camel",
    {
      "id": "quark:frog",
      "required": false
diff --git a/Xplat/src/main/java/vazkii/botania/data/EntityTagProvider.java b/Xplat/src/main/java/vazkii/botania/data/EntityTagProvider.java
index 0dd88c404..cdf63cdc1 100644
--- a/Xplat/src/main/java/vazkii/botania/data/EntityTagProvider.java
+++ b/Xplat/src/main/java/vazkii/botania/data/EntityTagProvider.java
@@ -34,7 +34,7 @@ protected void addTags(HolderLookup.Provider provider) {
		tag(BotaniaTags.Entities.COCOON_RARE)
				.add(EntityType.HORSE, EntityType.DONKEY, EntityType.WOLF, EntityType.OCELOT,
						EntityType.CAT, EntityType.PARROT, EntityType.LLAMA, EntityType.FOX,
						EntityType.PANDA, EntityType.TURTLE, EntityType.GOAT)
						EntityType.PANDA, EntityType.TURTLE, EntityType.GOAT, EntityType.CAMEL)
				.addOptional(new ResourceLocation("quark", "frog"));

		tag(BotaniaTags.Entities.COCOON_COMMON_AQUATIC)
-- 
2.34.1
botania/patches/linux.yml: SUCCESS in 18m44s

[Adding camel to Cocoon mobs][0] from [Adarsh][1]

[0]: https://lists.sr.ht/~williewillus/violet-moon/patches/46425
[1]: mailto:actuallyadarsh@gmail.com

✓ #1088812 SUCCESS botania/patches/linux.yml https://builds.sr.ht/~williewillus/job/1088812