generated from Andre601/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
626 additions
and
537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,52 @@ | ||
--- | ||
template: addon_info.html | ||
|
||
title: Grid Blocks | ||
description: Adds Blocks with grid-like texture. | ||
--- | ||
|
||
# Grid Blocks | ||
|
||
--8<-- "back.txt" | ||
|
||
!!! stats "Statistics" | ||
:octicons-package-24: **Blocks:** [16](#blocks) | ||
:octicons-stack-24: **Items:** [17](#items) | ||
:octicons-browser-24: **GUIs:** None | ||
|
||
:octicons-mark-github-16: **Source Code:** https://github.com/Andre601/GridBlocks | ||
|
||
:octicons-download-24: **Download:** https://github.com/Andre601/GridBlocks/releases/latest | ||
|
||
GridBlocks adds some utility blocks with a grid-like texture. The goal of it is to help other add-on or resource pack creators to see how a new block, item, etc. could look like in terms of scale. | ||
|
||
## Blocks | ||
|
||
??? info "Show/Hide Blocks" | ||
- `gridblocks:black_grid` | ||
- `gridblocks:black_scale_horizontal_east_west` | ||
- `gridblocks:black_scale_horizontal_north_south` | ||
- `gridblocks:black_scale_vertical` | ||
- `gridblocks:blue_grid` | ||
- `gridblocks:blue_scale_horizontal_east_west` | ||
- `gridblocks:blue_scale_horizontal_north_south` | ||
- `gridblocks:blue_scale_vertical` | ||
- `gridblocks:green_grid` | ||
- `gridblocks:green_scale_horizontal_east_west` | ||
- `gridblocks:green_scale_horizontal_north_south` | ||
- `gridblocks:green_scale_vertical` | ||
- `gridblocks:red_grid` | ||
- `gridblocks:red_scale_horizontal_east_west` | ||
- `gridblocks:red_scale_horizontal_north_south` | ||
- `gridblocks:red_scale_vertical` | ||
|
||
## Items | ||
|
||
??? info "Show/Hide Items" | ||
- `gridblocks:black_grid_item` | ||
- `gridblocks:black_scale_center_item` | ||
- `gridblocks:black_scale_horizontal_item` | ||
- `gridblocks:black_scale_vertical_item` | ||
- `gridblocks:blue_grid_item` | ||
- `gridblocks:black_scale_center_item` | ||
- `gridblocks:black_scale_horizontal_item` | ||
- `gridblocks:black_scale_vertical_item` | ||
- `gridblocks:green_grid` | ||
- `gridblocks:black_scale_center_item` | ||
- `gridblocks:black_scale_horizontal_item` | ||
- `gridblocks:black_scale_vertical_item` | ||
- `gridblocks:red_grid` | ||
- `gridblocks:black_scale_center_item` | ||
- `gridblocks:black_scale_horizontal_item` | ||
- `gridblocks:black_scale_vertical_item` | ||
|
||
## Previews | ||
|
||
![preview 1](../../assets/images/itemsadder/gridblocks/preview_1.png){ align=left loading=lazy width="50%" } | ||
![preview 2](../../assets/images/itemsadder/gridblocks/preview_2.png){ align=left loading=lazy width="50%" } | ||
itemsadder: | ||
block_list: | ||
- gridblocks:black_grid | ||
- gridblocks:black_scale_horizontal_east_west | ||
- gridblocks:black_scale_horizontal_north_south | ||
- gridblocks:black_scale_vertical | ||
- gridblocks:blue_grid | ||
- gridblocks:blue_scale_horizontal_east_west | ||
- gridblocks:blue_scale_horizontal_north_south | ||
- gridblocks:blue_scale_vertical | ||
- gridblocks:green_grid | ||
- gridblocks:green_scale_horizontal_east_west | ||
- gridblocks:green_scale_horizontal_north_south | ||
- gridblocks:green_scale_vertical | ||
- gridblocks:red_grid | ||
- gridblocks:red_scale_horizontal_east_west | ||
- gridblocks:red_scale_horizontal_north_south | ||
- gridblocks:red_scale_vertical | ||
item_list: | ||
- gridblocks:black_grid_item | ||
- gridblocks:black_scale_center_item | ||
- gridblocks:black_scale_horizontal_item | ||
- gridblocks:black_scale_vertical_item | ||
- gridblocks:blue_grid_item | ||
- gridblocks:black_scale_center_item | ||
- gridblocks:black_scale_horizontal_item | ||
- gridblocks:black_scale_vertical_item | ||
- gridblocks:green_grid | ||
- gridblocks:black_scale_center_item | ||
- gridblocks:black_scale_horizontal_item | ||
- gridblocks:black_scale_vertical_item | ||
- gridblocks:red_grid | ||
- gridblocks:black_scale_center_item | ||
- gridblocks:black_scale_horizontal_item | ||
- gridblocks:black_scale_vertical_item | ||
|
||
source: 'https://github.com/Andre601/GridBlocks' | ||
|
||
download: 'https://github.com/Andre601/GridBlocks/releases/latest' | ||
|
||
previews: | ||
- link: '../../../assets/images/itemsadder/gridblocks/preview_1.png' | ||
alt: 'preview_1.png' | ||
- link: '../../../assets/images/itemsadder/gridblocks/preview_2.png' | ||
alt: 'preview_2.png' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,30 @@ | ||
--- | ||
template: addon_info.html | ||
|
||
title: IA Vanilla UI | ||
description: Replaces the default /ia GUI with a vanilla looking one. | ||
--- | ||
|
||
# IA Vanilla UI | ||
|
||
--8<-- "back.txt" | ||
|
||
!!! stats "Statistics" | ||
:octicons-package-24: **Blocks:** None | ||
:octicons-stack-24: **Items:** None | ||
:octicons-browser-24: **GUIs:** [6](#guis) | ||
|
||
:octicons-mark-github-16: **Source Code:** https://github.com/Andre601/IAVanillaUI | ||
|
||
:octicons-download-24: **Download:** https://www.spigotmc.org/resources/102783/ | ||
itemsadder: | ||
gui_list: | ||
- ':anvil_repair:' | ||
- ':blank_menu:' | ||
- ':cooking:' | ||
- ':crafing:' | ||
- ':no_recipe:' | ||
- ':smithing:' | ||
|
||
source: 'https://github.com/Andre601/IAVanillaUI' | ||
download: 'https://www.spigotmc.org/resources/102783/' | ||
|
||
previews: | ||
- link: '../../assets/images/itemsadder/iavanillaui/anvil.png' | ||
alt: 'anvil' | ||
- link: '../../assets/images/itemsadder/iavanillaui/crafting.png' | ||
alt: 'crafting' | ||
- link: '../../assets/images/itemsadder/iavanillaui/furnace.png' | ||
alt: 'furnace' | ||
- link: '../../assets/images/itemsadder/iavanillaui/item.png' | ||
alt: 'item' | ||
--- | ||
|
||
Replaces the `/ia` UIs with ones that mimic the vanilla GUI design. | ||
|
||
## GUIs | ||
|
||
??? info "Show/Hide GUIs" | ||
- `:anvil_repair:` | ||
- `:blank_menu:` | ||
- `:cooking:` | ||
- `:crafing:` | ||
- `:no_recipe:` | ||
- `:smithing:` | ||
|
||
## Previews | ||
|
||
![anvil](../../assets/images/itemsadder/iavanillaui/anvil.png){ align=left loading=lazy width="50%" } | ||
![crafting](../../assets/images/itemsadder/iavanillaui/crafting.png){ align=left loading=lazy width="50%" } | ||
![furnace](../../assets/images/itemsadder/iavanillaui/furnace.png){ align=left loading=lazy width="50%" } | ||
![item](../../assets/images/itemsadder/iavanillaui/item.png){ align=left loading=lazy width="50%" } |
Oops, something went wrong.