mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 14:41:18 -09:00
i forgor
This commit is contained in:
parent
ce600a0b4e
commit
e45f3397b2
@ -28,7 +28,7 @@ ModAPI.addEventListener("lib:libcustomitems:loaded", () => {
|
|||||||
|
|
||||||
// Send chat message to player
|
// Send chat message to player
|
||||||
user.addChatMessage(ModAPI.reflect.getClassById("net.minecraft.util.ChatComponentText").constructors[0](ModAPI.util.str(
|
user.addChatMessage(ModAPI.reflect.getClassById("net.minecraft.util.ChatComponentText").constructors[0](ModAPI.util.str(
|
||||||
ModAPI.util.str(prefix + "Pos #2 selected at: " + pos.$x + ", " + pos.$y + ", " + pos.$z)
|
ModAPI.util.str(prefix + "Pos #2 selected at: " + pos.$x + ", " + pos.$y + ", " + pos.$z))
|
||||||
));
|
));
|
||||||
return true;
|
return true;
|
||||||
`,
|
`,
|
||||||
@ -43,7 +43,7 @@ ModAPI.addEventListener("lib:libcustomitems:loaded", () => {
|
|||||||
|
|
||||||
// Send chat message to player
|
// Send chat message to player
|
||||||
user.addChatMessage(ModAPI.reflect.getClassById("net.minecraft.util.ChatComponentText").constructors[0](ModAPI.util.str(
|
user.addChatMessage(ModAPI.reflect.getClassById("net.minecraft.util.ChatComponentText").constructors[0](ModAPI.util.str(
|
||||||
ModAPI.util.str(prefix + "Pos #1 selected at: " + pos.$x + ", " + pos.$y + ", " + pos.$z)
|
ModAPI.util.str(prefix + "Pos #1 selected at: " + pos.$x + ", " + pos.$y + ", " + pos.$z))
|
||||||
));
|
));
|
||||||
return true;
|
return true;
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user