Skip to content

Commit

Permalink
feat: disable mecha.contrib.inline_function_tag by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Nov 23, 2022
1 parent c1c0b92 commit a9bf8bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bolt/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def __init__(self, ctx: Union[Context, Mecha]):
if isinstance(ctx, Context):
ctx.require(
"mecha.contrib.relative_location",
"mecha.contrib.inline_function_tag",
"mecha.contrib.nesting",
"mecha.contrib.nested_resources",
"mecha.contrib.nested_yaml",
Expand Down
2 changes: 0 additions & 2 deletions tests/snapshots/spec__prototypes__0.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@
"execute:forceload:remove:from:to",
"execute:function:name",
"execute:function:name:commands",
"execute:function:tag:name",
"execute:function_tag:name:content",
"execute:game_event_tag:name:content",
"execute:gamemode:adventure",
Expand Down Expand Up @@ -1167,7 +1166,6 @@
"from:module:import:subcommand",
"function:name",
"function:name:commands",
"function:tag:name",
"function_tag:name:content",
"game_event_tag:name:content",
"gamemode:adventure",
Expand Down

0 comments on commit a9bf8bf

Please sign in to comment.