v1.2.98

Date released: July 9th, 2025

GitHub:

CurseForge:

This was made for Minecraft Version: 1.21.80

No experimental toggles are required

Items & Armor

These can now be upgraded with persistence

Blocks & Ores

Added Upgrader

  • This is a block that can be used to view and upgrade items

    • It is planned to add more features to this block in the future

Alloy Forge will now emit a light level of 11

Adjusted Duster

  • Increased time between triggers: 0.5s → 2s

  • When placing this, it will face in the same direction as the face of the block you placed it on

  • Can now convert these to gravel

Adjusted Dirter

  • Increased time between triggers: 0.5s → 2s

  • When placing this, it will face in the same direction as the face of the block you placed it on

  • Can now also convert these to Dirt:

With these changes existing Dusters and Dirters will need to be updated

Existing ones will automatically be converted into the new variant when they try to trigger again

  • Rotation will be preserved

  • You may need to break and replace them if they do not convert automatically

Note: Removed features will remain in the files (they may not remain functional) for at least 5 Full Release updates (ex: The old versions of these blocks could be fully removed from starting in v1.3.5). This is to keep PFE's download size & performance impact as small as possible

Textures & Sounds

Lava Sponge now uses Sponge sounds

Molten Lava Sponge now uses Wet Sponge sounds

Block of Molten and Block of Netherite Scrap now use metal sounds

Stickers now use Item Frame sounds

Retextured

Added Proper texture to:

  • Cassette Trader Sticker

  • Cosmetic Trader Sticker

  • Money Man Sticker

  • Quest Trader Sticker

  • Scrapper Sticker

  • Shopkeeper Sticker

  • Token Trader Sticker

Bug Fixes

All Stickers now have the correct selection box

Technical Changes

All textures refrences defined in item_textures.json & terrain_textures.json are now prefixed with "poke_pfe_"

Adjusted custom components

  • poke_pfe:place_blocks

    • Added can_replace: string[]

      • This will be used to allow a block to be placed if the target block(s) are one of the identifiers listed

    • places can now be a string[]

      • this would allow you to have different blocks be able to be placed

      • you can currently define 1 block to check if it can replace by adding the identifier after the first one with:: separating them

        • Ex: "minecraft:sand::minecraft:dirt"

  • poke_pfe:recipe_block

    • Added can_show_item_upgrades: boolean

      • This allows see upgrade for items currently in your inventory

  • Removed:

    • poke:cc_dirter

      • This is removed in favor of poke_pfe:place_blocks

    • poke:cc_duster

      • This is removed in favor of poke_pfe:place_blocks

    • poke:cc_calibrate

      • This is removed in favor of poke_pfe:change_state

Last updated