Recent content by Luiafk

  1. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    Mods can add support for it if they want using Mod.Call, too many mod plants for me to add support myself :p. When you right click it changes between "Tiles and Walls", "Tiles", and "Walls" for what it will destroy. Maybe that was what was happening? No idea why it would stop killing tiles...
  2. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    To plant trees and stuff you can either use WorldGen.PlaceTile, or directly change the tile by doing Main.tile[x, y].type = TileID.Blah (for stuff like herbs you'll also need to change the frameX as well, since there's multiple tiles on a single tile sheet). bug fix update: update: bug...
  3. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    tModLoader has changed how images are handled with 0.10.1.2. Previously they were saved as .png files inside of the .tmod file, now they're saved as .rawimg. This means that any mod (that contains images) compiled on 0.10.1.2 or newer will be incompatable with previous tMod versions, I'm...
  4. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    Oh, actually, I just noticed that it's just the removing that isn't working, hmm, I'll have a look. Hmm, k, for some reason when the wall color is 0, that's pretty much the only time that the game just ignores the normal tile update check and sends nothing :D. Will update it tomorrow or...
  5. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    update: Fish Harvester Will stop catching quest fish when there's already one in the chest in single player Won't catch an extra quest fish when everyone has completed the quest in multiplayer and the chest doesn't already have one Fixed bug where reloading the mod on...
  6. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    update: Wall Rod Forgot to add multiplayer syncing now correctly tells the server/other players when you've placed a wall Unlimited Hotline Rod must have broke lava fishing when i merged rod and chest fishing code can fish in lava again when using...
  7. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    Oh yeah, that must have got mixed up when i merged the fishing rod and the chest fishing code, will fix that later on too. It'll work in a fishing chest for now though :).
  8. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    Oh, I forgot to make wall placement sync in multi, will update that soon.
  9. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    update: Wall Rod Added recipe lol
  10. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    Erm, maybe :). Some of this was already in, cause of bug fix update, but here's the latest update: update: explosive jack o lanterns are now the correct thing fixed dirt rod 2.0 breaking when used near the edge of the world added support for thorium throwing coatings will...
  11. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    Harvester parts drop from expert mode treasure bags from vanilla bosses. Piping is an expert item, the recipe is only available in expert mode. Yes, so much so that the Expert items aren't actually expert items, I just wrote Expert in the tooltips so that I could have the names be red instead...
  12. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    Added a quick fix for crashing when loading characters that didn't have save data from this mod on them. There's a couple of other changes, but I'll list them next update when they're properly finished, just wanted this fixed for now even though other stuff isn't finished :). Edit: Updated OP...
  13. L

    tModLoader Luiafk - Unlimited/Combinable Potions, Autobuilding stuff and more

    Well, it's been a while, having to make sprites makes me not want to do stuff, so haven't done much :p. Crashes above were from Hamstar's Helpers, Hamstar's fixed it now though. No Discord server, you can DM me if you have any questions (name is in OP), I answer pretty quickly on Discord...
Back
Top Bottom