Skip to content
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

Implement EntityTag id in spawn eggs #17

Merged
merged 1 commit into from
Jul 30, 2021
Merged

Implement EntityTag id in spawn eggs #17

merged 1 commit into from
Jul 30, 2021

Conversation

Zailer43
Copy link
Contributor

@Zailer43 Zailer43 commented Jul 29, 2021

This allows you to see the entity that is actually going to be spawned and not that of the default spawn egg

For example this item:
/give @s minecraft:creeper_spawn_egg{EntityTag:{id:"bee"}}
image

As this allows you to see tooltip of entities that are not spawn egg, you can see some that do not work:

Invisible:

  • area_effect_cloud
  • evoker_fangs
  • item
  • marker

They do not rotate:

  • boat
  • chest_minecart
  • command_block_minecart
  • dragon_fireball
  • end_crystal
  • ender_dragon
  • falling_block
  • furnace_minecart
  • hopper_minecart
  • leash_knot
  • minecart
  • painting
  • spawner_minecart
  • tnt

Other visual bugs:

  • chest_minecart
  • command_block_minecart
  • end_crystal
  • falling_block
  • furnace_minecart
  • glow_item_frame
  • hopper_minecart
  • item_frame
  • lightning_bolt
  • minecart
  • spawner_minecart
  • tnt
  • wither

@LambdAurora LambdAurora merged commit 44bc6c2 into Queerbric:1.17 Jul 30, 2021
@LambdAurora
Copy link
Collaborator

The item entity one actually renders as long as the NBT is complete enough (requires the Item compound too to specify which item).

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.

2 participants