question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invalid break type properties after Jobs v4.6.0 update.

See original GitHub issue

Paper 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:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
smmmaddencommented, Aug 7, 2018

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.

0reactions
mibbycommented, Aug 7, 2018

Start-up logs have been reduced with Jobs v4.7.0, but still doesn’t seem to cover everything.

[02:17:09] [Server thread/WARN]: [Jobs] Job Miner has an invalid Break type property: NETHER_BRICK! Material must be a block!
[02:17:09] [Server thread/WARN]: [Jobs] Job Digger has an invalid Break type property: CLAY! Material must be a block!
[02:17:09] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: SUGAR_CANE_BLOCK!
[02:17:09] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: 115!
[02:17:09] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Place type property: SUGAR_CANE_BLOCK!
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found