Links
Tags
Creators
Details
1.2.0
Compatibility
Changes
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
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:QNJVJEMv:EA3pxfiT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QNJVJEMv:EA3pxfiT"
}

