Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Anvil Crushing Recipes

Anvil Crushing Recipes

Define what happens when an anvil lands on blocks or entities. Data driven.

3,465
19
Game Mechanics
Technology
AboutChangelogVersions

1.4.1+MC1.21-1.21.1

by supersaiyansubtlety on Aug 30, 2024
Download

Marked as compatible with 1.21.1

A cumulative changelog can be found here

1.4.0+MC1.21

by supersaiyansubtlety on Jun 16, 2024
Download
  • Updated for 1.21
  • Updated translations
  • Removed an incorrect error log
  • Fixed a potential load-order dependent crash when using REI
  • Minor internal changes

A cumulative changelog can be found here

1.3.14+MC1.20.5-1.20.6

by supersaiyansubtlety on May 12, 2024
Download
  • Marked as compatible with 1.20.6
  • Improved Mod Menu integration

A cumulative changelog can be found here

1.3.13+MC1.20.5

by supersaiyansubtlety on May 2, 2024
Download

Marked as incompatible with 1.20.2-1.20.4

From 1.3.12:

  • Updated for 1.20.5
  • Moderate internal changes

A cumulative changelog can be found here

1.3.12+MC1.20.2-1.20.5

by supersaiyansubtlety on May 2, 2024
Download
  • Updated for 1.20.5
  • Moderate internal changes

A cumulative changelog can be found here

1.3.11+MC1.20.2-1.20.4

by supersaiyansubtlety on Jan 25, 2024
Download

Updated for 1.20.2-1.20.4

A cumulative changelog can be found here

1.3.10+MC1.20-1.20.1

by supersaiyansubtlety on Jun 24, 2023
Download

Updated for 1.20 and 1.20.1!

A cumulative changelog can be found here

1.3.9+MC1.19.4

by supersaiyansubtlety on Mar 21, 2023
Download

Updated for 1.19.4

A cumulative changelog can be found here

1.3.8+MC1.19-1.19.2

by supersaiyansubtlety on Aug 7, 2022
Download

Marked as compatible with 1.19.2

A cumulative changelog can be found here

1.3.7+MC1.19-1.19.1

by supersaiyansubtlety on Jul 29, 2022
Download
  • Marked as compatible with 1.19.1
  • Minor internal changes

A cumulative changelog can be found here

1.3.6+MC1.19

by supersaiyansubtlety on Jul 25, 2022
Download

Added recipes for rooted dirt and dripleaves

A cumulative changelog can be found here

1.3.5+MC1.19

by supersaiyansubtlety on Jul 5, 2022
Download
  • removed "anvil_crushing_" from the beginnings of builtin datapack names
  • log an error instead of throwing an exception in one case, fixing compatibility with Rug

A cumulative changelog can be found here

1.3.4+MC1.19

by supersaiyansubtlety on Jun 24, 2022
Download

Updated for 1.19!

A cumulative changelog can be found here

1.3.3+MC1.18-1.18.2

by supersaiyansubtlety on Jun 14, 2022
Download

Updated for 1.18.2

A cumulative changelog can be found here

1.3.2-b1+MC1.18-1.18.1

by supersaiyansubtlety on Dec 14, 2021
Download

Marked as compatible with 1.18.1

A cumulative changelog can be found here

1.3.1-b1+MC1.18

by supersaiyansubtlety on Dec 10, 2021
Download

Updated for 1.18!

Improved tooltip wrapping.

A cumulative changelog can be found here

1.3.0-b2+MC1.17-1.17.1

by supersaiyansubtlety on Nov 19, 2021
Download

This is a beta version

  • separated recipes in anvil_crushing_block_breaking into many smaller recipes so that only REI will only cycle through related items (like all colors of banners)

  • improved line wrapping so that if a word with a '-' or '_' needs to be split across multiple lines it will prefer to split at one of those characters

  • added tooltips to the anvil widget above recipe ingredients

  • added a "Destroyed" label when there's no output (if there are no drops from a loot table an empty loot widget will still be displayed)

  • organized the codes

    The only thing left before this is moved out of beta is to replace the spawn eggs that represent input entities with some better visualization

A cumulative changelog can be found here

1.3.0-b1+MC1.17-1.17.1

by supersaiyansubtlety on Nov 14, 2021
Download

This is a beta version

  • Compressed mod and datapack icons (thanks to K0RR!)

  • Added issues link to fabric.mod.json, accessible in Mod Menu (thanks to K0RR!)

  • Added initial Roughly Enough Items (REI) integration

    • block, ingredient, item, and loot drops are displayed separately

    • entity ingredients are currently represented using spawn egg items

    • if Roughly Enough Resources (RER) isn't present, loot tables ids are displayed (not ideal)

    • if RER is present, its method for displaying loot will be used

    • for REI and/or RER features to work, all mods need to be installed on both client and server

    • REI and RER are now both 'recommended' mods

A cumulative changelog can be found here

1.2-1+MC1.17-1.17.1

by supersaiyansubtlety on Oct 29, 2021
Download

Lowered minimum Fabric Loader version to 0.11.7

From 1.2:

  • Greatly simplified modifications to Minecraft's code (eliminated 99.9% of most common spaghetti!)

  • If a piston pushes a block into a falling anvil, the anvil will now pop into item form rather than crushing the block

  • datapack changes:

    • Default Anvil Crushing Recipes is now built-in (you can still disable it like you would any other datapack)

    • Split Default Dispenser Configurators into (all enabled by default):

      • anvil_crushing_block_breaking: makes anvils break weak blocks

      • anvil_crushing_block_degradation: makes anvils 'damage' many blocks they land on, turning them into less refined variants

      • anvil_crushing_stone_to_cobble: this is separate from block_degradation because it can override the new datapack compress_stone_to_deepslate

    • Added datapacks:

      • anvil_crushing_compress_stone_to_deepslate (default disabled): Renewable deepslate! An anvil that crushes a pillar of three stone creates deepslate. This only works if stone_to_cobble is disabled

      • anvil_crushing_ice_compression: An anvil that crushes three ice creates packed ice; or if it crushes three packed ice, it creates blue ice. This is an alternative to crafting that works the same way the carpet_extra's renewableIce feature does

      • anvil_crushing_crush_ores: Anvils cause the raw materials in ores to pop out into item form and degrade the ore block into cobble (or cobbled deepslate or netherrack)

      • anvil_crushing_wither_skele_on_basalt_to_blackstone: Renewable blackstone! An anvil that crushes a wither skeleton on basalt turns the basalt to blackstone

    • refined and fixed some of the existing datapacks, including:

      • heads are now crushed in block_breaking

      • deepslate variants are now degraded in block_degradation

  • JSON: strings can now define identifiers of ingredients ("#" at the start means it's a tag id)

  • various other internal clean-ups

A cumulative changelog can be found here

1.2+MC1.17-1.17.1

by supersaiyansubtlety on Oct 29, 2021
Download
  • Greatly simplified modifications to Minecraft's code (eliminated 99.9% of most common spaghetti!)

  • If a piston pushes a block into a falling anvil, the anvil will now pop into item form rather than crushing the block

  • datapack changes:

    • Default Anvil Crushing Recipes is now built-in (you can still disable it like you would any other datapack)

    • Split Default Dispenser Configurators into (all enabled by default):

      • anvil_crushing_block_breaking: makes anvils break weak blocks

      • anvil_crushing_block_degradation: makes anvils 'damage' many blocks they land on, turning them into less refined variants

      • anvil_crushing_stone_to_cobble: this is separate from block_degradation because it can override the new datapack compress_stone_to_deepslate

    • Added datapacks:

      • anvil_crushing_compress_stone_to_deepslate (default disabled): Renewable deepslate! An anvil that crushes a pillar of three stone creates deepslate. This only works if stone_to_cobble is disabled

      • anvil_crushing_ice_compression: An anvil that crushes three ice creates packed ice; or if it crushes three packed ice, it creates blue ice. This is an alternative to crafting that works the same way the carpet_extra's renewableIce feature does

      • anvil_crushing_crush_ores: Anvils cause the raw materials in ores to pop out into item form and degrade the ore block into cobble (or cobbled deepslate or netherrack)

      • anvil_crushing_wither_skele_on_basalt_to_blackstone: Renewable blackstone! An anvil that crushes a wither skeleton on basalt turns the basalt to blackstone

    • refined and fixed some of the existing datapacks, including:

      • heads are now crushed in block_breaking

      • deepslate variants are now degraded in block_degradation

  • JSON: strings can now define identifiers of ingredients ("#" at the start means it's a tag id)

  • various other internal clean-ups

A cumulative changelog can be found here

1
2

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@aaf125c

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.