Fork me on GitHub
#minecraft
<
2022-05-03
>
plexus07:05:03

Part 2 of the workshop is finished, beta testing more than welcome! Just follow the steps in the README to get your REPL setup, then read/eval your way through https://github.com/lambdaisland/witchcraft-workshop/blob/main/repl_sessions/s02_locations_blocks_entities.clj

mrchance21:05:32

I tried this section too, worked flawlessly except that the world didn't have the right seed, so I ended up in an underground cave without obsidian in sight instead

mynomoto11:05:33

I did this with the seed and there was no obsidian or chest at the location. Other than that it worked without problems.

plexus11:05:08

Is it possible you already had a world generated earlier? I changed the seed recently, but that only gets picked up at world creation. The seed I first used spawns on a little island which wasn't that interesting

mynomoto11:05:04

Oh, that's it then. I generated a couple of weeks ago and did not notice the seed change when pulled changes.

mynomoto12:05:20

#bukkit/Block {:x 38.0,
               :y 68.0,
               :z -1260.0,
               :world "world",
               :material :stone}

mynomoto12:05:36

This was after regenerating the world

mynomoto12:05:38

Got in an underground cave after teleporting too.