#Create filling

9 messages · Page 1 of 1 (latest)

dire wraith
#

I want to change from water to hyper experience. How can I do that? I tried changing from Fluid.water to "create_enchantment_industry: hyper_experience" but it didn't work.

flat dirgeBOT
#

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

fervent pilot
#

And please use codeblock instead of screenshot of code next time.

past jettyBOT
#

You can write your code in a codeblock by typing it between the codeblock delimiters:
Note that these are backticks, not apostrophes

```js :arrow_left:

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

``` :arrow_left:

This example will look like this:

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

Well it's a sequenced recipe not just filling

#

So you'll need to override it with another sequenced recipe

#

You can't just change one step individually

past jettyBOT
#

You can write your code in a codeblock by typing it between the codeblock delimiters:
Note that these are backticks, not apostrophes

```js :arrow_left:

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

``` :arrow_left:

This example will look like this:

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