https://github.com/falsepattern/worldedit
🗺️ Minecraft map editor and mod (1.7.10 fork)
https://github.com/falsepattern/worldedit
Last synced: 10 months ago
JSON representation
🗺️ Minecraft map editor and mod (1.7.10 fork)
- Host: GitHub
- URL: https://github.com/falsepattern/worldedit
- Owner: FalsePattern
- License: other
- Created: 2024-07-09T18:53:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-08T17:49:37.000Z (about 1 year ago)
- Last Synced: 2025-02-28T11:24:35.101Z (11 months ago)
- Language: Java
- Size: 6.69 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# WorldEdit Enhanced 
**[CurseForge](https://www.curseforge.com/minecraft/mc-mods/worldedit-legacy-enhanced) | [Modrinth](https://modrinth.com/mod/worldedit-legacy-enhanced)**
WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both
single player and multiplayer, that lets you:
* Change thousands of blocks in an area at once by selecting regions.
* Use over 100 functions to modify the world or remove problems.
* Remove large chunks of land as you wish.
* Sculpt the world and build mountains with brushes.
* Fix annoyances such as broken water, missing snow, raging fires, and more.
WorldEdit is open source and is available under the GNU Lesser General Public
License v3.
## Fork info
This is a fork based on WorldEdit 6.1.1 for 1.7.10, with the goal of centralizing any improvements and changes into a single location,
removing the need for bespoke ASM and mixins from various mods that deeply change world formats, as well as integrating fixes that have been discovered over the years.
Some bugfixes and compat patches have been merged in from the [nh fork](https://github.com/GTNewHorizons/worldedit-gtnh)
## Dependencies
- [FalsePatternLib](https://github.com/FalsePattern/FalsePatternLib)