Merge branch 'master' of git.ewpratten.com:evan/ewpratten.com
Some checks failed
Deploy ewpratten.com / Deploy to Production (push) Has been cancelled
Some checks failed
Deploy ewpratten.com / Deploy to Production (push) Has been cancelled
This commit is contained in:
commit
52b49bfd2b
1
Gemfile
1
Gemfile
@ -22,3 +22,4 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
|
|||||||
# Various others
|
# Various others
|
||||||
gem "webrick", "~> 1.9"
|
gem "webrick", "~> 1.9"
|
||||||
gem "kramdown", "~> 2.4"
|
gem "kramdown", "~> 2.4"
|
||||||
|
gem 'jekyll-target-blank', '~> 2.0'
|
||||||
|
@ -28,6 +28,7 @@ kramdown:
|
|||||||
# Plugins
|
# Plugins
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
# - jekyll-target-blank
|
||||||
|
|
||||||
# Per-collection settings
|
# Per-collection settings
|
||||||
collections_dir: collections
|
collections_dir: collections
|
||||||
|
@ -5,7 +5,7 @@ description: A Minecraft mod that implements multiplayer Point-of-Interest marki
|
|||||||
software_category: minecraft
|
software_category: minecraft
|
||||||
---
|
---
|
||||||
|
|
||||||
Client Ping is a Minecraft ([`^1.19.4`](https://jubianchi.github.io/semver-check/#/constraint/^1.19.4)) mod I wrote that implements multiplayer Point-of-Interest marking without the need for a server-side plugin/mod counterpart.
|
Client Ping is a Minecraft `^1.19.4` mod I wrote that implements multiplayer Point-of-Interest marking without the need for a server-side plugin/mod counterpart.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user