Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
85 lines (68 loc) · 3.2 KB

README.md

File metadata and controls

85 lines (68 loc) · 3.2 KB

Jank Addons

Fabric carpet extension that adds features which are missing from the original carpet and existing extensions.

Feel free to contribute or suggest features which you thing should be present in this extension.

Index

Rules

Features

fungusRandomTickGrow

Makes nylium and crimson fungus grow if they are random ticked

  • Type: Boolean
  • Default Value: false
  • Required Options: false, true
  • Category: JANK, SURVIVAL, FEATURE

harvestableTallGrassFern

Makes tall grass and large fern harvestable with shears

  • Type: Boolean
  • Default Value: false
  • Required Options: false, true
  • Category: JANK, SURVIVAL, FEATURE

movableEnderChest

Makes ender chests movable

  • Type: Boolean
  • Default Value: false
  • Required Options: false, true
  • Category: JANK, SURVIVAL, EXPERIMENTAL

stackableFreshBows

Makes undamaged, unenchanted bows stackable. Easier to masscraft dispensers now.

  • Type: Boolean
  • Default Value: false
  • Required Options: false, true
  • Category: JANK, SURVIVAL, FEATURE

commandPortalMonitor

Enables /portalmonitor command to monitor portals loaders
For usage of command, please refer portalmonitor

  • Type: String
  • Default Value: false
  • Required Options: false, true, ops
  • Category: JANK, SURVIVAL, COMMAND

Commands

portalmonitor

Requires rule commandPortalMonitor
ps: everytime I mention 'portal', it means nether portal.

With the command /portalmonitor you can track which portal is being triggered how many times by which entity.
Useful when trying to diagnose lag which may be coming from an unknown chunk loaded location.
Or checking if your chunk loaders are correctly working

Features

  • To list all the active portals, use /portalmonitor listLoaders
    • To name a loader and adding it to permanent tracked list, use /portalmonitor addLoader <name>
    • To remove a named loader, use /portalmonitor removeLoader <name>
  • To list all the tracked entities, use /portalmonitor listEntities
    • To add an entity to tracked entity list, use /portalmonitor addEntity <entity>
    • To remove an entity from tracked list, use /portalmonitor removeEntity <entity>

Notes

  • If a portal is not named, it will generate a name for it <EntityType><AtomicNumber>

YourKit

We appreciate YourKit for providing the project developers licenses of its profiler to help us improve performance!

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler and YourKit YouMonitor, tools for profiling Java and .NET applications.