Git Product home page Git Product logo

Comments (6)

CallumCarmicheal avatar CallumCarmicheal commented on August 19, 2024 2

This issue seems to be related to the use of KubeJS in modpacks, To solve this open the server and goto {server}\kubejs\data\{modpack}\kubejs\recipes, In my case this is Valhelsia_SERVER-3.0.17\kubejs\data\valhelsia\kubejs\recipes.
Create a new file and call it whatever you want, like: ie_crafting.js

events.listen('recipes', function (event) {
	event.shaped(item.of('forge:treated_wood', 8), [
		'AAA',
		'ABA',
		'AAA'
	], {
		A: 'minecraft:planks',
		B: 'immersiveengineering:creosote_bucket'
	})
});

Then load up the server, or if its already loaded type /reload. The crafting recipe will then be fixed.

from kubejs.

andrewsf avatar andrewsf commented on August 19, 2024 1

I believe a fix went into Valhelsia 3.0.18 for this.

from kubejs.

LatvianModder avatar LatvianModder commented on August 19, 2024

Hm. This error usually happens due to script not recipe. All tags should already be loaded when recipes get loaded. Ill download Valhhelsia 3 and check it out

from kubejs.

MaxNeedsSnacks avatar MaxNeedsSnacks commented on August 19, 2024

Able to reproduce on Enigmatica 6 version 0.2.16. It's why we currently have to reload the server once every time after we start it up

from kubejs.

Stonewolfe avatar Stonewolfe commented on August 19, 2024

Currently having this issue the same as Max with Enigmatica 6 on a server. Sadly makes it impossible to get into IE without using cheats/operator powers.

from kubejs.

MaxNeedsSnacks avatar MaxNeedsSnacks commented on August 19, 2024

This is especially frustrating because E6 currently has an issue with productivebees where the game crashes on reload...

from kubejs.

Related Issues (20)

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.