꧁[C̲̅j̲̅s̲̅a̲̅h̲̅]꧂
꧁[C̲̅j̲̅s̲̅a̲̅h̲̅]꧂
build.gradle ``` curseforge { def envApiKey = ENV.CURSEFORGE_TOKEN apiKey = envApiKey == null ? 'nope' : envApiKey project { id = project.curse_id releaseType = project.curse_type changelog = project.curse_changelog project.curse_versions.split(", ").each...
所以可以部署在远程服务器了
my test statement: ``` log.info("1") log.warn("1") log.error("1") ``` if i using pattern: `%white([)%magenta(%d{yyyy-MM-dd HH:mm:ss,GMT+8}) %msg%n` the closing bracket after the time is cut off. maybe the `%` in `%magenta` is...
修几个问题
1. 判断表格前段落删除时, 判断只删除最后一个换行, 而不是判断整个段落 2. 如果在tr内且td外有内容, 渲染此内容导致cursor改变, 下一个tr/td无法获取table导致的`IllegalStateException: No table in stack`, 我直接屏蔽掉了这个位置的渲染 3. 图片渲染的几个方法改成了protected, 方便直接继承使用
I founded #318 and #421, but that was 4 years ago. Is it possible now? *Overwrite is too invasive.*
### Minecraft Version 1.21.1+ I haven't tested older versions. ### MagicLib Version 0.8.784 ### Description The `setMaxUpStep` method in `top.hendrixshen.magiclib.impl.compat.minecraft.world.entity.LivingEntityCompatImpl` only retrieves the valid value of the STEP_HEIGHT attribute. However,...
Temporarily disabled `1.20.1-forge` in `settings.json` Because MagicLib 0.8.784 failed to build it: ``` > Failed to setup Minecraft, java.io.UncheckedIOException: Failed to read metadata from C:\Users\cjsah\.gradle\caches\modules-2\files-2.1\top.hendrixshen.magiclib\magiclib-all-1.20.1-forge\0.8.784\25e9c18b4e0a31a1f083926a351c8e736544e0ff\magiclib-all-1.20.1-forge-0.8.784.jar, java.nio.file.NoSuchFileException: /magiclib-core-bootstrap.mixins.json ```