liach
lq2007 发表于 2019-10-17 11:29
这用的是啥背景?
我用 Dark Reader 看,眼花;正常没事
别的页面没事

背景用的是自带中的bg2.png

caizhong3
liach有空介绍下新更新的mixin呗

liach
caizhong3 发表于 2019-10-18 09:13
liach有空介绍下新更新的mixin呗

你说mixin 0.8还是原来(0.7)/fabric的mixin?

caizhong3
liach 发表于 2019-10-18 12:40
你说mixin 0.8还是原来(0.7)/fabric的mixin?

mixin 0.8  用在高版本ModLauncher 上

caizhong3
liach 发表于 2019-10-18 12:40
你说mixin 0.8还是原来(0.7)/fabric的mixin?

mixin 0.8     欸... 我发现论坛的帖子顺序好像有丶问题

liach
caizhong3 发表于 2019-10-21 09:27
mixin 0.8     欸... 我发现论坛的帖子顺序好像有丶问题

很抱歉我1.12后就弃forge了,不想在modlauncher上用mixin

现在新的mixin都不在maven上,推荐正式0.8出了后再用。

如果你实在要用的话要把mixin modlauncher支持部分加annotation processor上才能正确生成refmap,具体compileJava要什么参数我就不细究了(https://github.com/SpongePowered ... tionServiceFG3.java
在build.gradle里面设置参数可以参考这个(具体参数内容是针对fabric的,对fg3不适用) https://github.com/liachmodded/c ... uild.gradle#L62-L75

注:这个帖子我设置新回复优先,不然每次翻回复太麻烦

hinata_love
你好我需要coremod来驱动我的mixin  我能在哪里下载coremod

liach
hinata_love 发表于 2020-1-20 21:53
你好我需要coremod来驱动我的mixin  我能在哪里下载coremod

你自己写个coremod就行,在实现IFMLLoadingPlugin的类的constructor里面写个Mixins.addConfiguration(你的mixin config json路径)

hinata_love
有编译好的1.8.9可用的mixin吗

hinata_love
你好我挂了sstap节点 配置mdk的环境 遇到了问题

Download https://jcenter.bintray.com/org/ ... debug-all-5.0.3.pom

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'ClientBase'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve org.spongepowered:mixingradle:0.6-SNAPSHOT.
     Required by:
         project :
      > Could not resolve org.spongepowered:mixingradle:0.6-SNAPSHOT.
         > Unable to load Maven meta-data from https://repo.maven.apache.org/ma ... maven-metadata.xml.
            > Could not get resource 'https://repo.maven.apache.org/maven2/org/spongepowered/mixingradle/0.6-SNAPSHOT/maven-metadata.xml'.
               > Could not GET 'https://repo.maven.apache.org/maven2/org/spongepowered/mixingradle/0.6-SNAPSHOT/maven-metadata.xml'.
                  > Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.40.215] failed: Read timed out

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 3s


这种问题怎么解决。

liach
hinata_love 发表于 2020-1-23 15:47
你好我挂了sstap节点 配置mdk的环境 遇到了问题

Download https://jcenter.bintray.com/org/ow2/asm/asm-d ...

在build.gradle开头的buildscript里面的repositories定义sponge maven (https://repo.spongepowered.org/maven) 才能使用mixingradle

liach
hinata_love 发表于 2020-1-22 17:20
有编译好的1.8.9可用的mixin吗

mixin的话直接下载sponge maven最新的,mixin版本和minecraft版本脱钩(无关)
https://repo.spongepowered.org/maven/org/spongepowered/mixin/

第一页 上一页 下一页 最后一页