v1.2.98
Date released: July 9th, 2025
Download Links:
GitHub:
CurseForge:
Items & Armor 


Added Cassette: Lava Chicken
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
Blackstone
Cobbled Deepslate
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:
Blackstone
Cobbled Deepslate
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 astring[]
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 themEx:
"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