Skip to content

Commit 8cb9e09

Browse files
committed
fix: fix mc.getBlock (#261)
1 parent 623e637 commit 8cb9e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.1.1", {configs = {target_type = "server"}})
6+
add_requires("levilamina a1f75c58abae6089cf2daa2fd9221609b0e590a7", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.1.1", {configs = {target_type = "client"}})
8+
add_requires("levilamina a1f75c58abae6089cf2daa2fd9221609b0e590a7", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)