#Placing Structures in unloaded chunks

6 messages · Page 1 of 1 (latest)

past valeBOT
#

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

dapper horizonBOT
#

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)
})
rotund verge
#

Also,

const { StructurePlacer } = require("kubejs_additions");

Where did you get the snippet from?

proper vortex
#

No i wrongly pasted it sorry, its a wrong intendency

#

there is already a snippet about placing structures?

proper vortex
#

@rotund verge tehre is any preset script that allows to add structures in overworld? im tryna build a modpack