Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkingstudios/litematica-forge
Litematica unofficial forge port. A modern client-side schematic mod for Minecraft.
https://github.com/thinkingstudios/litematica-forge
Last synced: 7 days ago
JSON representation
Litematica unofficial forge port. A modern client-side schematic mod for Minecraft.
- Host: GitHub
- URL: https://github.com/thinkingstudios/litematica-forge
- Owner: ThinkingStudios
- License: lgpl-3.0
- Created: 2023-04-22T00:46:07.000Z (over 1 year ago)
- Default Branch: 1.20.4-neoforge/dev
- Last Pushed: 2024-05-29T03:50:18.000Z (6 months ago)
- Last Synced: 2024-05-29T06:03:14.406Z (6 months ago)
- Language: Java
- Homepage:
- Size: 1.21 MB
- Stars: 18
- Watchers: 0
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Forgematica
Litematica unofficial (Neo)Forge port.
**Require [MaLiLib-Forge](https://github.com/ThinkingStudios/MaLiLib-Forge).**
Forgematica (or Litematica-Forge) is a client-side schematic mod for Minecraft, with also lots of extra functionality especially for creative mode (such as schematic pasting, area cloning, moving, filling, deletion).
Litematica (Original mod) was started as an alternative for [Schematica](https://www.curseforge.com/minecraft/mc-mods/schematica), for players who don't want to have Forge installed on their client, and that's why it was developed for Liteloader.
## Development
```gradle
repositories {
maven { url 'https://api.modrinth.com/maven' }
}dependencies {
modImplementation "maven.modrinth:forgematica:${forgematica_version}"
}
```> Note: "${forgematica_version}" can be found in [Modrinth](https://modrinth.com/mod/forgematica).
## Compiling
- Clone the repository
- Open a command prompt/terminal to the repository directory
- run 'gradlew build'
- The built jar file will be in build/libs/