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

[Bug] [1.19.2] Cannot Scrape etc the Ender Dragon #26

Open
TimezParadox opened this issue Sep 2, 2024 · 5 comments
Open

[Bug] [1.19.2] Cannot Scrape etc the Ender Dragon #26

TimezParadox opened this issue Sep 2, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@TimezParadox
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@TimezParadox TimezParadox added the bug Something isn't working label Sep 2, 2024
@aaronhowser1
Copy link
Member

Probably the same issue as #15, which was fixed in 1.21. I'm not sure if 1.19 will continue to get patches, since a lot has changed in the base code, and I'd have to basically unlearn it all

@TimezParadox
Copy link
Author

TimezParadox commented Sep 2, 2024

Frankly, if I knew any other way to get ahold of the Ender Dragons cells, like with commands, I would simply spawn them in at this point.
I already tried using the creative mod one but still couldn't right click the dragon.
And well, couldn't figure out how to summon one with a command/command/block.

@aaronhowser1
Copy link
Member

Use kubejs or something to get the nbt of an existing Organic Matter, and then just spawn in a new one with the same nbt but with the entity id replaced

@aaronhowser1
Copy link
Member

The reason this happens is because the ender dragon that exists in thr world is technically not the EnderDragon entity in code, but PartEntity or some such. I had to add a special check for that.

@TimezParadox
Copy link
Author

TimezParadox commented Sep 2, 2024

Thanks, I"ll see if I can.
Edited:
Found a non-code/mod way to get it!!! XD
KubeJS is really interesting, but melted my tiny pea brain, so I searched and searched, and this is what I got. :D

1.19.2.1.0.1

/setblock ~ ~ ~ minecraft:chest[facing=north,type=single,waterlogged=false]{Items:[{Count:1b,Slot:13b,id:"geneticsresequenced:organic_matter",tag:{MobId:"minecraft:ender_dragon"}}]}

@aaronhowser1 aaronhowser1 changed the title [Bug] 1.19.2-1.0.1 Can't seem to use the Scrapper, right click on, or even use the unassigned Organic matter item, etc... on the Ender Dragon. Seems to be a problem in multiple versions. [Bug] [1.19.2] Cannot Scrape etc the Ender Dragon Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants