https://github.com/squeek502/creativeblocks
A Minecraft mod that allows specified blocks to be placed as if the player was in creative mode
https://github.com/squeek502/creativeblocks
Last synced: about 2 months ago
JSON representation
A Minecraft mod that allows specified blocks to be placed as if the player was in creative mode
- Host: GitHub
- URL: https://github.com/squeek502/creativeblocks
- Owner: squeek502
- License: unlicense
- Created: 2015-02-02T21:37:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T12:23:32.000Z (almost 9 years ago)
- Last Synced: 2025-03-28T20:11:33.639Z (2 months ago)
- Language: Java
- Size: 117 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Creative Blocks
===============A Minecraft mod that allows specified blocks to be placed as if the player was in creative mode
### Current features:
- Config for whitelisting blocks as 'creative' (see `config/CreativeBlocks/default.json` after running Minecraft once with the mod installed)
- Whitelisted blocks do not get used up when placed (like in creative)
- Whitelisted blocks do not drop anything when broken (like in creative)
- Whitelisted blocks get broken in one hit (like in creative)### Building The Mod
1. Clone this repository
2. If you have [Gradle](http://www.gradle.org/) installed, open a command line in the cloned directory and execute: ```gradle build```. To give the build a version number, use ```gradle build -Pversion=``` instead (example: ```gradle build -Pversion=1.0.0```)
* If you don't have Gradle installed, you can use [ForgeGradle](http://www.minecraftforge.net/forum/index.php?topic=14048.0)'s gradlew/gradlew.bat instead