Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pisaucer/vanillatweaksbedrock
An unofficial port of Minecraft Vanilla Tweaks for Bedrock with modular download support
https://github.com/pisaucer/vanillatweaksbedrock
minecraft minecraft-bedrock minecraft-tweaks modular vanilla-javascript vanilla-tweaks
Last synced: about 2 months ago
JSON representation
An unofficial port of Minecraft Vanilla Tweaks for Bedrock with modular download support
- Host: GitHub
- URL: https://github.com/pisaucer/vanillatweaksbedrock
- Owner: PiSaucer
- License: mit
- Created: 2021-01-22T04:00:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T21:23:40.000Z (11 months ago)
- Last Synced: 2024-02-13T22:32:31.649Z (11 months ago)
- Topics: minecraft, minecraft-bedrock, minecraft-tweaks, modular, vanilla-javascript, vanilla-tweaks
- Language: JavaScript
- Homepage: https://tweaks.pisaucer.com
- Size: 80.1 MB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Vanilla Tweaks Bedrock Edition
[![license](https://img.shields.io/github/license/pisaucer/VanillaTweaksBedrock?color=blue)](LICENSE)
[![forks](https://img.shields.io/github/forks/pisaucer/VanillaTweaksBedrock.svg)](https://github.com/pisaucer/VanillaTweaksBedrock/network/members)
[![contributors](https://img.shields.io/github/contributors/pisaucer/VanillaTweaksBedrock?color=green)](https://github.com/pisaucer/VanillaTweaksBedrock/graphs/contributors)
![size](https://img.shields.io/github/repo-size/pisaucer/VanillaTweaksBedrock?color=green)
![banner](img/banner.png)An unofficial port of Minecraft Vanilla Tweaks for Bedrock with Modular Downloading.
Please read the [LEGAL_DISCLAIMER](LEGAL_DISCLAIME.md) to know that this a unoffical port. Check out the [Credits](credits.md). This project follows the [MIT LICENSE](LICENSE). If you have any issues please don't hesitate to contact me on GitHub.
## Live Demo
* [tweaks.pisaucer.com](https://tweaks.pisaucer.com/)## Getting Started
**Anyway to host a website**
Tools required:
- Web Browser
- Any method of hostingCurrently I am using [GitHub Pages](https://pages.github.com/) for free and open source hosting.
### Customizing
1. Edit the files in `mcpack/master` and make changes in the `js/index.js`.
2. Create/Gather a bedrock texture pack
1. I reccommend using [ModifiedCommand/ConvertJavaTextureToBedrock](https://modifiedcommand.github.io/ConvertJavaTextureToBedrock/) to convert Java Texture Packs into Bedrock.
3. To add new modules you could use the [converter](https://tweaks.pisaucer.com/convert/) that converts a bedrock pack into a html module (or do it by hand).
4. Add the files (unzipped) into the proper directory (`mcpack`).
## Contributing
Pull requests are welcome. If you find any problem(s) in Vanilla Tweaks Bedrock Edition, feel free to submit an issue. This includes stuff like vulnerabilities, or even the most trivial issues (such as typoes.) If you know how to fix an issue, feel free to make a pull request for the issue.
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our [code of conduct](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. If you would like to suggest a feature or change, submit it as an issue as well; it will be given the appropriate tag once we have seen it. We love to discuss any major changes with you.
## Authors
Please view the [Credits](credits.md) for a list.
```
Credits:
Vanilla Tweaks: https://vanillatweaks.net/
```