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.

Crafter sign not work

See original GitHub issue
BkCommonLib version: 1.11.2-v2
TrainCarts version: 1.11.2-v2
Spigot version: 1.11.2-R0.1-SNAPSHOT (git-Spigot-283de8b)

Problem or bug: Cannot auto-craft items when storage cart/train passthrough craft/crafter sign

Expected behaviour: Items should be crafted

Steps to reproduce:

  1. Place Crafter sign on a crafting table as below: (and get successed message)
[!train]
craft
iron_block

  1. Place a Spawner sign as below: (and get successed message)
[!train]
spawn
s

  1. After the train spawned, place some iron ingots (64 iron ingots in my case) into the storage cart.

  2. Push the cart passthrough the Crafter sign.

Like this screenshot below:

image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
bergerkillercommented, Jun 17, 2017

The reason for that is, well, Bukkit. The material by name parsing function is ages old, way before materials had names in minecraft. It depends on the Bukkit Material enumeration. Checking by minecraft material names instead of Bukkit materials might be an option, but at the moment I don’t yet see much gain.

https://gist.github.com/bergerkiller/9fc0277ee5b9a65e38f9e6475dd87871

Here is the Bukkit Material enum, whose names are matched together with the aliases Ive provided.

1reaction
bergerkillercommented, Jun 17, 2017

The recipe name is ‘wood’, not ‘planks’. This works for me:

[+train]
craft
wood

EDIT

For sake of it. https://github.com/bergerhealer/BKCommonLib/commit/848f3cf390ef8c6b2d2d7eb23ccd6c5024c22a43

https://ci.mg-dev.eu/job/BKCommonLib/75/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Crafter not working for me (Sky Factory 3) : r/feedthebeast
You do not need a crafter manager, but it makes it easier once your have more of them to see the patterns you...
Read more >
Crafter not applying state of the Keep and Int buttons #933
Everytime I change one of these buttons and hit apply, it doesn't save the state, making it impossible to do multistep crafting.
Read more >
Can't Learn Higher Ranks of Crafter's Mark - Blizzard Support
Not all professions have access to higher ranks of Crafter's Marks. This is working as intended, but may change with future content updates....
Read more >
PS4 - [HELP] Master Crafter Achievement Not Working
I have checked the wiki and made sure that I have every single crafting recipe, including the new ones, besides the wedding ring....
Read more >
19 Signs You're a True Crafter | Make It from Your Heart
As an Independent Consultant, you'll not only get to work your own hours from home doing what you love, but you'll also get...
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