Skip to content

Commit 44d7320

Browse files
committed
update mod version to 1.2.2
1 parent 79d166c commit 44d7320

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
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

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ minecraft_version=1.16.5
66
yarn_mappings=1.16.5+build.9
77
loader_version=0.11.3
88
# Mod Properties
9-
mod_version=1.2.1
9+
mod_version=1.2.2
1010
maven_group=io.github.optijava
1111
archives_base_name=opt-carpet-addition
1212
# Dependencies

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

0 commit comments

Comments
 (0)