Recent content by direwolf420

  1. direwolf420

    World Gen passes

    This list is also found on Vanilla World Generation Steps
  2. direwolf420

    tModLoader The Clicker Class

    Can you test this with Clicker Class being the only mod enabled?
  3. direwolf420

    tModLoader PreDrawInInventory difficulties

    To add to the solution above, any asset paths should never include the file extension, so remove ".png" aswell
  4. direwolf420

    tModLoader The Amulet Of Many Minions: Combat Pets!

    There's another mod focused on that: tModLoader - Pets Overhaul Mod
  5. direwolf420

    tModLoader Assorted Crazy Things; A Mod Full of Crazy Things

    It works for me. Make sure you have them enabled in the mod configuration (the mod description tells you how to get to it), and also scroll down to the config about Jellied Ale, disable that if you want.
  6. direwolf420

    Standalone [1.3] tModLoader - A Modding API

    Yes, they will be addressed next month or the month after.
  7. direwolf420

    tModLoader The Thorium Mod

    You are both playing support classes, so don't expect the best killtimes against bosses. I suggest you to look at our wiki which has progression guides for all classes. The OP mentions 1.4.4 port being a thing.
  8. direwolf420

    tModLoader The Thorium Mod

    It's fixed in 1.7.1.1, make sure you update.
  9. direwolf420

    tModLoader Assorted Crazy Things; A Mod Full of Crazy Things

    I tested it on today's new 1.4.4.3 build (preview only), and doing your method of cheatsheet spawn everything + kill (not with butcher but with weapons), I got 100% completion, so that is fixed on stable when tml decides to update.
  10. direwolf420

    tModLoader How do you update tooltips over time?

    2. If any mod changes tooltips in any way (reorder, insert something before tooltip)
  11. direwolf420

    tModLoader Assorted Crazy Things; A Mod Full of Crazy Things

    Thanks for the report. I cannot replicate the cute slime issue. There are no bestiary entries for them if the config setting is disabled. Are you sure it's them and not something else? The issue with the eyes will be fixed. EDIT: After fixing the latter issue (which only affected these two you...
  12. direwolf420

    tModLoader How do you update tooltips over time?

    your solution works but it's very prone to changes made to tooltips, and if your item was an accessory it would crash when put in the vanity slot What I meant by my paraphrasing was the following: int index = tooltips.FindFirstIndex(l => l.Name == "Tooltip2")); if (index > -1)...
  13. direwolf420

    tModLoader How do you update tooltips over time?

    ModifyTooltips is the correct approach, in your case you need to modify the tooltip line with the Name being "Tooltip2" (2 because its the third line, which contains your sharp text)
  14. direwolf420

    Struggling to make boss summon minions

    https://github.com/tModLoader/tModLoader/tree/stable/ExampleMod/Content/NPCs/MinionBoss this should help you
  15. direwolf420

    tModLoader Want Mod Compatibility?

    Thorium will have mod.Call for registering enemies to repellent lists in 1.4.4
Back
Top Bottom