Skip to content

Commit e66b149

Browse files
authored
- Updated for 1.21.70 (#202)
1 parent 1440867 commit e66b149

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MolangData/General.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,10 @@ export namespace General {
15351535
},
15361536
{ id: "yaw_speed", documentation: "Returns the entity's yaw speed" },
15371537
// Experimental
1538+
{
1539+
id: "graphics_mode_is_any",
1540+
documentation: "(EXPERIMENTAL. Enable 'Upcoming Creator Features' to use.) Takes in one or more arguments ('simple', 'fancy', 'deferred', 'raytraced'). If the graphics mode of the client matches any of the arguments, return 1.0. Available on the Client (Resource Packs) only."
1541+
},
15381542
//DEPRECATED
15391543
{
15401544
id: "cardinal_block_face_placed_on",

0 commit comments

Comments
 (0)