faker 2.12.0 → 2.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +240 -0
- data/History.md +4 -4
- data/README.md +18 -1
- data/lib/faker.rb +14 -14
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/tezos.rb +28 -0
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +34 -4
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +4 -6
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +3 -3
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +1 -1
- data/lib/faker/default/company.rb +57 -11
- data/lib/faker/default/computer.rb +4 -4
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +26 -2
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +6 -4
- data/lib/faker/default/finance.rb +21 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +14 -11
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +1 -1
- data/lib/faker/default/json.rb +7 -6
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +3 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +15 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +6 -8
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/placeholdit.rb +3 -2
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +3 -2
- data/lib/faker/default/stripe.rb +3 -3
- data/lib/faker/default/vehicle.rb +1 -1
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +9 -9
- data/lib/faker/games/dnd.rb +91 -16
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +5 -5
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +3 -3
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +3 -3
- data/lib/faker/music/phish.rb +2 -2
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +3 -3
- data/lib/faker/quotes/quote.rb +26 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +3 -3
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +20 -26
- data/lib/helpers/unique_generator.rb +3 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +3 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +8 -2
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +10 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/dnd.yml +430 -33
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +1 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +19 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +10 -1
- data/lib/locales/ko.yml +34 -24
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +1 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +66 -18
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/en/lebowski.yml
CHANGED
@@ -12,7 +12,7 @@ en:
|
|
12
12
|
"Is this your homework, Larry?",
|
13
13
|
"Yeah, well, that's just, like, your opinion, man.",
|
14
14
|
"Mark it zero!",
|
15
|
-
"So then you have no frame of reference here Donny. You're like a child who
|
15
|
+
"So then you have no frame of reference here Donny. You're like a child who wanders into the middle of a movie.",
|
16
16
|
"You want a toe? I can get you a toe, believe me. There are ways, Dude. You don't wanna know about it, believe me.",
|
17
17
|
"Hell, I can get you a toe by 3 o'clock this afternoon...with nail polish.",
|
18
18
|
"Calmer than you are.",
|
data/lib/locales/en/military.yml
CHANGED
@@ -1,8 +1,182 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
military:
|
4
|
-
army_rank:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
4
|
+
army_rank:
|
5
|
+
- Private
|
6
|
+
- Private First Class
|
7
|
+
- Specialist
|
8
|
+
- Corporal
|
9
|
+
- Sergeant
|
10
|
+
- Staff Sergeant
|
11
|
+
- Sergeant First Class
|
12
|
+
- Master Sergeant
|
13
|
+
- First Sergeant
|
14
|
+
- Sergeant Major
|
15
|
+
- Command Sergeant Major
|
16
|
+
- Sergeant Major of the Army
|
17
|
+
- Second Lieutenant
|
18
|
+
- First Lieutenant
|
19
|
+
- Captain
|
20
|
+
- Major
|
21
|
+
- Lieutenant Colonel
|
22
|
+
- Colonel
|
23
|
+
- Brigadier General
|
24
|
+
- Major General
|
25
|
+
- Lieutenant General
|
26
|
+
- General
|
27
|
+
- General of the Army
|
28
|
+
- General of the Armies
|
29
|
+
marines_rank:
|
30
|
+
- Private
|
31
|
+
- Private First Class
|
32
|
+
- Lance Corporal
|
33
|
+
- Corporal
|
34
|
+
- Sergeant
|
35
|
+
- Staff Sergeant
|
36
|
+
- Gunnery Sergeant
|
37
|
+
- Master Sergeant
|
38
|
+
- First Sergeant
|
39
|
+
- Master Gunnery Sergeant
|
40
|
+
- Sergeant Major
|
41
|
+
- Sergeant Major of the Marine Corps
|
42
|
+
- Second Lieutenant
|
43
|
+
- First Lieutenant
|
44
|
+
- Captain
|
45
|
+
- Major
|
46
|
+
- Lieutenant Colonel
|
47
|
+
- Colonel
|
48
|
+
- Brigadier General
|
49
|
+
- Major General
|
50
|
+
- Lieutenant General
|
51
|
+
- General
|
52
|
+
navy_rank:
|
53
|
+
- Seaman Recruit
|
54
|
+
- Fireman Recruit
|
55
|
+
- Airman Recruit
|
56
|
+
- Constructionman Recruit
|
57
|
+
- Seaman Apprentice
|
58
|
+
- Fireman Apprentice
|
59
|
+
- Airman Apprentice
|
60
|
+
- Constructionman Apprentice
|
61
|
+
- Seaman
|
62
|
+
- Fireman
|
63
|
+
- Airman
|
64
|
+
- Constructionman
|
65
|
+
- Petty Officer Third Class
|
66
|
+
- Petty Officer Second Class
|
67
|
+
- Petty Officer First Class
|
68
|
+
- Chief Petty Officer
|
69
|
+
- Senior Chief Petty Officer
|
70
|
+
- Command Senior Chief Petty Officer
|
71
|
+
- Master Chief Petty Officer
|
72
|
+
- Command Master Chief Petty Officer
|
73
|
+
- Fleet Master Chief Petty Officer
|
74
|
+
- Force Master Chief Petty Officer
|
75
|
+
- Master Chief Petty Officer of the Navy
|
76
|
+
- Ensign
|
77
|
+
- Lieutenant
|
78
|
+
- Lieutenant Commander
|
79
|
+
- Commander
|
80
|
+
- Captain
|
81
|
+
- Rear Admiral
|
82
|
+
- Vice Admiral
|
83
|
+
- Admiral
|
84
|
+
- Fleet Admiral
|
85
|
+
- Admiral of the Navy
|
86
|
+
coast_guard_rank:
|
87
|
+
- Seaman Recruit
|
88
|
+
- Seaman Apprentice
|
89
|
+
- Seaman
|
90
|
+
- Petty Officer Third Class
|
91
|
+
- Petty Officer Second Class
|
92
|
+
- Petty Officer First Class
|
93
|
+
- Chief Petty Officer
|
94
|
+
- Senior Chief Petty Officer
|
95
|
+
- Master Chief Petty Officer
|
96
|
+
- Command Master Chief Petty Officer
|
97
|
+
- Area Command Master Chief Petty Officer
|
98
|
+
- Coast Guard Reserve Force Master Chief Petty Officer
|
99
|
+
- Master Chief Petty Officer of the Coast Guard
|
100
|
+
- Ensign
|
101
|
+
- Lieutenant
|
102
|
+
- Lieutenant Commander
|
103
|
+
- Commander
|
104
|
+
- Captain
|
105
|
+
- Rear Admiral
|
106
|
+
- Vice Admiral
|
107
|
+
- Admiral
|
108
|
+
- Fleet Admiral
|
109
|
+
- Admiral of the Navy
|
110
|
+
air_force_rank:
|
111
|
+
- Airman Basic
|
112
|
+
- Airman First Class
|
113
|
+
- Senior Airman
|
114
|
+
- Staff Sergeant
|
115
|
+
- Technical Sergeant
|
116
|
+
- Master Sergeant
|
117
|
+
- Senior Master Sergeant
|
118
|
+
- Chief Master Sergeant
|
119
|
+
- Command Chief Master Sergeant
|
120
|
+
- Chief Master Sergeant of the Air Force
|
121
|
+
- Second Lieutenant
|
122
|
+
- First Lieutenant
|
123
|
+
- Captain
|
124
|
+
- Major
|
125
|
+
- Lieutenant Colonel
|
126
|
+
- Colonel
|
127
|
+
- Brigadier General
|
128
|
+
- Major General
|
129
|
+
- Lieutenant General
|
130
|
+
- General
|
131
|
+
- General of the Air Force
|
132
|
+
space_force_rank:
|
133
|
+
- Airman Basic
|
134
|
+
- Airman First Class
|
135
|
+
- Senior Airman
|
136
|
+
- Staff Sergeant
|
137
|
+
- Technical Sergeant
|
138
|
+
- Master Sergeant
|
139
|
+
- Senior Master Sergeant
|
140
|
+
- Chief Master Sergeant
|
141
|
+
- Command Chief Master Sergeant
|
142
|
+
- Senior Enlisted Advisor of the Space Force
|
143
|
+
- Senior Enlisted Advisor to the Chairman
|
144
|
+
- Second Lieutenant
|
145
|
+
- First Lieutenant
|
146
|
+
- Captain
|
147
|
+
- Major
|
148
|
+
- Lieutenant Colonel
|
149
|
+
- Colonel
|
150
|
+
- Brigadier General
|
151
|
+
- Major General
|
152
|
+
- Lieutenant General
|
153
|
+
- General
|
154
|
+
dod_paygrade:
|
155
|
+
- E-1
|
156
|
+
- E-2
|
157
|
+
- E-3
|
158
|
+
- E-4
|
159
|
+
- E-5
|
160
|
+
- E-6
|
161
|
+
- E-7
|
162
|
+
- E-8
|
163
|
+
- E-9
|
164
|
+
- O-1
|
165
|
+
- O-1E
|
166
|
+
- O-2
|
167
|
+
- O-2E
|
168
|
+
- O-3
|
169
|
+
- O-3E
|
170
|
+
- O-4
|
171
|
+
- O-5
|
172
|
+
- O-6
|
173
|
+
- O-7
|
174
|
+
- O-8
|
175
|
+
- O-9
|
176
|
+
- O-10
|
177
|
+
- W-1
|
178
|
+
- W-2
|
179
|
+
- W-3
|
180
|
+
- W-4
|
181
|
+
- W-5
|
182
|
+
- Special
|
@@ -0,0 +1,663 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
games:
|
4
|
+
minecraft:
|
5
|
+
achievement:
|
6
|
+
- Acquire Hardware
|
7
|
+
- Adventuring Time
|
8
|
+
- Ahoy!
|
9
|
+
- Alternative Fuel
|
10
|
+
- Archer
|
11
|
+
- Artificial Selection
|
12
|
+
- Atlantis?
|
13
|
+
- Bake Bread
|
14
|
+
- Beam Me Up
|
15
|
+
- Bee our guest
|
16
|
+
- Benchmaking
|
17
|
+
- Body Guard
|
18
|
+
- Bullseye
|
19
|
+
- Buy Low, Sell High
|
20
|
+
- Camouflage
|
21
|
+
- Castaway
|
22
|
+
- Cheating Death
|
23
|
+
- Chestful of Cobblestone
|
24
|
+
- Cover me in debris
|
25
|
+
- Cow Tipper
|
26
|
+
- Delicious Fish
|
27
|
+
- Diamonds to you!
|
28
|
+
- DIAMONDS!
|
29
|
+
- Disenchanted
|
30
|
+
- Dispense With This
|
31
|
+
- Do a Barrel Roll!
|
32
|
+
- Dry Spell
|
33
|
+
- Echolocation
|
34
|
+
- Enchanter
|
35
|
+
- Feeling Ill
|
36
|
+
- Free Diver
|
37
|
+
- Freight Station
|
38
|
+
- Fruit on the Loom
|
39
|
+
- Getting an Upgrade
|
40
|
+
- Getting Wood
|
41
|
+
- Great View From Up Here
|
42
|
+
- Have a Shearful Day
|
43
|
+
- Hot Topic
|
44
|
+
- Hot tourist destination
|
45
|
+
- I am a Marine Biologist
|
46
|
+
- I've got a bad feeling about this
|
47
|
+
- Inception
|
48
|
+
- Into Fire
|
49
|
+
- Into the Nether
|
50
|
+
- Iron Belly
|
51
|
+
- Iron Man
|
52
|
+
- It's a Sign!
|
53
|
+
- Kill the Beast!
|
54
|
+
- Leader Of The Pack
|
55
|
+
- Let it Go!
|
56
|
+
- Librarian
|
57
|
+
- Lion Hunter
|
58
|
+
- Local Brewery
|
59
|
+
- Map Room
|
60
|
+
- Master Trader
|
61
|
+
- Me Gold!
|
62
|
+
- MOAR Tools
|
63
|
+
- Monster Hunter
|
64
|
+
- Moskstraumen
|
65
|
+
- On A Rail
|
66
|
+
- One Pickle, Two Pickle, Sea Pickle, Four
|
67
|
+
- Oooh, shiny!
|
68
|
+
- Organizational Wizard
|
69
|
+
- Overkill
|
70
|
+
- Overpowered
|
71
|
+
- Passing the Time
|
72
|
+
- Plethora of Cats
|
73
|
+
- Pork Chop
|
74
|
+
- Pot Planter
|
75
|
+
- Rabbit Season
|
76
|
+
- Rainbow Collection
|
77
|
+
- Renewable Energy
|
78
|
+
- Repopulation
|
79
|
+
- Return to Sender
|
80
|
+
- Saddle Up
|
81
|
+
- Sail the 7 Seas
|
82
|
+
- Sleep with the Fishes
|
83
|
+
- Smelt Everything!
|
84
|
+
- Sniper Duel
|
85
|
+
- So I Got That Going for Me
|
86
|
+
- Sound the Alarm!
|
87
|
+
- Stayin' Frosty
|
88
|
+
- Sticky Situation
|
89
|
+
- Super Fuel
|
90
|
+
- Super Sonic
|
91
|
+
- Taking Inventory
|
92
|
+
- Taste of Your Own Medicine
|
93
|
+
- The Beaconator
|
94
|
+
- The Beginning?
|
95
|
+
- The Beginning.
|
96
|
+
- The Deep End
|
97
|
+
- The End?
|
98
|
+
- The End.
|
99
|
+
- The End... Again...
|
100
|
+
- The Haggler
|
101
|
+
- The Lie
|
102
|
+
- Tie Dye Outfit
|
103
|
+
- Time for Stew
|
104
|
+
- Time to Farm!
|
105
|
+
- Time to Mine!
|
106
|
+
- Time to Strike!
|
107
|
+
- Top of the World
|
108
|
+
- Total Beelocation
|
109
|
+
- Trampoline
|
110
|
+
- Treasure Hunter
|
111
|
+
- We're being attacked!
|
112
|
+
- When Pigs Fly
|
113
|
+
- Where Have You Been?
|
114
|
+
- You Need a Mint
|
115
|
+
- Zombie Doctor
|
116
|
+
- Zoologist
|
117
|
+
biome:
|
118
|
+
- Badlands
|
119
|
+
- Badlands Plateau
|
120
|
+
- Bamboo Jungle
|
121
|
+
- Bamboo Jungle Hills
|
122
|
+
- Basalt Deltas
|
123
|
+
- Beach
|
124
|
+
- Birch Forest
|
125
|
+
- Birch Forest Hills
|
126
|
+
- Cold Ocean
|
127
|
+
- Crimson Forest
|
128
|
+
- Dark Forest
|
129
|
+
- Dark Forest Hills
|
130
|
+
- Deep Cold Ocean
|
131
|
+
- Deep Frozen Ocean
|
132
|
+
- Deep Lukewarm Ocean
|
133
|
+
- Deep Ocean
|
134
|
+
- Deep Warm Ocean
|
135
|
+
- Desert
|
136
|
+
- Desert Hills
|
137
|
+
- Desert Lakes
|
138
|
+
- End Barrens
|
139
|
+
- End Highlands
|
140
|
+
- End Midlands
|
141
|
+
- Eroded Badlands
|
142
|
+
- Flower Forest
|
143
|
+
- Forest
|
144
|
+
- Frozen Ocean
|
145
|
+
- Frozen River
|
146
|
+
- Giant Spruce Taiga
|
147
|
+
- Giant Spruce Taiga Hills
|
148
|
+
- Giant Tree Taiga
|
149
|
+
- Giant Tree Taiga Hills
|
150
|
+
- Gravelly Mountains
|
151
|
+
- Gravelly Mountains+
|
152
|
+
- Ice Spikes
|
153
|
+
- Jungle
|
154
|
+
- Jungle Edge
|
155
|
+
- Jungle Hills
|
156
|
+
- Lukewarm Ocean
|
157
|
+
- Modified Badlands Plateau
|
158
|
+
- Modified Jungle
|
159
|
+
- Modified Jungle Edge
|
160
|
+
- Modified Wooded Badlands Plateau
|
161
|
+
- Mountain Edge
|
162
|
+
- Mountains
|
163
|
+
- Mushroom Field Shore
|
164
|
+
- Mushroom Fields
|
165
|
+
- Nether Wastes
|
166
|
+
- Ocean
|
167
|
+
- Plains
|
168
|
+
- River
|
169
|
+
- Savanna
|
170
|
+
- Savanna Plateau
|
171
|
+
- Shattered Savanna
|
172
|
+
- Shattered Savanna Plateau
|
173
|
+
- Small End Islands
|
174
|
+
- Snowy Beach
|
175
|
+
- Snowy Mountains
|
176
|
+
- Snowy Taiga
|
177
|
+
- Snowy Taiga Hills
|
178
|
+
- Snowy Taiga Mountains
|
179
|
+
- Snowy Tundra
|
180
|
+
- Soul Sand Valley
|
181
|
+
- Stone Shore
|
182
|
+
- Sunflower Plains
|
183
|
+
- Swamp
|
184
|
+
- Swamp Hills
|
185
|
+
- Taiga
|
186
|
+
- Taiga Hills
|
187
|
+
- Taiga Mountains
|
188
|
+
- Tall Birch Forest
|
189
|
+
- Tall Birch Hills
|
190
|
+
- The End
|
191
|
+
- The Voi
|
192
|
+
- Warm Ocean
|
193
|
+
- Warped Forest
|
194
|
+
- Wooded Badlands Plateau
|
195
|
+
- Wooded Hills
|
196
|
+
- Wooded Mountains
|
197
|
+
blocks:
|
198
|
+
- Stone
|
199
|
+
- Granite
|
200
|
+
- Polished Granite
|
201
|
+
- Diorite
|
202
|
+
- Polished Diorite
|
203
|
+
- Andesite
|
204
|
+
- Polished Andesite
|
205
|
+
- Grass
|
206
|
+
- Dirt
|
207
|
+
- Coarse Dirt
|
208
|
+
- Podzol
|
209
|
+
- Cobblestone
|
210
|
+
- Oak Wood Plank
|
211
|
+
- Spruce Wood Plank
|
212
|
+
- Birch Wood Plank
|
213
|
+
- Jungle Wood Plank
|
214
|
+
- Acacia Wood Plank
|
215
|
+
- Dark Oak Wood Plank
|
216
|
+
- Oak Sapling
|
217
|
+
- Spruce Sapling
|
218
|
+
- Birch Sapling
|
219
|
+
- Jungle Sapling
|
220
|
+
- Acacia Sapling
|
221
|
+
- Dark Oak Sapling
|
222
|
+
- Bedrock
|
223
|
+
- Flowing Water
|
224
|
+
- Still Water
|
225
|
+
- Flowing Lava
|
226
|
+
- Still Lava
|
227
|
+
- Sand
|
228
|
+
- Red Sand
|
229
|
+
- Gravel
|
230
|
+
- Gold Ore
|
231
|
+
- Iron Ore
|
232
|
+
- Coal Ore
|
233
|
+
- Oak Wood
|
234
|
+
- Spruce Wood
|
235
|
+
- Birch Wood
|
236
|
+
- Jungle Wood
|
237
|
+
- Oak Leaves
|
238
|
+
- Spruce Leaves
|
239
|
+
- Birch Leaves
|
240
|
+
- Jungle Leaves
|
241
|
+
- Sponge
|
242
|
+
- Wet Sponge
|
243
|
+
- Glass
|
244
|
+
- Lapis Lazuli Ore
|
245
|
+
- Lapis Lazuli Block
|
246
|
+
- Dispenser
|
247
|
+
- Sandstone
|
248
|
+
- Chiseled Sandstone
|
249
|
+
- Smooth Sandstone
|
250
|
+
- Note Block
|
251
|
+
- Bed
|
252
|
+
- Powered Rail
|
253
|
+
- Detector Rail
|
254
|
+
- Sticky Piston
|
255
|
+
- Cobweb
|
256
|
+
- Dead Shrub
|
257
|
+
- Grass
|
258
|
+
- Fern
|
259
|
+
- Dead Bush
|
260
|
+
- Piston
|
261
|
+
- Piston Head
|
262
|
+
- White Wool
|
263
|
+
- Orange Wool
|
264
|
+
- Magenta Wool
|
265
|
+
- Light Blue Wool
|
266
|
+
- Yellow Wool
|
267
|
+
- Lime Wool
|
268
|
+
- Pink Wool
|
269
|
+
- Gray Wool
|
270
|
+
- Light Gray Wool
|
271
|
+
- Cyan Wool
|
272
|
+
- Purple Wool
|
273
|
+
- Blue Wool
|
274
|
+
- Brown Wool
|
275
|
+
- Green Wool
|
276
|
+
- Red Wool
|
277
|
+
- Black Wool
|
278
|
+
- Dandelion
|
279
|
+
- Poppy
|
280
|
+
- Blue Orchid
|
281
|
+
- Allium
|
282
|
+
- Azure Bluet
|
283
|
+
- Red Tulip
|
284
|
+
- Orange Tulip
|
285
|
+
- White Tulip
|
286
|
+
- Pink Tulip
|
287
|
+
- Oxeye Daisy
|
288
|
+
- Brown Mushroom
|
289
|
+
- Red Mushroom
|
290
|
+
- Gold Block
|
291
|
+
- Iron Block
|
292
|
+
- Double Stone Slab
|
293
|
+
- Double Sandstone Slab
|
294
|
+
- Double Wooden Slab
|
295
|
+
- Double Cobblestone Slab
|
296
|
+
- Double Brick Slab
|
297
|
+
- Double Stone Brick Slab
|
298
|
+
- Double Nether Brick Slab
|
299
|
+
- Double Quartz Slab
|
300
|
+
- Stone Slab
|
301
|
+
- Sandstone Slab
|
302
|
+
- Wooden Slab
|
303
|
+
- Cobblestone Slab
|
304
|
+
- Brick Slab
|
305
|
+
- Stone Brick Slab
|
306
|
+
- Nether Brick Slab
|
307
|
+
- Quartz Slab
|
308
|
+
- Bricks
|
309
|
+
- TNT
|
310
|
+
- Bookshelf
|
311
|
+
- Moss Stone
|
312
|
+
- Obsidian
|
313
|
+
- Torch
|
314
|
+
- Fire
|
315
|
+
- Monster Spawner
|
316
|
+
- Oak Wood Stairs
|
317
|
+
- Chest
|
318
|
+
- Redstone Wire
|
319
|
+
- Diamond Ore
|
320
|
+
- Diamond Block
|
321
|
+
- Crafting Table
|
322
|
+
- Wheat Crops
|
323
|
+
- Farmland
|
324
|
+
- Furnace
|
325
|
+
- Burning Furnace
|
326
|
+
- Standing Sign Block
|
327
|
+
- Oak Door Block
|
328
|
+
- Ladder
|
329
|
+
- Rail
|
330
|
+
- Cobblestone Stairs
|
331
|
+
- Wall-mounted Sign Block
|
332
|
+
- Lever
|
333
|
+
- Stone Pressure Plate
|
334
|
+
- Iron Door Block
|
335
|
+
- Wooden Pressure Plate
|
336
|
+
- Redstone Ore
|
337
|
+
- Glowing Redstone Ore
|
338
|
+
- Stone Button
|
339
|
+
- Snow
|
340
|
+
- Ice
|
341
|
+
- Snow Block
|
342
|
+
- Cactus
|
343
|
+
- Clay
|
344
|
+
- Sugar Canes
|
345
|
+
- Jukebox
|
346
|
+
- Oak Fence
|
347
|
+
- Pumpkin
|
348
|
+
- Netherrack
|
349
|
+
- Soul Sand
|
350
|
+
- Glowstone
|
351
|
+
- Nether Portal
|
352
|
+
- Jack o'Lantern
|
353
|
+
- Cake Block
|
354
|
+
- Redstone Repeater Block off)
|
355
|
+
- Redstone Repeater Block on)
|
356
|
+
- White Stained Glass
|
357
|
+
- Orange Stained Glass
|
358
|
+
- Magenta Stained Glass
|
359
|
+
- Light Blue Stained Glass
|
360
|
+
- Yellow Stained Glass
|
361
|
+
- Lime Stained Glass
|
362
|
+
- Pink Stained Glass
|
363
|
+
- Gray Stained Glass
|
364
|
+
- Light Gray Stained Glass
|
365
|
+
- Cyan Stained Glass
|
366
|
+
- Purple Stained Glass
|
367
|
+
- Blue Stained Glass
|
368
|
+
- Brown Stained Glass
|
369
|
+
- Green Stained Glass
|
370
|
+
- Red Stained Glass
|
371
|
+
- Black Stained Glass
|
372
|
+
- Wooden Trapdoor
|
373
|
+
- Stone Monster Egg
|
374
|
+
- Cobblestone Monster Egg
|
375
|
+
- Stone Brick Monster Egg
|
376
|
+
- Mossy Stone Brick Monster Egg
|
377
|
+
- Cracked Stone Brick Monster Egg
|
378
|
+
- Chiseled Stone Brick Monster Egg
|
379
|
+
- Stone Bricks
|
380
|
+
- Mossy Stone Bricks
|
381
|
+
- Cracked Stone Bricks
|
382
|
+
- Chiseled Stone Bricks
|
383
|
+
- Brown Mushroom Block
|
384
|
+
- Red Mushroom Block
|
385
|
+
- Iron Bars
|
386
|
+
- Glass Pane
|
387
|
+
- Melon Block
|
388
|
+
- Pumpkin Stem
|
389
|
+
- Melon Stem
|
390
|
+
- Vines
|
391
|
+
- Oak Fence Gate
|
392
|
+
- Brick Stairs
|
393
|
+
- Stone Brick Stairs
|
394
|
+
- Mycelium
|
395
|
+
- Lily Pad
|
396
|
+
- Nether Brick
|
397
|
+
- Nether Brick Fence
|
398
|
+
enchantment:
|
399
|
+
- Aqua Affinity
|
400
|
+
- Bane of Arthropods
|
401
|
+
- Blast Protection
|
402
|
+
- Channeling
|
403
|
+
- Cleaving
|
404
|
+
- Curse of Binding
|
405
|
+
- Curse of Vanishing
|
406
|
+
- Depth Strider
|
407
|
+
- Efficiency
|
408
|
+
- Feather Falling
|
409
|
+
- Fire Aspect
|
410
|
+
- Fire Protection
|
411
|
+
- Flame
|
412
|
+
- Fortune
|
413
|
+
- Frost Walker
|
414
|
+
- Impaling
|
415
|
+
- Infinity
|
416
|
+
- Knockback
|
417
|
+
- Looting
|
418
|
+
- Loyalty
|
419
|
+
- Luck of the Sea
|
420
|
+
- Lure
|
421
|
+
- Mending
|
422
|
+
- Multishot
|
423
|
+
- Piercing
|
424
|
+
- Power
|
425
|
+
- Projectile Protection
|
426
|
+
- Protection
|
427
|
+
- Punch
|
428
|
+
- Quick Charge
|
429
|
+
- Respiration
|
430
|
+
- Riptide
|
431
|
+
- Sharpness
|
432
|
+
- Silk Touch
|
433
|
+
- Smite
|
434
|
+
- Soul Speed
|
435
|
+
- Sweeping Edge
|
436
|
+
- Thorns
|
437
|
+
- Unbreaking
|
438
|
+
game_mode:
|
439
|
+
- Adventure
|
440
|
+
- Creative
|
441
|
+
- Demo
|
442
|
+
- Hardcore
|
443
|
+
- Spectator
|
444
|
+
- Survival
|
445
|
+
items:
|
446
|
+
- Iron Shovel
|
447
|
+
- Iron Pickaxe
|
448
|
+
- Iron Axe
|
449
|
+
- Flint and Steel
|
450
|
+
- Apple
|
451
|
+
- Bow
|
452
|
+
- Arrow
|
453
|
+
- Coal
|
454
|
+
- Charcoal
|
455
|
+
- Diamond
|
456
|
+
- Iron Ingot
|
457
|
+
- Gold Ingot
|
458
|
+
- Iron Sword
|
459
|
+
- Wooden Sword
|
460
|
+
- Wooden Shovel
|
461
|
+
- Wooden Pickaxe
|
462
|
+
- Wooden Axe
|
463
|
+
- Stone Sword
|
464
|
+
- Stone Shovel
|
465
|
+
- Stone Pickaxe
|
466
|
+
- Stone Axe
|
467
|
+
- Diamond Sword
|
468
|
+
- Diamond Shovel
|
469
|
+
- Diamond Pickaxe
|
470
|
+
- Diamond Axe
|
471
|
+
- Stick
|
472
|
+
- Bowl
|
473
|
+
- Mushroom Stew
|
474
|
+
- Golden Sword
|
475
|
+
- Golden Shovel
|
476
|
+
- Golden Pickaxe
|
477
|
+
- Golden Axe
|
478
|
+
- String
|
479
|
+
- Feather
|
480
|
+
- Gunpowder
|
481
|
+
- Wooden Hoe
|
482
|
+
- Stone Hoe
|
483
|
+
- Iron Hoe
|
484
|
+
- Diamond Hoe
|
485
|
+
- Golden Hoe
|
486
|
+
- Wheat Seeds
|
487
|
+
- Wheat
|
488
|
+
- Bread
|
489
|
+
- Leather Helmet
|
490
|
+
- Leather Tunic
|
491
|
+
- Leather Pants
|
492
|
+
- Leather Boots
|
493
|
+
- Chainmail Helmet
|
494
|
+
- Chainmail Chestplate
|
495
|
+
- Chainmail Leggings
|
496
|
+
- Chainmail Boots
|
497
|
+
- Iron Helmet
|
498
|
+
- Iron Chestplate
|
499
|
+
- Iron Leggings
|
500
|
+
- Iron Boots
|
501
|
+
- Diamond Helmet
|
502
|
+
- Diamond Chestplate
|
503
|
+
- Diamond Leggings
|
504
|
+
- Diamond Boots
|
505
|
+
- Golden Helmet
|
506
|
+
- Golden Chestplate
|
507
|
+
- Golden Leggings
|
508
|
+
- Golden Boots
|
509
|
+
- Flint
|
510
|
+
- Raw Porkchop
|
511
|
+
- Cooked Porkchop
|
512
|
+
- Painting
|
513
|
+
- Golden Apple
|
514
|
+
- Enchanted Golden Apple
|
515
|
+
- Sign
|
516
|
+
- Oak Door
|
517
|
+
- Bucket
|
518
|
+
- Water Bucket
|
519
|
+
- Lava Bucket
|
520
|
+
- Minecart
|
521
|
+
- Saddle
|
522
|
+
- Iron Door
|
523
|
+
- Redstone
|
524
|
+
- Snowball
|
525
|
+
- Oak Boat
|
526
|
+
- Leather
|
527
|
+
- Milk Bucket
|
528
|
+
- Brick
|
529
|
+
- Clay
|
530
|
+
- Sugar Canes
|
531
|
+
- Paper
|
532
|
+
- Book
|
533
|
+
- Slimeball
|
534
|
+
- Minecart with Chest
|
535
|
+
- Minecart with Furnace
|
536
|
+
- Egg
|
537
|
+
- Compass
|
538
|
+
- Fishing Rod
|
539
|
+
- Clock
|
540
|
+
- Glowstone Dust
|
541
|
+
- Raw Fish
|
542
|
+
- Raw Salmon
|
543
|
+
- Clownfish
|
544
|
+
- Pufferfish
|
545
|
+
- Cooked Fish
|
546
|
+
- Cooked Salmon
|
547
|
+
- Ink Sack
|
548
|
+
- Rose Red
|
549
|
+
- Cactus Green
|
550
|
+
- Coco Beans
|
551
|
+
- Lapis Lazuli
|
552
|
+
- Purple Dye
|
553
|
+
- Cyan Dye
|
554
|
+
- Light Gray Dye
|
555
|
+
- Gray Dye
|
556
|
+
- Pink Dye
|
557
|
+
- Lime Dye
|
558
|
+
- Dandelion Yellow
|
559
|
+
- Light Blue Dye
|
560
|
+
- Magenta Dye
|
561
|
+
- Orange Dye
|
562
|
+
- Bone Meal
|
563
|
+
- Bone
|
564
|
+
- Sugar
|
565
|
+
mobs:
|
566
|
+
- Sheep
|
567
|
+
- Cow
|
568
|
+
- Fox
|
569
|
+
- Bat
|
570
|
+
- Chicken
|
571
|
+
- Cod
|
572
|
+
- Ocelot
|
573
|
+
- Pig
|
574
|
+
- Rabbit
|
575
|
+
- Salmon
|
576
|
+
- Mooshroom
|
577
|
+
- Squid
|
578
|
+
- Tropical fish
|
579
|
+
- Turtle
|
580
|
+
- Villager
|
581
|
+
- Wandering trader
|
582
|
+
- Pufferfish
|
583
|
+
- Donkey
|
584
|
+
- Horse
|
585
|
+
- Cat
|
586
|
+
- Parrot
|
587
|
+
- Mule
|
588
|
+
- Skeleton horse
|
589
|
+
- Dolphin
|
590
|
+
- Polar bear
|
591
|
+
- Trader llama
|
592
|
+
- Llama
|
593
|
+
- Panda
|
594
|
+
- Wolf
|
595
|
+
- Bee
|
596
|
+
- Iron golem
|
597
|
+
- Spider
|
598
|
+
- Cave Spider
|
599
|
+
- Enderman
|
600
|
+
- Zombie Pigman
|
601
|
+
- Evoker
|
602
|
+
- Vindicator
|
603
|
+
- Pillager
|
604
|
+
- Ravager
|
605
|
+
- Vex
|
606
|
+
- Chicken Jockey
|
607
|
+
- Endermite
|
608
|
+
- Guardian
|
609
|
+
- Elder Guardian
|
610
|
+
- Shulker
|
611
|
+
- Skeleton Horseman
|
612
|
+
- Husk
|
613
|
+
- Stray
|
614
|
+
- Phantom
|
615
|
+
- Blaze
|
616
|
+
- Creeper
|
617
|
+
- Ghast
|
618
|
+
- Magma Cube
|
619
|
+
- Silverfish
|
620
|
+
- Skeleton
|
621
|
+
- Slime
|
622
|
+
- Spider Jockey
|
623
|
+
- Zombie
|
624
|
+
- Zombie Villager
|
625
|
+
- Drowned
|
626
|
+
- Wither Skeleton
|
627
|
+
- Witch
|
628
|
+
- Hoglin
|
629
|
+
- Piglin
|
630
|
+
status_effect:
|
631
|
+
- Absorption
|
632
|
+
- Bad Luck
|
633
|
+
- Bad Omen
|
634
|
+
- Blindness
|
635
|
+
- Conduit Power
|
636
|
+
- Dolphin's Grace
|
637
|
+
- Fatal Poison
|
638
|
+
- Fire Resistance
|
639
|
+
- Glowing
|
640
|
+
- Haste
|
641
|
+
- Health Boost
|
642
|
+
- Hero of the Village
|
643
|
+
- Hunger
|
644
|
+
- Instant Damage
|
645
|
+
- Instant Health
|
646
|
+
- Invisibility
|
647
|
+
- Jump Boost
|
648
|
+
- Levitation
|
649
|
+
- Luck
|
650
|
+
- Mining Fatigue
|
651
|
+
- Nausea
|
652
|
+
- Night Vision
|
653
|
+
- Poison
|
654
|
+
- Regeneration
|
655
|
+
- Resistance
|
656
|
+
- Saturation
|
657
|
+
- Slow Falling
|
658
|
+
- Slowness
|
659
|
+
- Speed
|
660
|
+
- Strength
|
661
|
+
- Water Breathing
|
662
|
+
- Weakness
|
663
|
+
- Wither
|