Skip to content

Conversation

@Nik-Was
Copy link
Contributor

@Nik-Was Nik-Was commented Aug 21, 2025

Adds the coghweel skull as a placeable block and potato cannon projectile (Applies a "time stop" AOE on impact)
Also fixes some block name inconsistencies

@nageih
Copy link
Contributor

nageih commented Aug 22, 2025

Please add the name of the item into language file, referring to the doc

@The-Shortman The-Shortman marked this pull request as draft August 24, 2025 13:59
@The-Shortman
Copy link
Collaborator

Marking this as a draft so I don't accidentally merge it, please mark it as ready for review once the lang keys have been added

@The-Shortman The-Shortman added this to the Patch 2.1.5 milestone Aug 24, 2025
Nik-Was and others added 3 commits August 24, 2025 17:38
Removed redundant line in the ammo definition
Added a tooltip along with the name to lang file

Additionally unified all names for "Blast-Resistant" and "Fire-Resistant" blocks into one format
@Nik-Was Nik-Was marked this pull request as ready for review August 24, 2025 20:10
@The-Shortman The-Shortman added type: enhancement This pull request adds/this issue requests a new feature. status: awaiting approval This pull request is awaiting a review from a pack developer. labels Aug 25, 2025
@The-Shortman The-Shortman self-requested a review August 25, 2025 10:46
},
];
createastralTooltips.forEach((tooltip) => addLocalizedShiftTooltip(event, tooltip.item, tooltip.tooltip));
event.add("createastral:cogwheel_skull", Text.of(Component.translate("tooltip.createastral.cogwheel_skull")).gray());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I just saw this code. I think I saw some issues. Maybe we need to do some testing?
Including the following, I think adding Component.translate to Text.of is strange.
I think the normal approach should be Component.translate("tooltip.createastral.cogwheel_skull").gray()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gosh, this was what I did a year ago. What an idiot!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I don't actually know how any of that works, just copied from the code below. Can remove it if you think it shouldn't be there, but I don't think it affects the end result

Copy link
Collaborator

@The-Shortman The-Shortman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me

@The-Shortman The-Shortman removed the status: awaiting approval This pull request is awaiting a review from a pack developer. label Aug 27, 2025
@The-Shortman
Copy link
Collaborator

I think I can safely merge this pull request

@The-Shortman The-Shortman merged commit 0799609 into Laskyyy:Astral-Experimental Oct 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement This pull request adds/this issue requests a new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants