Skip to content

Commit

Permalink
Added emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
legopitstop committed Aug 25, 2024
1 parent 99a888d commit 6574ed8
Show file tree
Hide file tree
Showing 30 changed files with 387 additions and 149 deletions.
18 changes: 11 additions & 7 deletions docs/accentcolordetect/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: accentcolordetect
description: The main application of this package is to detect the accent color from your GUI Python application and apply the needed adjustments to your interface.
head:
- - meta
- name: keywords
content: legopitstop,python,windows,gui,darwin,pypi,tkinter,colordetect,pythonpackage
keywords: legopitstop,python,windows,gui,darwin,pypi,tkinter,colordetect,pythonpackage
prev:
text: UserFolder
link: /userfolder/
next:
text: datapackutils
link: /datapackutils/
---

# accentcolordetect
Expand All @@ -18,12 +21,13 @@ The main application of this package is to detect the accent color from your GUI

## Links

- [Download](https://github.com/legopitstop/accentcolordetect/releases)
- [Source Code](https://github.com/legopitstop/accentcolordetect)
- :pie: [PyPI](https://pypi.org/project/accentcolordetect)
- :file_folder: [Download](https://github.com/legopitstop/accentcolordetect/releases)
- :gear: [Source Code](https://github.com/legopitstop/accentcolordetect)

## Usage

```Python
```python
import accentcolordetect

>>> accentcolordetect.accent()
Expand Down
26 changes: 17 additions & 9 deletions docs/assetsplus/index.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
---
title: Assets+
description: This is a resource pack library that adds all the vanilla Minecraft block ids use better IDs.
head:
- - meta
- name: keywords
content: legopitstop,assetsplus,resourcepack
keywords: legopitstop,assetsplus,resourcepack
prev:
text: Armor Stand Poses
link: /poses/
next:
text: Data+
link: /dataplus/
---

# Assets+

This is a resource pack library that adds all the vanilla Minecraft block ids use better IDs to use these just add the `minecraft` namespace before the texture for example: `minecraft:lime_concrete` to use the lime concrete texture. This resource pack also adds a few new textures like Java Edition’s debug textures

## Links
::: info
This resource pack library does not contain vanilla Minecraft assets. It will use vanilla Minecraft, or the highest-tier resource pack, textures.
:::

- [Download](https://github.com/legopitstop/Assets_Plus/releases)
- [Source Code](https://github.com/legopitstop/Assets_Plus)
## Loaders

## Note
- Bedrock

This resource pack library does not contain vanilla Minecraft assets. It will use vanilla Minecraft, or the highest-tier resource pack, textures.
## Links

- :fire: [Curseforge](https://www.curseforge.com/minecraft-bedrock/addons/assets-plus)
- :wrench: [MCPEDL](https://mcpedl.com/assets-plus-pack-1/)
- :gear: [Source Code](https://github.com/legopitstop/Assets_Plus)

## Dependencies

Expand Down
16 changes: 16 additions & 0 deletions docs/bandage/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
---
title: Bandage
description: This datapack adds 4 new items! (called bandages) All of these items will replenish your heart and hunger, while some have added effects.
prev:
text: Data+
link: /dataplus/
next:
text: LPS Rcore API
link: /rcore-api/
---

# Bandage

This datapack adds 4 new items! (called bandages) All of these items will replenish your heart and hunger, while some have added effects.

## Loaders

- Data Pack & Resource Pack

## Links

- :fire: [Curseforge](https://www.curseforge.com/minecraft/customization/bandages-datapack)
- :wrench: [Modrinth](https://modrinth.com/datapack/bandage)
- :gear: [Source Code](https://github.com/legopitstop/Datapacks)
17 changes: 17 additions & 0 deletions docs/breaker/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
---
title: Ultimate Block Breaker
description: This add-on adds different tiered block breakers to break any blocks (besides bedrock). Perfect for automating cobblestone generators. Not to mention they are easy to use and upgrade!
prev:
text: Spawner Craft
link: /spawner-craft/
next:
text: Lot's More Food
link: /more-food/
---

# Ultimate Block Breaker

This add-on adds different tiered block breakers to break any blocks (besides bedrock). Perfect for automating cobblestone generators. Not to mention they are easy to use and upgrade!

## Loaders

- Data Pack
- Add-On

## Links

- :fire: [Curseforge](https://www.curseforge.com/minecraft-bedrock/addons/breaker)
- :wrench: [MCPEDL](https://mcpedl.com/breaker/)
- :gear: [Source Code](https://github.com/legopitstop/Addons)
16 changes: 10 additions & 6 deletions docs/datapackutils/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: datapackutils
description: Utility functions for creating Minecraft datapacks.
head:
- - meta
- name: keywords
content: legopitstop,python,minecraft,pypi,util,datapack,pythonpackage
keywords: legopitstop,python,minecraft,pypi,util,datapack,pythonpackage
prev:
text: accentcolordetect
link: /accentcolordetect/
next:
text: jsonpack
link: /jsonpack/
---

# datapackutils
Expand All @@ -13,5 +16,6 @@ Utility functions for creating Minecraft datapacks.

## Links

- [Download](https://github.com/legopitstop/datapackutils/releases)
- [Source Code](https://github.com/legopitstop/datapackutils)
- :pie: [PyPI](https://pypi.org/project/datapackutils)
- :file_folder: [Download](https://github.com/legopitstop/datapackutils/releases)
- :gear: [Source Code](https://github.com/legopitstop/datapackutils)
13 changes: 7 additions & 6 deletions docs/geysermc/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: GeyserMC
description: The unofficial Python wrapper for geysermc.org
head:
- - meta
- name: keywords
content: legopitstop,python,minecraft,pypi,geysermc,pythonpackage
keywords: legopitstop,python,minecraft,pypi,geysermc,pythonpackage
next:
text: TkinterPlus
link: /tkinterplus/
---

# GeyserMC
Expand All @@ -13,8 +13,9 @@ The unofficial Python wrapper for [geysermc.org](https://geysermc.org)

## Links

- [Download](https://github.com/legopitstop/geysermc/releases)
- [Source Code](https://github.com/legopitstop/geysermc)
- :pie: [PyPI](https://pypi.org/project/geysermc)
- :file_folder: [Download](https://github.com/legopitstop/geysermc/releases)
- :gear: [Source Code](https://github.com/legopitstop/geysermc)

## Examples

Expand Down
20 changes: 14 additions & 6 deletions docs/jsonpack/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
---
title: jsonpack
description: This library allows you to create packs using JSON files to configure your Python Application.
head:
- - meta
- name: keywords
content: legopitstop,python,components,events,json,pypi,scripts,pillow,pack,manifests,pythonpackage,schemaser
keywords: legopitstop,python,components,events,json,pypi,scripts,pillow,pack,manifests,pythonpackage,schemaser
prev:
text: datapackutils
link: /datapackutils/
next:
text: mcaddon
link: /mcaddon/
---

# jsonpack

This library allows you to create packs using JSON files to configure your Python Application.

::: info
This package is being rewritten from the ground up.
:::

## Links

- [Download](https://github.com/legopitstop/jsonpack/releases)
- [Source Code](https://github.com/legopitstop/jsonpack)
- :pie: [PyPI](https://pypi.org/project/jsonpack)
- :file_folder: [Download](https://github.com/legopitstop/jsonpack/releases)
- :gear: [Source Code](https://github.com/legopitstop/jsonpack)
21 changes: 17 additions & 4 deletions docs/lightning-bolt-glass/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
---
title: Lightning Bolt Glass
description: What is Lightning Bolt Glass? Whenever lightning hits sand it turns into glass.
head:
- - meta
- name: keywords
content: legopitstop,fulgurite,minecraft,fabricmc,mod,datapack,datadriven,customizable
keywords: legopitstop,fulgurite,minecraft,fabricmc,mod,datapack,datadriven,customizable
prev:
text: LPS Rcore API
link: /rcore-api/
next:
text: More Blocks
link: /more-block/
---

# Lightning Bolt Glass

What is Lightning Bolt Glass? Whenever lightning hits sand it turns into glass.

## Loaders

- Data Pack

## Links

- :fire: [Curseforge](https://www.curseforge.com/minecraft/mc-mods/lightning-bolt-glass)
- :wrench: [Modrinth](https://modrinth.com/mod/lightning-bolt-glass)
- :gear: [Source Code](https://github.com/legopitstop/Fabric)
12 changes: 12 additions & 0 deletions docs/lpsmods/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
---
title: lpsmods.dev Docs
description: desc
prev:
text: Update Checker
link: /update-checker/
next: false
---

# lpsmods.dev Docs

Documentation for all my projects

## Links

- :computer: [Website](https://docs.lpsmods.dev)
- :gear: [Source Code](https://github.com/legopitstop/docs.lpsmods.dev)
16 changes: 16 additions & 0 deletions docs/magnet/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
---
title: Simple Magnets
description: Adds simple magnet items and blocks to make gathering dropped items easier. Upgrade your magnet to make it reach further out. Use the magnet blocks to gather items from your mob farm instead of using tons of hoppers!
prev:
text: Recore API
link: /recordapi/
next:
text: Spawner Craft
link: /spawner-craft/
---

# Simple Magnets

Adds simple magnet items and blocks to make gathering dropped items easier. Upgrade your magnet to make it reach further out. Use the magnet blocks to gather items from your mob farm instead of using tons of hoppers!

## Loaders

- Add-On

## Links

- :fire: [Curseforge](https://www.curseforge.com/minecraft-bedrock/addons/magnets)
- :wrench: [MCPEDL](https://mcpedl.com/magnets/)
- :gear: [Source Code](https://github.com/legopitstop/Addons)
16 changes: 10 additions & 6 deletions docs/mcaddon/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: mcaddon
description: Utility functions for creating Minecraft Bedrock Add-Ons.
head:
- - meta
- name: keywords
content: legopitstop,python,minecraft,json,pypi,resourcepack,development-kit,add-on,bedrock-edition,mcpack,pythonpackage,behaviorpack,mcaddon
keywords: legopitstop,python,minecraft,json,pypi,resourcepack,development-kit,add-on,bedrock-edition,mcpack,pythonpackage,behaviorpack,mcaddon
prev:
text: jsonpack
link: /jsonpack/
next:
text: mcextract
link: /mcextract/
---

# mcaddon
Expand All @@ -13,8 +16,9 @@ Utility functions for creating Minecraft Bedrock Add-Ons.

## Links

- [Download](https://github.com/legopitstop/mcaddon/releases)
- [Source Code](https://github.com/legopitstop/mcaddon)
- :pie: [PyPI](https://pypi.org/project/mcaddon)
- :file_folder: [Download](https://github.com/legopitstop/mcaddon/releases)
- :gear: [Source Code](https://github.com/legopitstop/mcaddon)

## Examples

Expand Down
25 changes: 19 additions & 6 deletions docs/mcextract/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: mcextract
description: Extract assets and data from the Minecraft jar.
head:
- - meta
- name: keywords
content: legopitstop,python,java,minecraft,data,assets,pypi,jar,reports,pythonpackage,customtkinter,serverjars,userfolder
keywords: legopitstop,python,java,minecraft,data,assets,pypi,jar,reports,pythonpackage,customtkinter,serverjars,userfolder
prev:
text: mcaddon
link: /mcaddon/
next:
text: mojangskin
link: /mojangskin/
---

# mcextract
Expand All @@ -13,8 +16,9 @@ Extract assets and data from the Minecraft jar.

## Links

- [Download](https://github.com/legopitstop/mcextract/releases)
- [Source Code](https://github.com/legopitstop/mcextract)
- :pie: [PyPI](https://pypi.org/project/mcextract)
- :file_folder: [Download](https://github.com/legopitstop/mcextract/releases)
- :gear: [Source Code](https://github.com/legopitstop/mcextract)

## Examples

Expand All @@ -36,3 +40,12 @@ mcextract extract 1.20.4/1.20.4.jar --assets --data -eula
mcextract map 16.json -eula
mcextract generate 1.20.6 --client --server --reports -eula
```

::: tip
You can queue multiple commands by separating them using a semicolon (`;`)

```sh
echo First; echo Second; echo Last
```

:::
Loading

0 comments on commit 6574ed8

Please sign in to comment.