File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : make gradle wrapper executable
3333 if : ${{ runner.os != 'Windows' }}
3434 run : chmod +x ./gradlew
35+ - name : clean
36+ run : ./gradlew clean
3537 - name : build
3638 run : ./gradlew build
3739 - name : capture build artifacts
Original file line number Diff line number Diff line change @@ -156,7 +156,19 @@ _比如你要tphere的假人叫做anti_mob,而白名单中有一个anti,那
156156
157157- Default value: ` false `
158158- Acceptable value: ` true ` ` false `
159- - Categories: ` Feature `
159+ - Categories: ` Feature ` ` Optimization `
160+
161+ ### disabledEntityTick
162+
163+ ** _ 注意!此规则可能会导致世界上所有的下落的方块实体无限回弹!!_ **
164+ /
165+ 此规则会跳过世界上一切实体的运算,不过理论上来说玩家是正常的,开启此规则后,所有的生物全都会卡住,就算他们在空中也不会掉下来
166+ /
167+ 此规则的目的是在服务器因为实体问题严重卡顿时,可以暂时缓解问题,但这不是最好的方案
168+
169+ - Default value: ` false `
170+ - Acceptable value: ` true ` ` false `
171+ - Categories: ` Experimental `
160172
161173## Command
162174
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ publishing {
8585 }
8686 }
8787 }
88+
8889 // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
8990 repositories {
9091 // Add repositories to publish to here.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ minecraft_version=1.16.5
66yarn_mappings =1.16.5+build.9
77loader_version =0.11.3
88# Mod Properties
9- mod_version =1.2.1
9+ mod_version =1.2.2
1010maven_group =io.github.optijava
1111archives_base_name =opt-carpet-addition
1212# Dependencies
Original file line number Diff line number Diff line change 11{
22 "schemaVersion" : 1 ,
33 "id" : " opt-carpet-addition" ,
4- "version" : " 1.2.1 " ,
4+ "version" : " 1.2.2 " ,
55 "name" : " Opt-Carpet-Addition" ,
66 "description" : " An extension mod of fabric-carpet." ,
77 "authors" : [
You can’t perform that action at this time.
0 commit comments