-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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 |
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. |
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 |
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. |
Thanks, I"ll see if I can. 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"}}]} |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered: