Skip to content

Commit

Permalink
[repo] Getting ready for subcategories
Browse files Browse the repository at this point in the history
Just a css change and an extra outer division for tweaks
  • Loading branch information
NSPC911 committed Jul 15, 2024
1 parent 6812390 commit 707e960
Show file tree
Hide file tree
Showing 9 changed files with 5,714 additions and 5,963 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Thank you for considering contributing to BEComTweaks! We appreciate your time a
### Apps Needed

To get started with contributing, you will require these apps on desktop

- [Git](https://git-scm.com/)
- A suitable editor
- [Fleet](https://www.jetbrains.com/fleet/)
Expand All @@ -30,13 +31,14 @@ You can click [here](https://github.com/BEComTweaks/resource-packs/fork) to fork

### Clone the forked repository to your local copy

Generally the forked repository would be under your account, so cloning it is as simple as
Generally the forked repository would be under your account, so cloning it is as simple as

```bash
git clone https://github.com/<user>/resource-packs/
```

You can also use [GitHub CLI](https://cli.github.com) or [GitHub Desktop](https://github.com/apps/desktop) to clone your repository

- If you do clone with GitHub CLI, remember to set the proper default repository, else you won't be able to push!

If you are using GitHub Dev, the url to it would be https://github.dev/<user>/resource-packs
Expand All @@ -53,4 +55,4 @@ You can also view your changes to the web interface at [./webUI/index.html]

Pull Requests also have no general guidlines, but make sure to outline what you achieved through the Pull Request!

<sub>Thanks for coming here! It helps a lot of you star this repo!</sub>
<sub>Thanks for coming here! It helps a lot of you star this repo!</sub>
31 changes: 16 additions & 15 deletions credits.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
## This would not have been possible if not for the following

### Websites<br>

<br>[Vanilla Tweaks](https://vanillatweaks.net)<br>

### Websites
[Vanilla Tweaks](https://vanillatweaks.net)
- Without them, Bedrock Tweaks would have not been this way
<br>[Bedrock Tweaks](https://bedrocktweaks.net)<br>
- Without DrAV, this would have taken a long time to complete

### Individuals<br>

[YzaBeast1](https://github.com/yzabeast1)<br>
[Bedrock Tweaks](https://bedrocktweaks.net)
- Without DrAV, this would have taken a long time to complete

- Pointed out issues with my code preventing Linux Distributions from running the scripts<br>
### Individuals
[YzaBeast1](https://github.com/yzabeast1)
- Pointed out issues with my code preventing Linux Distributions from running the scripts
- Made the webUI and backend if we host it
<br>[JWForever5504](https://github.com/JWForever5504)<br>

[JWForever5504](https://github.com/JWForever5504)
- He made like 40 of the most of incomplete packs. Helped me focus on the python scripts
<br>[MPAD2277/putraanug](https://discord.com/users/765852622946435075)<br>

[MPAD2277/putraanug](https://discord.com/users/765852622946435075)
- Glass Door, Trapdoors and Circular Logs for 1.20, and most ore pack compatablities
<br>[lonelyang](https://github.com/lonelyang)<br>

[lonelyang](https://github.com/lonelyang)
- Note block pitch particles pack
<br>[NSPC911](https://github.com/NSPC911)<br>

[NSPC911](https://github.com/NSPC911)
- Yep, that's me, the one who started this all!

If you contributed directly or indirectly and want a place here, contact me on Discord at `@nspg911`
If you contributed directly or indirectly and want a place here, contact me on Discord at `@nspg911`
79 changes: 20 additions & 59 deletions jsons/others/incomplete_compatibilities.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,21 @@
{
"SolidSlime": [
"RainbowSlime"
],
"AshlessCampfires": [
"SoulSoilSoulCampfires"
],
"SmootherStones": [
"DoubleSlabFix"
],
"UniformOres": [
"UnlitRedstoneOre"
],
"HungerPreview": [
"MusicDiscRedstoneLevelPreview"
],
"MusicDiscRedstoneLevelPreview": [
"HungerPreview"
],
"StickyPistonSides": [
"PistonInnerFix"
],
"DirectionalObservers": [
"UpdatedObserverTexture"
],
"UnlitRedstoneOre": [
"UniformOres",
"ClassicOres"
],
"RainbowSlime": [
"SolidSlime"
],
"ClassicOres": [
"UnlitRedstoneOre"
],
"OarlessBoats": [
"ConsistentOars"
],
"SmileyAxolotls": [
"GreenAxolotl"
],
"GreenAxolotl": [
"SmileyAxolotls"
],
"PistonInnerFix": [
"StickyPistonSides"
],
"UpdatedObserverTexture": [
"DirectionalObservers"
],
"ConsistentOars": [
"OarlessBoats"
],
"SoulSoilSoulCampfire": [
"AshlessCampfires"
],
"DoubleSlabFix": [
"SmootherStones"
]
}
"SolidSlime": ["RainbowSlime"],
"AshlessCampfires": ["SoulSoilSoulCampfires"],
"SmootherStones": ["DoubleSlabFix"],
"UniformOres": ["UnlitRedstoneOre"],
"HungerPreview": ["MusicDiscRedstoneLevelPreview"],
"MusicDiscRedstoneLevelPreview": ["HungerPreview"],
"StickyPistonSides": ["PistonInnerFix"],
"DirectionalObservers": ["UpdatedObserverTexture"],
"UnlitRedstoneOre": ["UniformOres", "ClassicOres"],
"RainbowSlime": ["SolidSlime"],
"ClassicOres": ["UnlitRedstoneOre"],
"OarlessBoats": ["ConsistentOars"],
"SmileyAxolotls": ["GreenAxolotl"],
"GreenAxolotl": ["SmileyAxolotls"],
"PistonInnerFix": ["StickyPistonSides"],
"UpdatedObserverTexture": ["DirectionalObservers"],
"ConsistentOars": ["OarlessBoats"],
"SoulSoilSoulCampfire": ["AshlessCampfires"],
"DoubleSlabFix": ["SmootherStones"]
}
31 changes: 7 additions & 24 deletions jsons/others/incomplete_pack_icons.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
{
"Aesthetic": [],
"Colorful Slime": [
"RainbowSlime"
],
"Colorful Slime": ["RainbowSlime"],
"Fixes and Consistency": [],
"Fun": [],
"HUD and GUI": [
"TransparentUI",
"HighContrastUI"
],
"HUD and GUI": ["TransparentUI", "HighContrastUI"],
"Lower and Sides": [],
"Menu Panoramas": [],
"More Zombies": [],
"Parity": [],
"Peace and Quiet": [],
"Retro": [
"OldBedIcons",
"RenamePottery'Sherd'to'Shard'"
],
"Terrain": [
"GoldenSavanna"
],
"Unobtrusive": [
"NoCherryLeavesParticles",
"UnobtrusiveScaffolding",
"NoFog"
],
"Retro": ["OldBedIcons", "RenamePottery'Sherd'to'Shard'"],
"Terrain": ["GoldenSavanna"],
"Unobtrusive": ["NoCherryLeavesParticles", "UnobtrusiveScaffolding", "NoFog"],
"Utility": [
"CrumbledInfestedStoneBlocks",
"BoltlessWaxedCopperBlocks",
Expand All @@ -34,8 +20,5 @@
"DirectionalDispensersandDroppers",
"NoteBlockPitchParticle"
],
"Variation": [
"VariatedCoarseDirt",
"VariatedVillagers"
]
}
"Variation": ["VariatedCoarseDirt", "VariatedVillagers"]
}
15 changes: 4 additions & 11 deletions jsons/others/incomplete_packs.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"Aesthetic": [],
"Colorful Slime": [
"RainbowSlime"
],
"Colorful Slime": ["RainbowSlime"],
"Fixes and Consistency": [],
"Fun": [],
"HUD and GUI": [
"TransparentUI",
"HighContrastUI"
],
"HUD and GUI": ["TransparentUI", "HighContrastUI"],
"Lower and Sides": [],
"Menu Panoramas": [],
"More Zombies": [],
Expand All @@ -22,7 +17,5 @@
"MusicDiscRedstoneLevelPreview",
"DirectionalDispensersandDroppers"
],
"Variation": [
"VariatedCoarseDirt"
]
}
"Variation": ["VariatedCoarseDirt"]
}
Loading

0 comments on commit 707e960

Please sign in to comment.