minecraft

plexus 2022-05-03T07:45:03.557759Z

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

2022-05-03T21:44:32.631329Z

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

2022-05-15T11:05:33.877409Z

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

plexus 2022-05-15T11:48:08.502439Z

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

2022-05-15T11:51:04.828619Z

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

2022-05-15T12:00:20.693779Z

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

2022-05-15T12:01:36.504349Z

This was after regenerating the world

2022-05-15T12:04:38.979869Z

Got in an underground cave after teleporting too.