Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed Jan 22, 2023
1 parent 6e60e12 commit 1b4741a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Sandstone

![GitHub](https://img.shields.io/github/license/TheMrZZ/sandstone)
![GitHub last commit](https://img.shields.io/github/last-commit/TheMrZZ/sandstone?color=blue)
![GitHub](https://img.shields.io/github/license/sandstone-mc/sandstone)
![GitHub last commit](https://img.shields.io/github/last-commit/sandstone-mc/sandstone?color=blue)
![Version](https://img.shields.io/badge/version-alpha-success)
![Discord](https://img.shields.io/discord/800035701243772969?color=%237289DA&label=discord)

Expand All @@ -21,7 +21,7 @@ Sandstone tells you what a command expects, and autocompletes complicated argume

You don't need to remember commands syntax anymore.

![autocomplete](https://raw.githubusercontent.com/TheMrZZ/sandstone/4d3d74210b74ccf0bb807b90c35c1920ce1aa44a/docs/readme/autocomplete.gif)
![autocomplete](https://raw.githubusercontent.com/sandstone-mc/sandstone/4d3d74210b74ccf0bb807b90c35c1920ce1aa44a/docs/readme/autocomplete.gif)

This autocompletion works for all resources: commands, predicates, loot tables, advancements...

Expand Down Expand Up @@ -51,8 +51,8 @@ You can finally stop reinventing the wheel.

If you want to support Sandstone, the simplest way is to star the repository! It's actually very encouraging.

[![GitHub Repo stars](https://img.shields.io/github/stars/TheMrZZ/sandstone?style=social)](https://github.com/TheMrZZ/sandstone/blob/master/README.md)
[![GitHub Repo stars](https://img.shields.io/github/stars/sandstone-mc/sandstone?style=social)](https://github.com/sandstone-mc/sandstone/blob/master/README.md)

# Getting started

See the [Getting Started](https://www.sandstone.dev/docs/) section on [sandstone.dev](https://www.sandstone.dev/) to start using Sandstone!
See the [Getting Started](https://sandstone-documentation.vercel.app/docs) section on [sandstone-documentation.vercel.app](https://sandstone-documentation.vercel.app/) to start using Sandstone!
22 changes: 16 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"name": "sandstone",
"description": "Sandstone, a Typescript library for Minecraft datapacks.",
"version": "0.14.0-alpha.10",
"author": "TheMrZZ - Florian ERNST",
"version": "0.14.0-alpha.11",
"contributors": [
{
"name": "TheMrZZ - Florian ERNST",
"url": "https://github.com/TheMrZZ"
},
{
"email": "[email protected]",
"name": "MulverineX",
"url": "https://github.com/MulverineX"
}
],
"bugs": {
"url": "https://github.com/TheMrZZ/sandstone/issues"
"url": "https://github.com/sandstone-mc/sandstone/issues"
},
"dependencies": {
"chalk": "^4.1.1",
Expand Down Expand Up @@ -43,7 +53,7 @@
"engines": {
"node": ">=12.22.3"
},
"homepage": "https://sandstone.dev",
"homepage": "https://sandstone-documentation.vercel.app/",
"keywords": [
"autocompletion",
"creator",
Expand All @@ -60,7 +70,7 @@
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TheMrZZ/sandstone.git"
"url": "git+https://github.com/sandstone-mc/sandstone.git"
},
"scripts": {
"build": "tsc --noEmit && node scripts/clean.js && npm run fast-build",
Expand All @@ -71,4 +81,4 @@
"format": "eslint src --cache --fix --quiet"
},
"types": "dist/src/index.d.ts"
}
}

0 comments on commit 1b4741a

Please sign in to comment.