Skip to content

Commit

Permalink
Directory was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
nobaboy committed Oct 3, 2024
1 parent 08795c6 commit f1aecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-my-own.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo "Setting package dir to $package_dir"
sed -i \
-e "s/fabricmodtemplate/$modid/g" \
-e "s/nobaboy/$project_owner/g" \
"$base"/src/main/java/me/nobaboy/fabricmodtemplate/ClientMixin.java
"$base"/src/main/java/me/nobaboy/fabricmodtemplate/mixins/ClientMixin.java

# Rename directories
# Kotlin dir
Expand Down

0 comments on commit f1aecd9

Please sign in to comment.