GithubHelp home page GithubHelp logo

cauldron-recipes's Introduction

This mod allows players to craft items using a Cauldron.

Features

Maven Dependency

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. All versions can be viewed here.

repositories {

    maven {
    
        url 'https://maven.blamejared.com'
    }
}

dependencies {

    // Example: compile "net.darkhax.cauldronrecipes:CauldronRecipes-1.16.4:5.0.4"
    compile "net.darkhax.bedbenefits:cauldronrecipes:CauldronRecipes-MCVERSION:PUT_FILE_VERSION_HERE"
}

Jar Signing

As of January 11th 2021 officially published builds will be signed. You can validate the integrity of these builds by comparing their signatures with the public fingerprints.

Hash Fingerprint
MD5 12F89108EF8DCC223D6723275E87208F
SHA1 46D93AD2DC8ADED38A606D3C36A80CB33EFA69D1
SHA256 EBC4B1678BF90CDBDC4F01B18E6164394C10850BA6C4C748F0FA95F2CB083AE5

Sponsors

This project is sponsored by Nodecraft. Use code Darkhax for 30% off your first month of service!

cauldron-recipes's People

Contributors

darkhax avatar jaredlll08 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

cauldron-recipes's Issues

Unable to load datapacks on Servers

  • CauldronRecipes-1.15.2-1.1.4
  • Forge 1.15.2-31.2.0

client-latest.og
server-debug.log

I cannot connect to my server, because advancements failed to load serverside - Looking into the debug.log, I found the below snippet:

[16maj2020 20:24:14.211] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Failed to reload data packs
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.util.JSONUtils.func_151211_a(Lcom/google/gson/JsonElement;)Z
	at java.util.concurrent.CompletableFuture.reportGet(Unknown Source) ~[?:1.8.0_241]
	at java.util.concurrent.CompletableFuture.get(Unknown Source) ~[?:1.8.0_241]
	at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1467) [?:?]
	at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:450) [?:?]
	at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:363) [?:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:212) [?:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
Caused by: java.lang.NoSuchMethodError: net.minecraft.util.JSONUtils.func_151211_a(Lcom/google/gson/JsonElement;)Z
	at net.darkhax.cauldronrecipes.RecipeCauldron$Serializer.readItemStack(RecipeCauldron.java:109) ~[?:1.1.4]
	at net.darkhax.cauldronrecipes.RecipeCauldron$Serializer.readItemStacks(RecipeCauldron.java:147) ~[?:1.1.4]
	at net.darkhax.cauldronrecipes.RecipeCauldron$Serializer.read(RecipeCauldron.java:180) ~[?:1.1.4]
	at net.darkhax.cauldronrecipes.RecipeCauldron$Serializer.func_199425_a_(RecipeCauldron.java:105) ~[?:1.1.4]
	at dev.latvian.kubejs.recipe.RecipeEventJS.post(RecipeEventJS.java:123) ~[?:2.6.1.34]
	at dev.latvian.kubejs.core.RecipeManagerKJS.customRecipesKJS(RecipeManagerKJS.java:21) ~[?:2.6.1.34]
	at net.minecraft.item.crafting.RecipeManager.handler$zzk000$customRecipesHead(RecipeManager.java:1028) ~[?:?]
	at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java) ~[?:?]
	at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?]
	at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
	at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_241]
	at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_241]
	at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_241]
	at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
	at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?]
	at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?]
	at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) ~[?:?]
	at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) ~[?:?]
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
	at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) ~[?:?]
	at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) ~[?:?]
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?]
	at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1464) ~[?:?]
	... 5 more

Cauldron Recipes has failed to load correctly

Hello,
when i tried to use this mod the following exception appeared:
// Exception message: java.lang.ClassNotFoundException:
// net.darkhax.bookshelf.registry.RegistryHelper

I am using the forge version 1.16.4 - 35.1.7 and am using a whole buch off other mods too (list available in crash report).

Please reach out to me if you require more information.
Have a nice day :D

The log and crash report are attached below.
crash-2020-12-02_15.39.15-fml.txt
latest.log

Feature Suggestion

add a way to change the colour of the cauldron and if possible add multi input(or is it already there?).

Debug or I am doing this wrong

I guess the first question is, how do you use this? As when I click on the recipe in JEI it shows me that Concrete Powder + Cauldron = Concrete... But nothing I seem to do allows me to actually do this. I can't left or right click on the cauldron with an item in my hand.... throwing the item in the cauldron doesn't appear to do anything...

Looking at the log in both latest.log and craftteaker, night show errors related to this mod... I must be doing something wrong, But I have no idea what it might be.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.