1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Merge pull request #1762 from SlimeyDerp/gold_update2

New pull request: 4K Gold able to be used for crafting
This commit is contained in:
TheBusyBiscuit 2020-03-24 17:32:21 +01:00 committed by GitHub
commit fb88ad65e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/.idea/
dependency-reduced-pom.xml
javadoc.xml
.DS_Store

View File

@ -715,6 +715,7 @@ public final class SlimefunItemSetup {
new SlimefunItem(Categories.RESOURCES, (SlimefunItemStack) SlimefunItems.GOLD_4K, RecipeType.SMELTERY,
new ItemStack[] {SlimefunItems.GOLD_DUST, null, null, null, null, null, null, null, null})
.setUseableInWorkbench(true)
.register(plugin);
new SlimefunItem(Categories.MISC, (SlimefunItemStack) SlimefunItems.STONE_CHUNK, RecipeType.ORE_WASHER,