Skip to content

Commit

Permalink
[v1.1.37] Merge pull request #53 from bridge-core/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelant05 authored Jun 24, 2022
2 parents 7aa9767 + 9282498 commit b23a7a1
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 254 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge-data",
"version": "1.1.36",
"version": "1.1.37",
"description": "Provide data for the bridge. editor",
"main": "dist/auto-completions.js",
"scripts": {
Expand Down
43 changes: 38 additions & 5 deletions packages/auto_completions/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,17 @@
"1.16.200",
"1.16.210",
"1.16.220",
"1.17.0"
"1.17.0",
"1.17.10",
"1.17.20",
"1.17.30",
"1.17.40",
"1.18.0",
"1.18.10",
"1.18.20",
"1.18.30",
"1.19.0",
"1.19.10"
]
},
"translatable_text": {
Expand Down Expand Up @@ -189,7 +199,10 @@
"temperature",
"lightning",
"all",
"fly_into_wall"
"fly_into_wall",
"freezing",
"stalactite",
"stalagmite"
],
"potion_number_id": [
"0",
Expand Down Expand Up @@ -327,7 +340,9 @@
"shipwreck",
"stronghold",
"temple",
"village"
"village",
"ancientcity",
"bastionremnant"
],
"particle_name": [
"mobspellambient",
Expand Down Expand Up @@ -429,7 +444,8 @@
"village_hero",
"water_breathing",
"weakness",
"wither"
"wither",
"darkness"
],
"enchantment_name": [
"aqua_affinity",
Expand Down Expand Up @@ -468,7 +484,8 @@
"soul_speed",
"thorns",
"unbreaking",
"vanishing"
"vanishing",
"swift_sneak"
],
"gamerule": [
"alwaysday",
Expand All @@ -477,24 +494,31 @@
"dodaylightcycle",
"doentitydrops",
"dofiretick",
"doinsomnia",
"doimmediaterespawn",
"domobloot",
"domobspawning",
"dowardenspawning"
"dotiledrops",
"doweathercycle",
"drowningdamage",
"falldamage",
"firedamage",
"freezedamage"
"functioncommandlimit",
"keepinventory",
"maxcommandchainlength",
"mobgriefing",
"naturalregeneration",
"pvp",
"randomtickspeed",
"respawnblocksexplode"
"sendcommandfeedback",
"showbordereffect",
"showcoordinates",
"showdeathmessages",
"showtags",
"spawnradius",
"tntexplodes"
],
"game_difficulty": [
Expand Down Expand Up @@ -563,6 +587,15 @@
],
"biome_name": [
"ice",
"dripstone_caves",
"frozen_peaks",
"grove",
"jagged_peaks",
"snowy_slopes",
"stony_peaks",
"caves",
"lush_caves",
"meadow",
"forest",
"extreme_hills",
"beach",
Expand Down
Loading

0 comments on commit b23a7a1

Please sign in to comment.