File Details
Potion Totems [1.2.0]
- R
- Feb 4, 2026
- 650.03 KB
- 22
- 1.21.1
- NeoForge
File Name
PotionTotems-1.2.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
1.1.3
This update contains more technical changes than additions. NOTE: The brewing recipes are subject to change in the next version (2.0.0) for minecraft 26.1 and more nerfs and changes may follow.
- Improvements to villager prices and offers
- Added a recipe for the advanced infuser (How did i forget this?)
- Added a new potion containing all positive effects
- Added a new potion containing all negative effects
- Added a builtin, automatically generated resourcepack for compatibility with other mods
ResourcepackBuilderis a class that can be used for automatic resourcepack generation. I am working on an public API or tutorial (still deciding).
- Rewrote some classes
- Added a general
copyPotionContents()method calledcopyDataComponent()for other use-cases - Renamed
PotionTotemsMaintoPotionTotems - Renamed classes that start with
PTtoModPTEnglishLanguageProvider→ModEnglishLanguageProviderPTItemModelProvider→ModItemModelProviderPTRecipesProvider→ModRecipesProviderPTBlockEntities→ModBlockEntitiesPTBlocks→ModBlocksPTConfigs→ModConfigsPTItems→ModItemsPTMenuTypes→ModMenuTypesPTPotions→ModPotionsPTVillagers→ModVillagers
- Renamed block entity (and related) classes from
BlockEntity{NameOfBlockEntity}to{NameOfBlockEntity}BlockEntityBlockEntityAdvancedInfuser→AdvancedInfuserBlockEntityBlockEntityBaseInfuser→BaseInfuserBlockEntityBlockEntityInfuser→InfuserBlockEntityBERAdvancedInfuser→AdvancedInfuserBERBERInfuser→InfuserBER
- Removed
libpackage and moved its classes to their respective packages - Removed unused methods from
PotionUtilsclass - Added a config purely used for development. DO. NOT. EDIT.
- Removed
item.alchemypackage and moved its class to the rootitempackage - Renamed
ClientModEventstoModClientEvents - Moved
onFMLLoadComplete(FMLLoadCompleteEvent event)toModClientEvents.javaand removedModEvents.java - Changed
totem_basemodel parent from handheld to generated - Nerfed the infusers in time since they were way too fast.
- The regular infuser now takes 30 seconds to craft
- The advanced infuser now takes 60 seconds (= 1 minute) to craft
1.1.2
- Fixed a mistake in translation
- Added compatibility for Vampirism
1.1.0
- Added an advanced infuser block
- Added a villager with predefined potion (totems)
- Added a custom potion Aggression
- Potion Totems now requires Fzzy Config instead of regular NeoForge config system
- Readded vanilla effects to the totem.
- Removed occlusion on the regular infuser
- Fixed the shape of the infuser model by adding voxel shapes
1.0.2
- Added a crafting recipe for the infuser
1.0.1
- Fixed resourcefullib modId in dependency
1.0.0 (Initial release)
- Empty

