Troubleshooting - blocklogicmodding/AgriTech GitHub Wiki

Common Issues

  1. Crops won't grow
    • Ensure the seed is compatible with the soil
    • Check if the mod that adds the seed/soil is properly loaded
    • Verify configuration entries for the crop and soil
  2. Item not recognized in config
    • Check the exact item ID (enable advanced tooltips with F3+H)
    • Format must be modid:itemid (e.g., minecraft:wheat_seeds)
  3. Hopping planter not outputting
    • Check if container below is full
    • Ensure the connection is valid
    • Verify redstone is not disabling the hopper

Log File Location

If errors occur during configuration loading, check: config/agritech/config_logs/ for detailed error information.

Reloading Configuration

Use the command /agritech reload (requires op privileges) to reload configurations after making changes.