#Compacting recipe does not work

10 messages · Page 1 of 1 (latest)

hasty saddle
#

I have both addons installed but somehow they dont work.

stoic wharfBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

native pondBOT
#

You can write your code in a codeblock by typing it between the codeblock delimiters:

```js :arrow_left:

ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})

``` :arrow_left:

As an example, :arrow_up: will look like this:

ServerEvents.recipes(event => {
  event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
hasty saddle
#
event.recipes.createCompacting(['thermal:rubber'], [Fluid.of('thermal:resin', 100), ])
event.recipes.createCompacting(["thermal:rubber"],["minecraft:oak_leaves"]) // for test item
unreal shore
#

??kjslogs

native pondBOT
# unreal shore ??kjslogs

You can find your KubeJS server log in /minecraft/logs/kubejs/server.log.
If you are on 1.18 or below it will be called server.txt.
Please send it if asked, as it contains helpful information.

hasty saddle
native pondBOT
#

Paste version of server.txt from @hasty saddle

hasty saddle
#

oh it solved itself 👀

#

idk how