promotional bannermobile promotional banner

Apocalyptic Scythes

Mod that adds 5 apocalyptic scythes with unique abilities

File Details

apocalyptic_scythes-1.1.0-1.20.1.jar

  • R
  • May 4, 2026
  • 124.91 KB
  • 14
  • 1.20.1
  • Forge

File Name

apocalyptic_scythes-1.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:apocalyptic-scythes-1531811:8039924")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 1.1

Added

  • New block: Scythe Transformer
    • Can be crafted and placed in the world
    • Opens a custom GUI when right-clicked
  • Transformation system
    • Place a scythe in the input slot along with essence of scythe
    • The block shows 5 different output scythes with their essence cost
    • Take an output scythe to consume the required essences and the input scythe
    • The new scythe inherits current damage and upgrade level from the input scythe
  • GUI features
    • Custom background texture for the transformer screen
    • Each output slot displays the essence cost as a number
    • Cost turns red when you don't have enough essence
    • The output slot background turns dark grey when the cost cannot be paid

Technical

  • Created FalceTransformerBlockEntity with custom container logic
  • Implemented FalceTransformerMenu and FalceTransformerScreen for the GUI
  • Added FalceSlot and FalceOutputSlot classes to control which items can be placed in each slot
  • Essence cost is read from the output scythe NBT tag (essenzeNecessarie)
  • Essence count is stored in the block entity and synchronized with the essence slot