tAPI Tremor Mod

Do you like our mod?

  • Yes! It is fantastic!

    Votes: 173 92.5%
  • Nope. It is terrible!

    Votes: 14 7.5%

  • Total voters
    187
Status
Not open for further replies.
Do you want Tremor Hunger?
Wait, you don't know what is this?
Tremor Hunger - is an addon for Tremor mod which adds Hunger system, a lot of food, cooking system e.t.c. But... It was an addon! Now it would be in mod!
Keep it an add-on. That would seriously bug me and probably a few others as well. You should put a link to that drop table in the OP. Great mod.
 
Do you want Tremor Hunger?
Wait, you don't know what is this?
Tremor Hunger - is an addon for Tremor mod which adds Hunger system, a lot of food, cooking system e.t.c.

I would rather it be an optional addon, not part of the main mod, hunger would make the game a chore.
 
Hey, the upcoming addon is great, but will you fix the bug, where your mobs spawn near the players base, even if it's populated with npcs ?
 
WHO SUMMONED ME- oh wait. here.
Code:
public override bool CanSpawn(int x, int y, int type, Player player)
        {
            int closeTownNPCs = 0;
            if (!Main.bloodMoon)
            {
                for (int num36 = 0; num36 < 200; num36++)
                {
                    if (Main.npc[num36].active && Main.npc[num36].townNPC && Vector2.Distance(Main.player[Main.myPlayer].position, Main.npc[num36].position) < 1500)
                    {
                        closeTownNPCs++;
                    }
                }
            }
            if (closeTownNPCs == 1 && Main.rand.Next(3) == 0) return false;
            if (closeTownNPCs == 2 && Main.rand.Next(2) == 0) return false;
            if (closeTownNPCs == 3 && Main.rand.Next(3) <= 1) return false;
            if (closeTownNPCs >= 4) return false;

            if (Main.bloodMoon && Main.rand.Next(2) == 1) return true;

            if (Main.dayTime && Main.rand.Next(8) == 1) return true;
            if (!Main.dayTime && Main.rand.Next(6) == 1) return true;
            return false;
        }
 
Hello!
@Bogdan3456 made new gem armor helmets!
1jEUH1i.png

This is how Gem Armors look now.
I know that Topaz helmet looks weird.
 
Last edited:
kdcROYP.png

Update 1.0.8 is here!

"Why so hungry?" update
New game mechanics:
  • Hunger system
  • Cooking interface
New items:
  • Grill Stove
  • Kitchen
  • Apple
  • Cacao Bean
  • Chocolate
  • Chocolate Cake
  • Squid Meat
  • Fried Squid Meat
  • Bird Meat
  • Fried Bird Meat
  • Chicken Meat
  • Fried Chicken Meat
  • Crab Meat
  • Roast Crab Meat
  • Beef
  • Roast Beef
  • Rabbit Meat
  • Roast Rabbit
  • Fried Goldfish
  • Fried Corrupted Goldfish
  • Corrupted Goldfish
  • Angler Fish
  • Grilled Angler Fish
  • Egg
  • Omelet
  • Piranha
  • Fried Piranha
  • Molten Mask
  • Dual Harpoon
New mobs:
  • Chicken
  • Cow
Mod NPCs changes:
  • Elf now comes after Eye Of Chtulhu being defeated
Vanilla mobs changes:
  • Rabbit now drops Rabbit Meat
  • Piranha now drops Piranha
  • Angler Fish now drops Angler Fish
  • Corrupted Goldfish now drops Corrupted Goldfish
Vanilla items changes:
  • Magic Mirror can be now crafted
  • Hay can be now crafted
Mod items changes:
  • Changed Amethyst Helmet sprite
  • Changed Sapphire Helmet sprite
  • Changed Ruby Helmet sprite
  • Changed Diamond Helmet sprite
  • Changed Emerald Helmet sprite
  • Changed Topaz helmet sprite
Download now and starve!
 
Last edited:
Status
Not open for further replies.
Back
Top Bottom