Skip to content

Vaan/task/quick tasks - #915

Open
Intybyte wants to merge 16 commits into
masterfrom
vaan/task/quick-tasks
Open

Vaan/task/quick tasks#915
Intybyte wants to merge 16 commits into
masterfrom
vaan/task/quick-tasks

Conversation

@Intybyte

@Intybyte Intybyte commented Mar 22, 2026

Copy link
Copy Markdown
Member

Fixes #910
Fixes #693
Fixes #836
Fixes #852
Requires: pylonmc/rebar#866

@LordIdra LordIdra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't think #836 or #852 have been fixed?

New hammers are missing recipes

New hammers not added to any researches

New hammers do not work in diesel/hydraulic hammer heads

Comment thread src/main/resources/settings/steel_hammer.yml Outdated
Comment thread src/main/java/io/github/pylonmc/pylon/PylonItems.java Outdated
Comment thread src/main/java/io/github/pylonmc/pylon/recipes/ForgingDisplayRecipe.java Outdated
Intybyte added 6 commits July 3, 2026 18:50
# Conflicts:
#	src/main/java/io/github/pylonmc/pylon/PylonKeys.java
#	src/main/java/io/github/pylonmc/pylon/content/tools/Hammer.java
#	src/main/resources/settings/beheading_sword.yml
Comment thread src/main/java/io/github/pylonmc/pylon/content/tools/Hammer.java Outdated
Comment thread src/main/resources/lang/en.yml
Comment thread src/main/java/io/github/pylonmc/pylon/content/tools/Hammer.java Outdated
Intybyte and others added 4 commits July 3, 2026 19:47
…e-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block base-block
…e-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block% %base-block%
.material(Material.YELLOW_TERRACOTTA)
.itemStack(
ItemStackBuilder.of(Material.YELLOW_TERRACOTTA)
.addCustomModelDataString(getKey().toString())

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
.addCustomModelDataString(getKey().toString())
.addCustomModelDataString(getKey() + ":display")

attack-knockback: 1

base-block: minecraft:stone
mining-level: STONE

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
mining-level: STONE
mining-level: stone # can be any, wood, gold, stone, iron, diamond or netherite.

attack-knockback: 3

base-block: pylon:steel_block
mining-level: NETHERITE

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
mining-level: NETHERITE
mining-level: netherite # can be any, wood, gold, stone, iron, diamond or netherite.

attack-knockback: 2

base-block: minecraft:diamond_block
mining-level: DIAMOND

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
mining-level: DIAMOND
mining-level: diamond # can be any, wood, gold, stone, iron, diamond or netherite.

attack-knockback: 1.5

base-block: minecraft:iron_block
mining-level: IRON

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
mining-level: IRON
mining-level: iron # can be any, wood, gold, stone, iron, diamond or netherite.

attack-knockback: 1.75

base-block: pylon:bronze_block
mining-level: DIAMOND

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
mining-level: DIAMOND
mining-level: diamond # can be any, wood, gold, stone, iron, diamond or netherite.

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

Labels

None yet

Projects

None yet

5 participants