Skip to content

Commit

Permalink
1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeewith3Es committed Aug 28, 2024
1 parent e59a78f commit 8ed0655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.txmc</groupId>
<artifactId>8b8tcore</artifactId>
<version>1.1.7</version>
<version>1.1.9</version>
<packaging>jar</packaging>

<name>8b8tCore</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AntiIllegal:
Enabled: true
EnableIllegalBlocksCleaner: true
EnableIllegalBlocksCleaner: false
MaxItemNameLength: 51
IllegalItems:
- 'BEDROCK'
Expand Down Expand Up @@ -157,7 +157,7 @@ viewdistance:
simulationdistance:
default: 4
FrameDupe:
enabled: true
enabled: false
dupeCooldown: 200L # Miliseconds
limitItemsPerChunk: 18 # Dropped items
probabilityPercentage: 100
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 8b8tCore
main: me.txmc.core.Main
version: 1.1.7
version: 1.1.9
author: 254n_m, agarciacorte
description: All the bullshit for 8b8t
api-version: 1.20
Expand Down

0 comments on commit 8ed0655

Please sign in to comment.