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] Improved Disposable Turret configs/function #547

Open
Dillsfawn opened this issue Mar 4, 2021 · 1 comment
Open

[Suggestion] Improved Disposable Turret configs/function #547

Dillsfawn opened this issue Mar 4, 2021 · 1 comment
Assignees
Milestone

Comments

@Dillsfawn
Copy link

Dillsfawn commented Mar 4, 2021

minecraft version: 1.12.2
omt version: 3.1.12-378

Currently the Disposable Item turret can fire any item you list in the configs under: stringAmmoAllowList
While this is great, it seems odd to me that cobblestone does the same damage as woodplanks, to say nothing of the variety of possible ammo selection.
So my suggestion is to change this:

    S:stringAmmoAllowList <
        minecraft:cobblestone
        minecraft:woodplanks
     >

Into this:

    S:stringAmmoAllowList <
        minecraft:cobblestone,3
        minecraft:woodplanks,1
     >

Where the number after the comma is the baseDamage dealt when shooting that ammo. This would allow for a more thorough customization of the turret's damage, and also allow for fun and silly additions like shooting 0 damage snowballs or slimeballs.

@Keridos Keridos added this to the 3.2.0 milestone Apr 10, 2021
@Keridos Keridos self-assigned this Apr 10, 2021
@Keridos
Copy link
Member

Keridos commented Apr 10, 2021

Sounds good, gonna add that in 3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants