Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
chore: change blockevent path
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Mar 29, 2024
1 parent 41205d2 commit 44baee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,5 @@ regex = [
{ regex = ".*_st$", dst = "external/openssl", override = false },
{ regex = "^I[A-Z].*", dst = "common", override = false },
{ regex = "^ScriptModuleMinecraftDebugUtilities::.*", dst = "scripting/modules/minecraft/debug", override = true },
{ regex = "^BlockEvents::.*", dst = "world/level/block/utils/blockEvents", override = true }
{ regex = "^BlockEvents::.*", dst = "world/level/block/events", override = true }
]

0 comments on commit 44baee2

Please sign in to comment.