home.social

#fabricmc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fabricmc, aggregated by home.social.

fetched live
  1. ¡Ya está aquí Minecraft 26.2 con el contenido Chaos Cubed! 🎮✨

    La gran novedad es el bioma subterráneo "Sulfur Caves", lleno de cinabrio, azufre y trampas de pinchos. También llega el "Sulfur Cube", un nuevo mob capaz de absorber bloques y alterar sus físicas.

    Además, se añade soporte experimental para Vulkan (¡más FPS!) y nueva música.

    Si usas Fabric, ¡toca actualizar mods!

    #Minecraft #MinecraftUpdate #ChaosCubed #Gaming #FabricMc

  2. ¡Ya está aquí Minecraft 26.2 con el contenido Chaos Cubed! 🎮✨

    La gran novedad es el bioma subterráneo "Sulfur Caves", lleno de cinabrio, azufre y trampas de pinchos. También llega el "Sulfur Cube", un nuevo mob capaz de absorber bloques y alterar sus físicas.

    Además, se añade soporte experimental para Vulkan (¡más FPS!) y nueva música.

    Si usas Fabric, ¡toca actualizar mods!

    #Minecraft #MinecraftUpdate #ChaosCubed #Gaming #FabricMc

  3. ¡Ya está aquí Minecraft 26.2 con el contenido Chaos Cubed! 🎮✨

    La gran novedad es el bioma subterráneo "Sulfur Caves", lleno de cinabrio, azufre y trampas de pinchos. También llega el "Sulfur Cube", un nuevo mob capaz de absorber bloques y alterar sus físicas.

    Además, se añade soporte experimental para Vulkan (¡más FPS!) y nueva música.

    Si usas Fabric, ¡toca actualizar mods!

    #Minecraft #MinecraftUpdate #ChaosCubed #Gaming #FabricMc

  4. ¡Ya está aquí Minecraft 26.2 con el contenido Chaos Cubed! 🎮✨

    La gran novedad es el bioma subterráneo "Sulfur Caves", lleno de cinabrio, azufre y trampas de pinchos. También llega el "Sulfur Cube", un nuevo mob capaz de absorber bloques y alterar sus físicas.

    Además, se añade soporte experimental para Vulkan (¡más FPS!) y nueva música.

    Si usas Fabric, ¡toca actualizar mods!

    #Minecraft #MinecraftUpdate #ChaosCubed #Gaming #FabricMc

  5. ¡Ya está aquí Minecraft 26.2 con el contenido Chaos Cubed! 🎮✨

    La gran novedad es el bioma subterráneo "Sulfur Caves", lleno de cinabrio, azufre y trampas de pinchos. También llega el "Sulfur Cube", un nuevo mob capaz de absorber bloques y alterar sus físicas.

    Además, se añade soporte experimental para Vulkan (¡más FPS!) y nueva música.

    Si usas Fabric, ¡toca actualizar mods!

    #Minecraft #MinecraftUpdate #ChaosCubed #Gaming #FabricMc

  6. Working on an minecraft mod and wanting debugging it in vscode and it only fails over it's own feets.

    Not only does it generate & use it's own build cache (bin/... instead of gradle's build/...), in doing so it just copies all resources and dosn't executes the processResources step correctly which messes up my mod metadata (i use expansion in it for version numbers) so the loader interprets ${minecraft_version} as an version requirement it obviously can't validate, like ever.

    Fixing that took a while, but then it dosn't even finds LWJGL anymore. Looking further through the 108 entry classpath (cries in java), I've found out for some idiotic reason, does vscode picks up TWO instances of lwjgl! 3.2.2 AND 3.3.2. And only the later is the the correct one! So I've now also need to filter out all wrong lwjgl components from the classpath before putting it back together. Espc hart since the arguments are given to the exec command as a file.

    So yeah, time for another hastly thrown together ruby script to sort this mess...

    #java #minecraft #fabricmc #neoforged #gradle #lwjgl

  7. Working on an minecraft mod and wanting debugging it in vscode and it only fails over it's own feets.

    Not only does it generate & use it's own build cache (bin/... instead of gradle's build/...), in doing so it just copies all resources and dosn't executes the processResources step correctly which messes up my mod metadata (i use expansion in it for version numbers) so the loader interprets ${minecraft_version} as an version requirement it obviously can't validate, like ever.

    Fixing that took a while, but then it dosn't even finds LWJGL anymore. Looking further through the 108 entry classpath (cries in java), I've found out for some idiotic reason, does vscode picks up TWO instances of lwjgl! 3.2.2 AND 3.3.2. And only the later is the the correct one! So I've now also need to filter out all wrong lwjgl components from the classpath before putting it back together. Espc hart since the arguments are given to the exec command as a file.

    So yeah, time for another hastly thrown together ruby script to sort this mess...

    #java #minecraft #fabricmc #neoforged #gradle #lwjgl

  8. Working on an minecraft mod and wanting debugging it in vscode and it only fails over it's own feets.

    Not only does it generate & use it's own build cache (bin/... instead of gradle's build/...), in doing so it just copies all resources and dosn't executes the processResources step correctly which messes up my mod metadata (i use expansion in it for version numbers) so the loader interprets ${minecraft_version} as an version requirement it obviously can't validate, like ever.

    Fixing that took a while, but then it dosn't even finds LWJGL anymore. Looking further through the 108 entry classpath (cries in java), I've found out for some idiotic reason, does vscode picks up TWO instances of lwjgl! 3.2.2 AND 3.3.2. And only the later is the the correct one! So I've now also need to filter out all wrong lwjgl components from the classpath before putting it back together. Espc hart since the arguments are given to the exec command as a file.

    So yeah, time for another hastly thrown together ruby script to sort this mess...

    #java #minecraft #fabricmc #neoforged #gradle #lwjgl

  9. Working on an minecraft mod and wanting debugging it in vscode and it only fails over it's own feets.

    Not only does it generate & use it's own build cache (bin/... instead of gradle's build/...), in doing so it just copies all resources and dosn't executes the processResources step correctly which messes up my mod metadata (i use expansion in it for version numbers) so the loader interprets ${minecraft_version} as an version requirement it obviously can't validate, like ever.

    Fixing that took a while, but then it dosn't even finds LWJGL anymore. Looking further through the 108 entry classpath (cries in java), I've found out for some idiotic reason, does vscode picks up TWO instances of lwjgl! 3.2.2 AND 3.3.2. And only the later is the the correct one! So I've now also need to filter out all wrong lwjgl components from the classpath before putting it back together. Espc hart since the arguments are given to the exec command as a file.

    So yeah, time for another hastly thrown together ruby script to sort this mess...

    #java #minecraft #fabricmc #neoforged #gradle #lwjgl

  10. Working on an minecraft mod and wanting debugging it in vscode and it only fails over it's own feets.

    Not only does it generate & use it's own build cache (bin/... instead of gradle's build/...), in doing so it just copies all resources and dosn't executes the processResources step correctly which messes up my mod metadata (i use expansion in it for version numbers) so the loader interprets ${minecraft_version} as an version requirement it obviously can't validate, like ever.

    Fixing that took a while, but then it dosn't even finds LWJGL anymore. Looking further through the 108 entry classpath (cries in java), I've found out for some idiotic reason, does vscode picks up TWO instances of lwjgl! 3.2.2 AND 3.3.2. And only the later is the the correct one! So I've now also need to filter out all wrong lwjgl components from the classpath before putting it back together. Espc hart since the arguments are given to the exec command as a file.

    So yeah, time for another hastly thrown together ruby script to sort this mess...

    #java #minecraft #fabricmc #neoforged #gradle #lwjgl

  11. Pyrite 0.15.8 is here, allowing Pyrite's flowers to be placed in flower pots, and (in 0.15.6) adding Stained Glass for Pyrite's dyes. These updates also fix even more issues found in testing. #mcdev #fabricmc modrinth.com/mod/pyrite

  12. The #Backrooms Mod has FINALLY released, the biggest in all of Modrinth.

    Check out the brand new and updated Level 0 using Jigsaw blocks, infinitely scary...

    Download now: modrinth.com/mod/backrooms
    Watch the release trailer: youtu.be/BSdIBKbMyuo

    #Minecraft #mod #fabric #modrinth #fabricmc #java #trailer #update

  13. The #Backrooms Mod has FINALLY released, the biggest in all of Modrinth.

    Check out the brand new and updated Level 0 using Jigsaw blocks, infinitely scary...

    Made by @lumaa and me.

    Download now: modrinth.com/mod/backrooms
    Watch the release trailer: youtu.be/BSdIBKbMyuo

    #Minecraft #mod #fabric #modrinth #fabricmc #java #trailer #update

  14. Добавил зонтик на свой сервер
    Его можно складывать и раскладывать (пока-что через крафт)

    #Minecraft #MinecraftModding #FabricMC #Polymer

  15. Добавил зонтик на свой сервер
    Его можно складывать и раскладывать (пока-что через крафт)

    #Minecraft #MinecraftModding #FabricMC #Polymer

  16. Добавил зонтик на свой сервер
    Его можно складывать и раскладывать (пока-что через крафт)

    #Minecraft #MinecraftModding #FabricMC #Polymer

  17. Добавил зонтик на свой сервер
    Его можно складывать и раскладывать (пока-что через крафт)

    #Minecraft #MinecraftModding #FabricMC #Polymer

  18. Добавил зонтик на свой сервер
    Его можно складывать и раскладывать (пока-что через крафт)

    #Minecraft #MinecraftModding #FabricMC #Polymer

  19. "Обновил" свой #MinecraftMod .
    По сути оказалось что он работает и с более новыми версиями.
    Так что тестируйте, пробуйте: modrinth.com/mod/skin-hotkey/v

    #Minecraft #MinecraftModding #FabricMC

  20. "Обновил" свой #MinecraftMod .
    По сути оказалось что он работает и с более новыми версиями.
    Так что тестируйте, пробуйте: modrinth.com/mod/skin-hotkey/v

    #Minecraft #MinecraftModding #FabricMC

  21. "Обновил" свой #MinecraftMod .
    По сути оказалось что он работает и с более новыми версиями.
    Так что тестируйте, пробуйте: modrinth.com/mod/skin-hotkey/v

    #Minecraft #MinecraftModding #FabricMC

  22. "Обновил" свой #MinecraftMod .
    По сути оказалось что он работает и с более новыми версиями.
    Так что тестируйте, пробуйте: modrinth.com/mod/skin-hotkey/v

    #Minecraft #MinecraftModding #FabricMC

  23. CW: minecraft modding, transphobia

    Crazy how most major #Minecraft modding-related projects had to be forked recently due to one of their maintainer’s “views”, always on the same topic

    • We had PolyMC, we now have @PrismLauncher
    • We had Fabric, we now have @quiltmc
    • We had Forge and it was just freshly forked into NeoForge, 3 whole months after LexManos’ twitter likes have become known to the public.

    In 100% of these cases, the shitty maintainers were described as “dictatorial” way before their shitty takes were made public. This actually says a lot about how big projects like these should be maintained (and how problematic people can be identified early).

    Quilt has explicitly moved to a much more decentralized governance system. NeoForge was forced two days ago and has yet to settle on these decision, but wishes to do the same.

    sources:

    (neo)forge discord

    https://quiltmc.org/en/blog/2023-04-26-the-statement/

    prism discord

    https://neoforged.net/news/theproject/

    #MinecraftForge #QuiltMC #FabricMC #MinecraftModding

  24. CW: minecraft modding, transphobia

    Crazy how most major #Minecraft modding-related projects had to be forked recently due to one of their maintainer’s “views”, always on the same topic

    • We had PolyMC, we now have @PrismLauncher
    • We had Fabric, we now have @quiltmc
    • We had Forge and it was just freshly forked into NeoForge, 3 whole months after LexManos’ twitter likes have become known to the public.

    In 100% of these cases, the shitty maintainers were described as “dictatorial” way before their shitty takes were made public. This actually says a lot about how big projects like these should be maintained (and how problematic people can be identified early).

    Quilt has explicitly moved to a much more decentralized governance system. NeoForge was forced two days ago and has yet to settle on these decision, but wishes to do the same.

    sources:

    (neo)forge discord

    https://quiltmc.org/en/blog/2023-04-26-the-statement/

    prism discord

    https://neoforged.net/news/theproject/

    #MinecraftForge #QuiltMC #FabricMC #MinecraftModding

  25. CW: minecraft modding, transphobia

    Crazy how most major #Minecraft modding-related projects had to be forked recently due to one of their maintainer’s “views”, always on the same topic

    • We had PolyMC, we now have @PrismLauncher
    • We had Fabric, we now have @quiltmc
    • We had Forge and it was just freshly forked into NeoForge, 3 whole months after LexManos’ twitter likes have become known to the public.

    In 100% of these cases, the shitty maintainers were described as “dictatorial” way before their shitty takes were made public. This actually says a lot about how big projects like these should be maintained (and how problematic people can be identified early).

    Quilt has explicitly moved to a much more decentralized governance system. NeoForge was forced two days ago and has yet to settle on these decision, but wishes to do the same.

    sources:

    (neo)forge discord

    https://quiltmc.org/en/blog/2023-04-26-the-statement/

    prism discord

    https://neoforged.net/news/theproject/

    #MinecraftForge #QuiltMC #FabricMC #MinecraftModding

  26. We would like to spend a second to give a big round of applause to our Fabric API developers who updated code within minutes during daytime to make sure you could enjoy #Fabric on 1.19.4 within 24h!

    If you are a mod dev, check out the changelog below 👇
    fabricmc.net/2023/03/01/1194.h

    #FabricMC #MinecraftModding @MinecraftModding

  27. We would like to spend a second to give a big round of applause to our Fabric API developers who updated code within minutes during daytime to make sure you could enjoy #Fabric on 1.19.4 within 24h!

    If you are a mod dev, check out the changelog below 👇
    fabricmc.net/2023/03/01/1194.h

    #FabricMC #MinecraftModding @MinecraftModding

  28. We would like to spend a second to give a big round of applause to our Fabric API developers who updated code within minutes during daytime to make sure you could enjoy #Fabric on 1.19.4 within 24h!

    If you are a mod dev, check out the changelog below 👇
    fabricmc.net/2023/03/01/1194.h

    #FabricMC #MinecraftModding @MinecraftModding

  29. New version of #Fabric API is released for 1.18.2 (v0.67.1), 1.19.2, 1.19.3, and 23w04a (all v0.73.2). This fixes a memory leak and issues with automated brewing.

    Server owners should update to this version immediately. Download at modrinth.com/mod/fabric-api

    #Minecraft #FabricMC @minecraft @MinecraftModding

  30. New version of #Fabric API is released for 1.18.2 (v0.67.1), 1.19.2, 1.19.3, and 23w04a (all v0.73.2). This fixes a memory leak and issues with automated brewing.

    Server owners should update to this version immediately. Download at modrinth.com/mod/fabric-api

    #Minecraft #FabricMC @minecraft @MinecraftModding

  31. New version of #Fabric API is released for 1.18.2 (v0.67.1), 1.19.2, 1.19.3, and 23w04a (all v0.73.2). This fixes a memory leak and issues with automated brewing.

    Server owners should update to this version immediately. Download at modrinth.com/mod/fabric-api

    #Minecraft #FabricMC @minecraft @MinecraftModding

  32. New version of #Fabric API is released for 1.18.2 (v0.67.1), 1.19.2, 1.19.3, and 23w04a (all v0.73.2). This fixes a memory leak and issues with automated brewing.

    Server owners should update to this version immediately. Download at modrinth.com/mod/fabric-api

    #Minecraft #FabricMC @minecraft @MinecraftModding

  33. New version of #Fabric API is released for 1.18.2 (v0.67.1), 1.19.2, 1.19.3, and 23w04a (all v0.73.2). This fixes a memory leak and issues with automated brewing.

    Server owners should update to this version immediately. Download at modrinth.com/mod/fabric-api

    #Minecraft #FabricMC @minecraft @MinecraftModding

  34. Always nice to see my pull requests getting merged. Anyway, new #Fabric API coming soonish! #fabricmc #MinecraftModding @MinecraftModding

  35. Always nice to see my pull requests getting merged. Anyway, new #Fabric API coming soonish! #fabricmc #MinecraftModding @MinecraftModding

  36. @hitalo (COI disclosure: I am a developer of Fabric.)

    I think the greatest thing about #fabricmc is its codebase, having existed for 4 years yet without big tech debt, and receiving update within hours of Minecraft snapshots. 🥔 🧶

    For community, I am a proud member of Fabric, but I think there's another, good project competing with us. Still a baby and I am not qualified to promote it myself, but definitely worth checking. :blobfoxpeek: 🍍

  37. @hitalo (COI disclosure: I am a developer of Fabric.)

    I think the greatest thing about #fabricmc is its codebase, having existed for 4 years yet without big tech debt, and receiving update within hours of Minecraft snapshots. 🥔 🧶

    For community, I am a proud member of Fabric, but I think there's another, good project competing with us. Still a baby and I am not qualified to promote it myself, but definitely worth checking. :blobfoxpeek: 🍍

  38. @hitalo (COI disclosure: I am a developer of Fabric.)

    I think the greatest thing about #fabricmc is its codebase, having existed for 4 years yet without big tech debt, and receiving update within hours of Minecraft snapshots. 🥔 🧶

    For community, I am a proud member of Fabric, but I think there's another, good project competing with us. Still a baby and I am not qualified to promote it myself, but definitely worth checking. :blobfoxpeek: 🍍