XiLaiTL
XiLaiTL
鉴于网页IDE自动补全机制,可以放开中文输入法了。当然,打代码的时候使用输入法以及shift切换中英文也是很方便。 有没有考虑英文标点补全例如 - .——》。 - ;——》。 - ——》大於、不小於 还有一些可以利用英文,谐音等的补全,比如 u——》有 o——》物 a——》列 e——》也 等等 Because the Online IDE has the portable features for using the English input method instead of...
Forge provide the handleBlockColor(ColorHandlerEvent.Block event) and we could get BlockColors registered by event.getBlockColors().getColor() Fabric provide the ColorProviderRegistry.BLOCK.get(state).getColor() However, I can't get the BlockColors which has been registered from ColorHandlerRegistry.
#525 So I just use script to turn it to esm ( add `.js` to the import path as extension ) ``` import { open,lstat, readFile, readdir, writeFile } from...
### Expected Behavior Sequences mean the tasks will execute one by one. I hope we can define the tasks sequence like this ```groovy tasks.sequence("chain",["task1","task2","task3"]) ``` Then I execute the "chain",...
**Toggle Shading Button** is used to change the states of shade of per elements. However, it is the same icon when click the button but the state has already changed....
 Using yuushya-townscape-2.2.0-1.21.0-neoforge. mods: https://www.curseforge.com/minecraft/mc-mods/yuushya-townscape item: yuushya:stairs_a_cherry_blindwall blockstate file (Without the uvlock, it will happen, too.) : ```json { "variants": { "facing=east,half=bottom,shape=inner_left": { "model": "yuushya:template/stairs_inner_a_cherry_blindwall", "y": 270, "uvlock": true },...
### Issue type Wrong or misleading information ### Problem description I want to use Gradle instead of sbt to build the scala3 project. I want to find some help in...