Invalid break type properties after Jobs v4.6.0 update.
See original GitHub issuePaper dev 1509 (Spigot 1.12.2) Jobs v4.6.0 Experimental
[09:00:28] [Server thread/WARN]: [Jobs] Job Miner has an invalid Break type property: QUARTZ_ORE! Material must be a block!
[09:00:28] [Server thread/WARN]: [Jobs] Job Miner has an invalid Break type property: NETHER_BRICK! Material must be a block!
[09:00:28] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: BEETROOT_BLOCK-3! Material must be a block!
[09:00:28] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CARROT-7! Material must be a block!
[09:00:28] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: POTATO-7! Material must be a block!
[09:00:28] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Place type property: CARROT-0! Material must be a block!
[09:00:28] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Place type property: POTATO-0! Material must be a block!
[09:00:28] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Place type property: BEETROOT_BLOCK-0! Material must be a block!
What should it be changed into if these are no longer valid material names on 1.12?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Spigot - Jobs Reborn | Page 204
30.07 13:56:27 [Server] WARN Job Farmer has an invalid Break type property: SUGAR_CANE_BLOCK! Material must be a block!
Read more >6 Common Google Data Studio Problems and How to Fix Them
Problem 1: Invalid dimension, metric or filter selected · Problem 2: Date fields not showing correctly in Data Studio · Problem 3: Google...
Read more >Announcing TypeScript 4.6
Breaking Changes Object rest expressions now drop members that appear to be unspreadable on generic objects. In the following example… the ...
Read more >Known issues with Android Studio and Android Gradle Plugin
If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version...
Read more >invalid - CSS: Cascading Style Sheets - MDN Web Docs
The :invalid CSS pseudo-class represents any , , or other element whose ... 4. } 5. . 6. input:invalid {. 7. background-color: ivory;....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For now, what I did to fix this is to update the jobConfig.yml and replace NETHER_BRICK with NETHER_BRICKS, CLAY with ‘82’, SUGAR_CANE_BLOCK with SUGAR_CANE and remove 115 completely as I couldn’t find any reference to what it used to be.
Start-up logs have been reduced with Jobs v4.7.0, but still doesn’t seem to cover everything.