The first hour of a wipe, as a crafting list

Fifteen items, none of them needing a workbench, in the order the recipes force on you. The whole list is about 3,750 wood, 400 stone, 160 cloth and eight minutes of queue — and two of the fifteen are a bind away from being one keypress.

Stone Hatchet item icon from Rust

Every wipe starts the same way, and every wipe I do it slightly differently, usually by forgetting something and walking back for it. So I wrote the order down, with the costs from the dataset, and then noticed that most of the ordering is not preference at all — it is forced by what needs what. You cannot make a box before you have fragments, and you cannot have fragments before you have a furnace. Here is that chain, made explicit.

Stage one: the rock and what it buys

You spawn with a rock and a torch. The rock gets you the first 400 wood and 200 stone, and that buys the tools that make the rock unnecessary.

CraftRecipeTime
Stone Hatchet100 stones, 200 wood15 s
Stone Pickaxe100 stones, 200 wood15 s
Hunting Bow50 cloth, 200 wood30 s

The bow is the one people skip, and it is the one that keeps you alive. It needs no workbench, it is the only ranged weapon on this list, and the fifty cloth is an argument for hitting hemp before anything else. All three of these go on one key:

bind numpad7 craft.add -1583967946 1;craft.add 171931394 1;craft.add 1443579727 1

Stage two: a place to die from

Now the tools are earning wood at a real rate, and the next thing that matters is a sleeping bag and a door, because until you have both, dying means starting the hour again.

CraftRecipeTime
Building Plan20 wood15 s
Hammer100 wood15 s
Tool Cupboard1,000 wood30 s
Wooden Door300 wood30 s
Key Lock75 wood15 s
Sleeping Bag30 cloth30 s

The tool cupboard is the single most expensive item in the first hour, a thousand wood, and it is also the least optional: nothing you build is yours until it is placed. The key lock at 75 wood is the early one; the Code Lock is 100 metal fragments and no workbench, so it replaces the key lock the moment the furnace has run. This stage is the second bind, and it is the one I press within ninety seconds of every spawn:

bind numpad8 craft.add 1525520776 1;craft.add 200773292 1;craft.add -97956382 1;craft.add 1729120840 1;craft.add -850982208 1;craft.add -1754948969 1

It queues in the order written — plan and hammer first, because they are fifteen seconds each and you can start placing while the cupboard cooks.

Stage three: the furnace, and the thing the furnace unlocks

Everything after this point wants metal fragments, and fragments come from a furnace. The furnace itself wants low grade fuel, which comes from animal fat, which means the bow in stage one was also the furnace.

CraftRecipeTime
Low Grade Fuel ×52 (13 crafts)39 animal fat, 13 cloth65 s
Furnace200 stones, 50 low grade fuel, 100 wood30 s

Low grade fuel comes out four per craft, so fifty is thirteen crafts and you get two spare. Thirty-nine animal fat is roughly three or four animals with a bow. This is the point in the hour where the crafting list stops being a wood problem and becomes a hunting problem, and the reason experienced players shoot the first boar they see rather than the first player.

Stage four: what the first smelt buys

The first 200 metal fragments out of the furnace go to exactly three things, and the order is a choice rather than a dependency: storage, the workbench, and the lock upgrade.

CraftRecipeTime
Large Wood Box ×2500 wood, 100 metal fragments60 s
Workbench Level 1500 wood, 100 metal fragments30 s

I put the workbench first, because it unlocks 175 recipes including gun powder and the first real tools, and a box only holds things. But if you have been lucky with loot, two boxes first stops you losing it to a full inventory. The loadout guide has a base-building bind that queues four boxes and a furnace in one press for the second base of the wipe.

Stage five: not dying to the first person you meet

CraftRecipeTime
Wood Armor Helmet15 cloth, 150 wood20 s
Wood Chestplate20 cloth, 250 wood30 s
Wood Armor Pants15 cloth, 150 wood20 s
Bandage ×520 cloth25 s

The wood set is the only full armour set in the game that needs neither a workbench nor a sewing kit (the armour cost guide has the comparison), and it costs a fraction of the cloth that everything above it does. Five bandages are 25 seconds and 20 cloth and they are the difference between a bad fight and a respawn.

The whole hour, totalled

MaterialTotal for the listWhere it goes
Wood3,745a third of it is the tool cupboard
Stones400two tools and the furnace
Cloth163bow, bag, armour, bandages, fuel
Animal fat39all of it into low grade fuel
Metal fragments200boxes and the workbench, after the furnace
Crafting queue7 min 55 sfifteen items plus the fuel crafts

Eight minutes of queue is less than it feels, and the reason it feels longer is that most of it is spent standing next to a half-built base waiting for a cupboard. The binds move that waiting to the moments you are already standing still: press numpad 7 while walking to the first tree, press numpad 8 while walking back with the wood, and the queue is running before you have chosen where to build.

Why no arrows, no spear, no more tools? The list is deliberately the fifteen things that gate something else. Arrows, spears, a second bag, a wood storage box — add them to the binds above as you like. The bind maker is the fastest way to do that without looking up item IDs.