From 5db0a94d6099fb222e06c639040d5701583b3bc8 Mon Sep 17 00:00:00 2001 From: proplayer919 <95329795+proplayer919@users.noreply.github.com> Date: Sat, 25 Oct 2025 15:43:10 +1100 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5acc1757..eed61258 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Polymer -It's a library for creating server side content, that work for player's without mods or (required) resource packs! +It's a library for creating server side content, that work for players without mods or (required) resource packs! You can create blocks, items and entities, that not only will work fully server side (and singleplayer), but also are still real custom ones, allowing for better integration with data packs and other mods (servers still see it as `mymod:custom` and not `minecraft:player_head`, unlike bukkit/spigot ones, that only emulate them). @@ -48,4 +48,4 @@ need to use regular mods on the client (for example with a modpack). - [Curseforge](https://www.curseforge.com/minecraft/mc-mods/polymer) - [Github Releases](https://github.com/Patbox/polymer/releases) -### [Check list of known mods using Polymer](MODS.md) \ No newline at end of file +### [Check list of known mods using Polymer](MODS.md)