
Poke's Fantasy Expansion (PFE)

An add-on that adds 900+ things & expands the endgame of Minecraft!
Have you ever wanted to have an addon that expands the Minecraft endgame?
Well, you're in luck because with this add-on has that and so much more!
There is a Wiki. It is actively being worked on.
Wiki Link: https://pfewiki.gitbook.io/home
Note:
This pack is translated from English but does support other languages. Sorry if this causes any translation issues for non-English speakers.
Have any questions, ideas, feedback, or bugs? You can join the Discord Server!
I am aware of other sites reuploading this addon. ModBay, CurseForge, MCPEDL & GitHub are the only official ones.
Note for content creators: You are allowed to make any content using my addon.
Images:
Updated on July 9th
This version was made for Minecraft version 1.21.90!
No experimental toggles are needed!
Items & Armor:
- Added Cassette: Lava Chicken
- These can now be upgraded with persistence:
- All Battleaxes
- PFE Crossbows
- Burstbows
- Waypoint Menu
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:
- Cobbled Limestone
- Cobbled Shadowstone
- 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:
- Cobbled Limestone
- Cobbled Shadowstone
- 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:
- Duster
- Dirter
- 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"
- Added can_replace: string[]
- poke_pfe:recipe_block
- Added can_show_item_upgrades: boolean
- This allows see upgrade for items currently in your inventory
- Added can_show_item_upgrades: boolean
- 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
- poke:cc_dirter
- poke_pfe:place_blocks: