Skip to content

Commit

Permalink
terminal velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
applejuiceyy committed Jan 27, 2024
1 parent e24f29e commit f10a65f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ public SpriteTask newSprite(@LuaNotNil String name) {
argumentTypes = String.class,
argumentNames = "taskName"
),
value = "model_part.new_block")
value = "model_part.new_entity")
public EntityTask newEntity(@LuaNotNil String name) {
EntityTask task = new EntityTask(name, owner, this);
this.renderTasks.put(name, task);
Expand Down

0 comments on commit f10a65f

Please sign in to comment.