Skip to content

Commit

Permalink
add animated_java datapack folder specifically for AJ exports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Jan 15, 2024
1 parent 24f27d6 commit 5068b79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AJMODEL_DIR="G:/Coding/omega-flowey-minecraft-remastered/resourcepack/assets/ome
# see: https://www.reddit.com/r/Minecraft/comments/wdx9mk/how_do_i_find_the_assets_folder_in_minecraft/iikxx3d/
ASSETS_DIR="C:/Users/afro/AppData/Roaming/.minecraft/versions/1.20.1/1.20.1"
# paths to `pack.mcmeta` for the repo's datapack/resourcepack it uses for Animated Java export files
DATAPACK_MCMETA="G:/Coding/omega-flowey-minecraft-remastered/datapacks/omega-flowey/pack.mcmeta"
DATAPACK_MCMETA="G:/Coding/omega-flowey-minecraft-remastered/datapacks/animated_java/pack.mcmeta"
RESOURCEPACK_MCMETA="G:/Coding/omega-flowey-minecraft-remastered/resourcepack/pack.mcmeta"
# fixes #69 -- enables log passthrough from Blockbench (Electron renderer window) to main process
ELECTRON_ENABLE_LOGGING=1
6 changes: 6 additions & 0 deletions datapacks/animated_java/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 26,
"description": "Contains Animated Java's exported datapack files."
}
}

0 comments on commit 5068b79

Please sign in to comment.