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

Suggestion: Generate loot tables for the Resource Creepers #27

Open
Raidobw2 opened this issue Oct 20, 2022 · 0 comments
Open

Suggestion: Generate loot tables for the Resource Creepers #27

Raidobw2 opened this issue Oct 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Raidobw2
Copy link

Hi, I would like to suggest generating loot tables for the resource creepers, so that when they die, it pulls items from the loot table. This would allow more customization of the dropped loot (e.g. Drop ingots sometimes, and raw ore other times, or looting affects drops which would be cool, etc) and also would help with compatibility with other mods.
concept

A concrete example of compat with other mods is with the Ars Nouveau mod, with the Drygmy Henge mechanic. The Drygmy Henge checks for nearby mobs and puts their items into a chest after a while:
image

However, only gunpowder is obtained this way, and no ores are obtained:
image

That is because it checks for Loot Tables, since it's the default Minecraft mechanic: https://github.com/baileyholl/Ars-Nouveau/blob/618652528eb9aeb29ff6528fa42e26f332625515/src/main/java/com/hollingsworth/arsnouveau/common/block/tile/DrygmyTile.java#L155

Potentially loot tables for Resource Creepers could also be datagenned? Ars Nouveau does some of its tables like so: https://github.com/baileyholl/Ars-Nouveau/blob/618652528eb9aeb29ff6528fa42e26f332625515/src/main/java/com/hollingsworth/arsnouveau/common/datagen/LootTableProvider.java#L42

I don't actually know how complex this would be to add, but if it's feasible and you are considering adding it, I would like to mention that I would like to request it for 1.18.2 (for FTB Plexiglass Mountain primarily)!

Thanks for reading my suggestion!

@gigabit101 gigabit101 added the enhancement New feature or request label Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants