Skip to content

Releases: TeamTotemic/Totemic

1.12.2-0.9.1

07 Nov 12:57
Compare
Choose a tag to compare

Only small changes in this update due to the upcoming BTM Moon.

  • Added Waila/Hwyla integration for Totem Bases and Totem Poles
  • Villager renamed from "Totemist" to "Medicine Man"
  • The mod .jar file is now signed, the signature SHA-1 is 21d11d7bf4d97b465382a1f95428029aac6daaea. If this signature is missing, it might be an indication that the file has been tampered with. Hope it worked this time

1.12.2-0.9.0: Add localization for Totemist villager

25 Oct 16:10
Compare
Choose a tag to compare
  • Added Totemist villagers. They spawn in little areas in villages with a Tipi or a Totem Pole, and they offer some trades for Totemic items. Texture might change.
  • Armor that Baykok is wearing will no longer be invisible (he still doesn't wear armor naturally)
  • On/Around Halloween, Baykok and Buffalos will be wearing pumpkin hats
  • The mod .jar file is now signed, the signature SHA-1 is 21d11d7bf4d97b465382a1f95428029aac6daaea. If this signature is missing, the mod might have been tampered with.
    Seems like I uploaded the wrong .jar file, this one is not signed. It should still work. The next version should be properly signed.

1.12-0.8.13

28 Aug 09:17
Compare
Choose a tag to compare
  • Buffaloes now try to retaliate when attacked by skeletons
  • Added a config option to stop skeletons from attacking Buffaloes
  • Left-clicking a Totem Base with a Totemic Staff in creative mode now cancels ceremonies like in survival mode, rather than destroying the block
  • Changed some chat messages to status messages (like "You can only sleep at night")
  • Now requires at least Forge version 2443
  • Fixed some chat/status messages not working on servers
  • Fixed fences attaching to Drums, Totem Torches and other non-solid blocks

API changes (version 6.0.0):

  • Removed everything that was deprecated in 5.2.0. Use Forge's registry system for Totem Effects, Music Instruments and Ceremonies.

1.12-0.8.12

22 Jul 15:26
Compare
Choose a tag to compare
1.12-0.8.12 Pre-release
Pre-release

No gameplay changes, but massive internal changes. It is strongly advised to back up your worlds when using this version.
Also, fixed a crash on world load when a Totem Base had a non-existing Ceremony in its NBT data.

API changes (version 5.2.0):
Music Instruments, Totem Effects and Ceremonies are now registered in Forge's registry system. The previous registry API has been deprecated and is redirecting to that.
You should use RegistryEvent.Register to register your content just like Blocks and Items. The events are fired in the order stated above.

Note that Forge's registries requires the registry names to be lowercase. Names are automatically converted from camelCase to snake_case when loading worlds, and when registering through the deprecated API (e.g. totemic:zaphkielWaltz becomes totemic:zaphkiel_waltz). You should use snake cased names when registering your content.

1.12-0.8.11

12 Jul 12:44
Compare
Choose a tag to compare
  • Recipes can now be unlocked. Most recipes are unlocked by having a Totempedia in your inventory. Ceremonies can also unlock some recipes.
  • Fixed leash disappearing when performing Buffalo Dance on leashed cows

API changes (version 5.1.0):

  • Added a LexiconAPI interface where you can add and access lexicon content. The corresponding methods in TotemicRegistry have been deprecated.
  • Several methods in MusicAPI now have an additional nullable Entity parameter to designate which entity, if any, played the music instrument
  • Added more overloads in MusicAPI
  • Changed return type of MusicAPI.getClosestAcceptor to Optional<MusicAcceptor>

1.12-0.8.10

03 Jul 12:00
Compare
Choose a tag to compare
1.12-0.8.10 Pre-release
Pre-release
  • Fixed some items appearing in all creative tabs
  • When selecting a ceremony and the instruments do not match any ceremony, the Totem Base will no longer wait until 4 instruments have been played before it resets

API changes (version 5.0.0):

  • Renamed all packages. Everything is now under pokefenn.totemic.api.
  • Renamed Ceremony.getInstruments to getSelectors, and changed return type to List

Note that breaking API changes are to be expected while the mod is in alpha versions.

1.12-0.8.9

28 Jun 17:42
Compare
Choose a tag to compare
1.12-0.8.9 Pre-release
Pre-release
  • Crafting recipes are once again shown in the lexicon
  • Fixed some tooltips

1.12-0.8.8

25 Jun 14:30
Compare
Choose a tag to compare
1.12-0.8.8 Pre-release
Pre-release
  • Fixed Totem effects not working in all directions
  • Fixed wool not being displayed correctly in recipes

1.12-0.8.7: Turn API Zip into Jar

25 Jun 09:03
Compare
Choose a tag to compare
Pre-release

First version for Minecraft 1.12, not yet recommended for playing. Worlds from Minecraft 1.11.2 should load in this version.

Recipes can be crafted, but not yet unlocked. They are also not yet displayed in the Totempedia. Sorry, you'll have to memorize them for now.

1.11.2-0.8.7

24 Jun 14:05
Compare
Choose a tag to compare
  • Changed how the Jingle Dress works. It should be more reliable and output more music now.
  • Decreased music output from Wind Chime
  • Decreased the number of particles from the Jingle Dress
  • Removed Iron Nuggets, since Vanilla Minecraft already has them. They should be automagically converted to the Vanilla variant.
  • Renamed "Red Cedar Log" to "Red Cedar Wood" for consistency