Skip to content

342 different spawner types #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 23, 2025
Merged

Conversation

tastybento
Copy link
Member

Adds support for scoring of different spawner types. Finishes the spawner tab on the island content GUI where they show as the entity type that will spawn:

Spawner values go into the blockconfig.yml file and will be auto-added with a default value of 1. The SPAWNER value will no longer be used.

Example:

  ARMADILLO_SPAWNER: 1
  ALLAY_SPAWNER: 1000
  AXOLOTL_SPAWNER: 1
  BAT_SPAWNER: 1
  BEE_SPAWNER: 1
  BLAZE_SPAWNER: 1
  BOGGED_SPAWNER: 1
  BREEZE_SPAWNER: 1
  CAT_SPAWNER: 1
  CAMEL_SPAWNER: 1
  CAVE_SPIDER_SPAWNER: 1
  CHICKEN_SPAWNER: 1
  COD_SPAWNER: 1
  COW_SPAWNER: 1
  CREEPER_SPAWNER: 1
  DOLPHIN_SPAWNER: 1
  DONKEY_SPAWNER: 1
  DROWNED_SPAWNER: 1
  ELDER_GUARDIAN_SPAWNER: 1
  ENDER_DRAGON_SPAWNER: 1
  ENDERMAN_SPAWNER: 1
  ENDERMITE_SPAWNER: 1
  EVOKER_SPAWNER: 1
  FOX_SPAWNER: 1
  FROG_SPAWNER: 1
  GHAST_SPAWNER: 1
  GLOW_SQUID_SPAWNER: 1
  GOAT_SPAWNER: 1
  GUARDIAN_SPAWNER: 1
  HOGLIN_SPAWNER: 1
  HORSE_SPAWNER: 1
  HUSK_SPAWNER: 1
  IRON_GOLEM_SPAWNER: 1
  LLAMA_SPAWNER: 1
  MAGMA_CUBE_SPAWNER: 1
  MOOSHROOM_SPAWNER: 1
  MULE_SPAWNER: 1
  OCELOT_SPAWNER: 1
  PANDA_SPAWNER: 1
  PARROT_SPAWNER: 1
  PHANTOM_SPAWNER: 1
  PIG_SPAWNER: 1
  PIGLIN_SPAWNER: 1
  PIGLIN_BRUTE_SPAWNER: 1
  PILLAGER_SPAWNER: 1
  POLAR_BEAR_SPAWNER: 1
  PUFFERFISH_SPAWNER: 1
  RABBIT_SPAWNER: 1
  RAVAGER_SPAWNER: 1
  SALMON_SPAWNER: 1
  SHEEP_SPAWNER: 1
  SHULKER_SPAWNER: 1
  SILVERFISH_SPAWNER: 1
  SKELETON_SPAWNER: 1
  SKELETON_HORSE_SPAWNER: 1
  SLIME_SPAWNER: 1
  SNIFFER_SPAWNER: 1
  SNOW_GOLEM_SPAWNER: 1
  SPIDER_SPAWNER: 1
  SQUID_SPAWNER: 1
  STRAY_SPAWNER: 1
  STRIDER_SPAWNER: 1
  TADPOLE_SPAWNER: 1
  TRADER_LLAMA_SPAWNER: 1
  TROPICAL_FISH_SPAWNER: 1
  TURTLE_SPAWNER: 1
  VEX_SPAWNER: 1
  VILLAGER_SPAWNER: 1
  VINDICATOR_SPAWNER: 1
  WANDERING_TRADER_SPAWNER: 1
  WARDEN_SPAWNER: 1
  WITCH_SPAWNER: 1
  WITHER_SPAWNER: 1
  WITHER_SKELETON_SPAWNER: 1
  WOLF_SPAWNER: 1
  ZOGLIN_SPAWNER: 1
  CREAKING_SPAWNER: 1
  ZOMBIE_SPAWNER: 1
  ZOMBIE_HORSE_SPAWNER: 1
  ZOMBIE_VILLAGER_SPAWNER: 1
  ZOMBIFIED_PIGLIN_SPAWNER: 1

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
8.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@tastybento tastybento marked this pull request as ready for review February 23, 2025 00:56
@tastybento tastybento merged commit 8390800 into develop Feb 23, 2025
2 of 3 checks passed
@tastybento tastybento deleted the 342_different_spawner_types branch February 23, 2025 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant