31,873 ARTICLES
ON THIS WIKI

Debugger (AgriCraft)


Debugger
Debugger

Debugger

Name Debugger
Source Mod AgriCraft
ID Name
AgriCraft:debugger
Type Tool
Stackable No

Debugger is an unobtainable item added by the AgriCraft mod. It's meant for developers and modpack designers to access coding information and troubleshoot custom AgriCraft crops. Info is sent to the console and recorded in fml-client-latest.log. This works on all blocks, not just those from AgriCraft. The Debugger must be enabled from /minecraft/configs/agricraft/Configuration.cfg by setting B:debug=true (default false). It has no crafting recipe and must be spawned in with Creative modes or commands.

  • Right-clicking sends a debug info report to the log.
  • Shfit + right-clicking on the ground will spawn an AgriCraft Villager, which have seed trades.
  • Shift + right-clicking on a crop will cycle it through its growth stages.

Sample Debugger output (Client-side debug info will also be rendered for each use):

[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG] Server debug info:
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG] ------------------
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG] CROP:
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - This crop has a plant
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Seed: item.agricraft:seedPotato
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Seed class: com.InfinityRaider.AgriCraft.items.ItemModSeed
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - RegisterName: AgriCraft:seedPotato:0
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Tier: 1
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Meta: 7
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Growth: 10
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Gain: 10
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Strength: 10
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Fertile: true
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]  - Mature: true
[21:16:07] [Server thread/INFO] [AgriCraft]: [AGRI-DEBUG]

Usage

Debugger (AgriCraft) has no known uses in crafting.

See Also

The following items may also be of interest: