* 重绘了数字方块的材质(小喵绘制,本来是有阴影的,但是因为颜色层可能不兼容就去掉了阴影) * 数字方块的数字部分可以染色(不消耗染料),但是直接破坏会恢复为默认色(红色) * 变更了数字方块的Null块的合成(现在为8个石英加个红石)
9 lines
363 B
Properties
9 lines
363 B
Properties
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
|
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.daemon=false
|
|
|
|
mod.id = modernlifepatch
|
|
mod.group = com.r3944realms.modernlifepatch
|
|
mod.author = r3944Realms
|
|
mod.version = 1.18.2-1.5.1-beta |