Skip to content

Commit

Permalink
Reflect that fabric-api is now required
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Mar 16, 2022
1 parent d178bad commit ac60425
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ the mod will not affect other saves on the client it is installed on.

## Installation
- Install [Fabric](https://fabricmc.net/use)
- Download [fabric-carpet](https://github.com/gnembon/fabric-carpet/releases)
- Optionally download [fabric-api](https://www.curseforge.com/minecraft/mc-mods/fabric-api/files)
- Download [fabric-carpet](https://www.curseforge.com/minecraft/mc-mods/carpet/files/)
- Download [fabric-api](https://www.curseforge.com/minecraft/mc-mods/fabric-api/files)
- Download [SkyBlock and the Datapack](https://github.com/jsorrell/skyblock/releases)
- Place fabric-carpet, fabric-api, and SkyBlock into `<minecraft-directory>/mods/`

Expand All @@ -26,7 +26,7 @@ the mod will not affect other saves on the client it is installed on.
- Select the downloaded Datapack
- Set Allow Cheats to `ON` so you will be able to enable mod features
- Click on `More World Options...`
- Choose `World Type: SkyBlock` (or `World Type: generator.skyblock` if you didn't download `fabric-api`)
- Choose `World Type: SkyBlock`
- Create the world
- Run `/function skyblock:enable_features` to enable SkyBlock features

Expand Down Expand Up @@ -73,16 +73,16 @@ Tall Flowers trades mimic Bedrock.
##### Additional Trades: #####

###### Tier 1
| Item | Price | Trades until disabled |
| ------------- | ----- | --------------------- |
| Lilac | 1 | 12 |
| Rose Bush | 1 | 12 |
| Peony | 1 | 12 |
| Sunflower | 1 | 12 |
| Item | Price | Trades until disabled |
|-----------|-------|-----------------------|
| Lilac | 1 | 12 |
| Rose Bush | 1 | 12 |
| Peony | 1 | 12 |
| Sunflower | 1 | 12 |

###### Tier 2
| Output Item | Input Item | Price | Trades until disabled |
| ----------- | ---------- | ----- | --------------------- |
|-------------|------------|-------|-----------------------|
| Lava Bucket | Bucket | 16 | 1 |

---
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
"accessWidener": "skyblock.accesswidener",
"depends": {
"fabricloader": "*",
"fabric": "*",
"minecraft": ">=1.18.2 <1.19",
"carpet": "*"
},
"recommends": {
"fabric-resource-loader-v0": "*"
}
}

0 comments on commit ac60425

Please sign in to comment.