Get tungsten (raw and ores) to work with create crushing wheel #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bans-minecraft/utamacraft#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, when raw tungsten, tungsten ore, or deepslate tungsten ore are fed into a create crushing wheel. Currently the ore is just deleted.
According to the Custom Recipes documentation for Create, we can do this using a recipe where the
typeiscreate:crushing. This requires an extra paramter calledprocessingTimethat gives the processing time in ticks.Before we add this, we will need to add a new crushed tungsten item.