Commit Graph

23 Commits

Author SHA1 Message Date
da5d6858e8 Configure shardblade item replacement
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
2025-03-12 02:20:48 -05:00
995af4eea5 Put NBT info behind debugger 2025-03-12 01:52:57 -05:00
a5472065a7 Change type from player to entity
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
2025-03-12 01:48:05 -05:00
2497087360 Add magic.shardblade module 2025-03-12 01:23:34 -05:00
1681ea71bb Add props.jmc
Define reusable, dynamic text props. These must be defined in the load
function and can be accessed globally, hence the added module.
2025-03-12 01:20:11 -05:00
b6e1d224e5 Fix debug logging messages 2025-03-11 19:55:30 -05:00
9117c84653 Enable debug logging to bypass log level 2025-03-11 19:55:30 -05:00
7bfa12b539 Turn line into macro command 2025-03-11 19:55:30 -05:00
d30418d57a Fix log level message to display current log level 2025-03-11 19:55:30 -05:00
accd746389 Change logger type check to use temp var 2025-03-11 19:55:30 -05:00
cf55f238ff Add logger error for invalid type paramater 2025-03-11 19:55:30 -05:00
68d4b8c25d Add log level threshold
Set default log level to 3, or ERROR. Ensure log level isn't overriden
on reload. Add errors if log level is misconfigured.
2025-03-11 19:55:30 -05:00
686592df33 Add double-quotes back to log messages
Double-quotes were initially removed for aesthetic reasons. However, JMC
collapses whitespace, resulting in mangled message output. Double quotes
are converted to single quotes in compliled output.
2025-03-11 19:55:30 -05:00
28d85c4e02 Remove double-quotes from log messages 2025-03-11 19:55:30 -05:00
5468fa9605 Add "caller" paramteter to logger 2025-03-11 19:55:30 -05:00
daa70062f6 Show status after toggling logger 2025-03-11 19:55:30 -05:00
f4d444635b Revert logger status from printf to say 2025-03-11 19:55:30 -05:00
58ef0a251e Add logger status function 2025-03-11 19:55:30 -05:00
3b6990be85 Rename logger toggle function 2025-03-11 19:55:30 -05:00
3ff1bded99 Create logging module 2025-03-11 19:55:30 -05:00
559117352e fix function loading in commands 2025-02-26 00:45:12 -06:00
f28d07f6e4 remove .DS_Store 2025-02-26 00:10:32 -06:00
247a1be0e4 convert datapack to JMC project 2025-02-25 23:56:50 -06:00