Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Oct 22, 2022
1 parent 176409f commit 0d9dd12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Re-chiseled Bookshelves
# Rechiseled Bookshelves

This mod makes **Chiseled Bookshelf** better.
This is a Minecraft mod for *Fabric/Quilt 1.19.3 (22w42a)* which makes **Chiseled Bookshelf** better.

## Features

- **Chiseled Bookshelf** now can be used to upgrade enchantment levels of **Enchanting Tables** based on the items it stored. When the bookshelf stored ≧3 of any items, or ≧1 of any enchanted books, the chiseled bookshelf will upgrade the enchantment level just like what typical bookshelf does.
- Now not only air, but also **fluids** and **no-bounding-box blocks** can be seen as allowed blocks between **Enchanting Tables** and bookshelves.

This file was deleted.

Binary file modified src/main/resources/assets/rechiseled_bookshelves/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"version": "${version}",

"name": "Rechiseled Bookshelves",
"description": "This is an example description! Tell everyone what your mod is about!",
"description": "makes Chiseled Bookshelf better.",
"authors": [
"DM Earth"
"DM Earth",
"Yjn024"
],
"contact": {
"homepage": "https://github.com/DM-Earth"
"homepage": "https://github.com/DM-Earth/Rechiseled-Bookshelves"
},

"license": "MIT",
Expand Down

0 comments on commit 0d9dd12

Please sign in to comment.