Troubleshooting - blocklogicmodding/AgriTech GitHub Wiki
Common Issues
- 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
- 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
)
- 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.