-
Notifications
You must be signed in to change notification settings - Fork 3
/
startup
executable file
·83 lines (83 loc) · 1.76 KB
/
startup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
you is Player
deer is Mob::Deer
bird is Mob::Bird
hammer is Item::Hammer
feather is Item::Feather
venison is Item::Venison
handaxe is Item::HandAxe
hide is Item::Hide
bow is Item::Bow
cord is Item::Cord
fire is Item::Fire
tree is Fixture::Tree
fillet is Item::Fillet
knife is Item::Knife
map is Item::Map
axe is Item::Axe
mountain is Fixture::Mountain
forest is Place
field is Place
river is Place
lake is Place
waterfall is Place
plains is Place
swamp is Place
mountain is Place
hill is Place
fish is Item::Fish
rock is Item::Rock
wheat is Item::Wheat
string is Item::String
rope is Item::Rope
bread is Item::Bread
knife is Item::Knife
shovel is Item::Shovel
log is Item::Log
stick is Item::Stick
twig is Item::Twig
fishingpole is Item::FishingPole
branch is Item::Branch
you is in plains
bird is in field
bird has feather
fish is in river
fish has fillet
you has knife equipped
you has map
deer is in forest
deer has venison
deer has hide
tree is in forest
tree has branch equipped
tree has log
branch has log
branch has twig equipped
branch has stick equipped
branch has stick equipped
rock is in mountain
wheat is in plains
waterfall goes south to river
waterfall goes west to mountain
river goes north to waterfall
river goes west to hill
river goes south to lake
lake goes north to river
lake goes west to field
mountain goes west to swamp
mountain goes south to hill
mountain goes east to waterfall
hill goes north to mountain
hill goes west to forest
hill goes south to field
hill goes east to river
field goes west to plains
field goes north to hill
field goes east to lake
swamp goes south to forest
swamp goes east to mountain
forest goes north to swamp
forest goes east to hill
forest goes south to plains
plains goes north to forest
plains goes east to field
plains goes up to new_world