Recipe fixes, replaced spaces with tabs
This commit is contained in:
parent
5ca6a92dd0
commit
d8de624fd1
60 changed files with 1816 additions and 1851 deletions
|
@ -16,7 +16,7 @@
|
|||
"title.bclib.confirmrestart": "Restart Required",
|
||||
"message.bclib.confirmrestart": "The requested content was synchronized. You need to restart Minecraft now.",
|
||||
"title.link.bclib.discord": "Discord",
|
||||
"title.bclib.modmenu.main": "BCLib Settings",
|
||||
"title.bclib.modmenu.main": "BCLib Settings",
|
||||
"title.bclib.progress": "Progress",
|
||||
"title.bclib.filesync.progress": "File Transfer",
|
||||
"message.bclib.filesync.progress": "Syncing File-Content with Server",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"title.bclib.confirmrestart": "재시작 필요",
|
||||
"message.bclib.confirmrestart": "요청한 콘텐츠가 동기화되었습니다. 지금 마인크래프트를 다시 시작해야 합니다.",
|
||||
"title.link.bclib.discord": "디스코드",
|
||||
"title.bclib.modmenu.main": "BCLib 환경설정",
|
||||
"title.bclib.modmenu.main": "BCLib 환경설정",
|
||||
"title.bclib.progress": "진행",
|
||||
"title.bclib.filesync.progress": "파일 전송",
|
||||
"message.bclib.filesync.progress": "파일 내용을 서버와 동기화하는 중",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
// Value near 254
|
||||
bool isEmissive(float alpha) {
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
}
|
||||
|
||||
void frx_startFragment(inout frx_FragmentData fragData) {
|
||||
|
|
|
@ -32,7 +32,7 @@ vec3 hsvToRGB(vec3 color) {
|
|||
|
||||
// Value near 254
|
||||
bool isEmissive(float alpha) {
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
}
|
||||
|
||||
void main() {
|
||||
|
|
|
@ -34,7 +34,7 @@ vec3 hsvToRGB(vec3 color) {
|
|||
|
||||
// Value near 254
|
||||
bool isEmissive(float alpha) {
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
}
|
||||
|
||||
void main() {
|
||||
|
|
|
@ -33,7 +33,7 @@ vec3 hsvToRGB(vec3 color) {
|
|||
|
||||
// Value near 254
|
||||
bool isEmissive(float alpha) {
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
}
|
||||
|
||||
void main() {
|
||||
|
|
|
@ -32,7 +32,7 @@ vec3 hsvToRGB(vec3 color) {
|
|||
|
||||
// Value near 254
|
||||
bool isEmissive(float alpha) {
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
return 0.9960 < alpha && alpha < 0.9962;
|
||||
}
|
||||
|
||||
void main() {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
accessWidener v1 named
|
||||
|
||||
# Classes
|
||||
accessible class net/minecraft/client/Minecraft$ExperimentalDialogType
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$Context
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$Condition
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SurfaceRule
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$LazyXZCondition
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$LazyCondition
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource
|
||||
accessible class net/minecraft/client/Minecraft$ExperimentalDialogType
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$Context
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$Condition
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SurfaceRule
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$LazyXZCondition
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$LazyCondition
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource
|
|
@ -26,10 +26,10 @@
|
|||
"server": [
|
||||
"ru.bclib.server.BCLibServer"
|
||||
],
|
||||
"modmenu": [ "ru.bclib.gui.modmenu.EntryPoint::entrypointObject" ]
|
||||
"modmenu": [ "ru.bclib.gui.modmenu.EntryPoint::entrypointObject" ]
|
||||
},
|
||||
"accessWidener" : "bclib.accesswidener",
|
||||
"mixins": [
|
||||
"accessWidener" : "bclib.accesswidener",
|
||||
"mixins": [
|
||||
"bclib.mixins.common.json",
|
||||
"bclib.mixins.client.json"
|
||||
],
|
||||
|
@ -37,12 +37,12 @@
|
|||
"fabricloader": ">=0.12.9",
|
||||
"fabric": ">=0.44.0",
|
||||
"minecraft": ">=1.18.1"
|
||||
},
|
||||
"custom":{
|
||||
"modmenu":{
|
||||
"links":{
|
||||
"title.link.bclib.discord":"https://discord.gg/kYuATbYbKW"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"custom":{
|
||||
"modmenu":{
|
||||
"links":{
|
||||
"title.link.bclib.discord":"https://discord.gg/kYuATbYbKW"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue