Recent content by surfrock66

  1. surfrock66

    Tricks for improving reliability of flying machines with a player rider?

    I have an ice farm where the player moves in a flying machine. I can't use a minecart or boat due to the mining speed penalty when riding. Everything is working, but I can't stop my player from clipping through my flying machine while it runs. This didn't happen in my (vanilla) single player...
  2. surfrock66

    Question Server won't start, compiled from the latest git commit (currently d1b1c6f)

    Should I file a bug? Or was this some older issue; my 1.18.2 config should never have been allowed in that state? Just let me know how I can help, I appreciate your time :)
  3. surfrock66

    Question Server won't start, compiled from the latest git commit (currently d1b1c6f)

    Interesting. In 1.18.2, in my paper.yml, I have the following entries: world-settings: default: slime-spawn-height: swamp-biome: maximum: 70.0 minimum: 50.0 slime-chunk: maximum: 40.0 monster-spawn-max-light-level: -1 wateranimal-spawn-height...
  4. surfrock66

    Question Server won't start, compiled from the latest git commit (currently d1b1c6f)

    Hrmmm...I read the doc, I didn't see a config change that needed to be made and it worked in 1.18.2, is it possible it's a problem with the config format conversion? Here is the relevant chunk of config I think: anticheat: anti-xray: chunk-edge-mode: 3 enabled: false engine-mode...
  5. surfrock66

    Question Server won't start, compiled from the latest git commit (currently d1b1c6f)

    Evening; I'm posting it here to help understand if it is a Paper issue, or an issue with a plugin/datapack. By the looks, we don't even get to plugin loading, so I don't think it's that. The only incompatible datapack is the "bukkit" one which appears to get generated? Even if I delete it it...
  6. surfrock66

    Villagers can't restock after being cured [1.19]

    This is a bug in the vanilla jar; it's been patched in the snapshot fixed today. https://bugs.mojang.com/browse/MC-252439
  7. surfrock66

    Question When will PaperMC 1.19 come out?

    This is the thread I'm following, even though dev builds are out they are not ready for use. Because people only run them in test environments, some API weirdness doesn't get discovered yet. There are reports of some weird behaviours, and users in that thread generally recommend waiting for a...
  8. surfrock66

    Question When will PaperMC 1.19 come out?

    Just for understanding, generally paper updates after spigot as it's downstream, so if you're looking for progress, check the spigot forums. They have a dev build out, and people are going through and testing plugins now, there's lots of various updates there. Some people are talking about API...
  9. surfrock66

    Question I am finding that breaking/reclaiming minecarts is much lossier than on vanilla, do other people experience this?

    Actually, now I'm concerned it's NOT the collection, but entities are glitching in water streams? I think this is happening and now they're despawning after stuck for 5 minutes: https://gfycat.com/fairvigilantharrierhawk What could be causing this, it's not exactly on a chunk border?
  10. surfrock66

    Question I am finding that breaking/reclaiming minecarts is much lossier than on vanilla, do other people experience this?

    This is the other thing I tried, having similar rates of loss:
  11. surfrock66

    Question I am finding that breaking/reclaiming minecarts is much lossier than on vanilla, do other people experience this?

    I have a minecart reclamation system which should work, but I'm experiencing a TON of loss on paper. I think the burn calculation in the cauldron is happening faster than the hoppers are picking up the carts occasionally; I've not been able to improve this with iterations like raising the whole...