File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ The point of these is to give you code to program against that isn't the direct
7070code, which can change very frequently, and to give your mod a fighting chance of being compatible
7171across multiple Minecraft versions.
7272
73- Of the two this book probably prepared you the best for Forge.
73+ Of the two: this book probably prepared you the best for Forge.
7474
7575Forge requires you to use Gradle which in turn will require at least a little knowledge of Kotlin.
7676You don't need to take a full detour through that to get started, but you should put both of
@@ -94,7 +94,7 @@ For making plugins that run on a custom Minecraft server - so things that handle
9494chat commands and things of that nature - you have to use the plugin required by whatever
9595server you are using. I am not the most up to date with Minecraft, but I know there
9696is both Spigot and PaperMC. I have been told that Spigot is the preferred option
97- as it allows for Bedrock players as well.
97+ as it allows for Bedrock players to play as well.
9898
9999[ Docs for Spigot here] ( https://www.spigotmc.org/wiki/spigot-plugin-development/ )
100100
You can’t perform that action at this time.
0 commit comments