Skip to content

Commit d964816

Browse files
committed
Revert profiler
1 parent 775f0da commit d964816

12 files changed

Lines changed: 1 addition & 318 deletions

File tree

CHANGELOG-LATEST.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
- Items dragged from EMI into the inventory now are added to the inventory (as long as the player is an operator).
1414
- Maple leaf tinting can now be disabled in the mod config.
1515
- Spruce leaf tinting can now be disabled in the mod config.
16-
- Optional profiler for creative mode/EMI search indexing.
1716

1817
### Changed
1918
- Removed leash backport in favor of Vanilla Backport's implementation.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
33
loom.platform = forge
44

55
# Mod properties
6-
mod_version = 1.11-pre8
6+
mod_version = 1.11-pre9
77
maven_group = cc.cassian.raspberry
88
archives_name = raspberry_core
99

src/main/java/cc/cassian/raspberry/config/ModConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public class ModConfig {
3737
public int aquaculture_goodBaitLureBonus = 3;
3838
public int aquaculture_wormDiscoveryRange = 80;
3939
public boolean create_blastproofing = true;
40-
public boolean enableProfiler = false;
4140
public boolean searchContainers = true;
4241
public boolean horses_noWander = true;
4342
public boolean horses_noBuck = true;

src/main/java/cc/cassian/raspberry/mixin/profiler/CreativeModeTabsMixin.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/main/java/cc/cassian/raspberry/mixin/profiler/EmiRegistryMixin.java

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/main/java/cc/cassian/raspberry/mixin/profiler/FullTextSearchTreeMixin.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/main/java/cc/cassian/raspberry/mixin/profiler/IdSearchTreeMixin.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/main/java/cc/cassian/raspberry/mixin/profiler/SearchRegistryMixin.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/main/java/cc/cassian/raspberry/mixin/profiler/ShutdownHookMixin.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/main/java/cc/cassian/raspberry/util/RaspberryProfiler.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)