https://github.com/kk-mp4/beta-kobra-fixer
Filter for MCEdit 1.0 for fixing Kobras for Minecraft Java Edition Beta 1.7 - 1.4.7
https://github.com/kk-mp4/beta-kobra-fixer
mcedit-filter minecraft minecraft-beta
Last synced: about 1 year ago
JSON representation
Filter for MCEdit 1.0 for fixing Kobras for Minecraft Java Edition Beta 1.7 - 1.4.7
- Host: GitHub
- URL: https://github.com/kk-mp4/beta-kobra-fixer
- Owner: KK-mp4
- License: mit
- Created: 2024-08-25T04:00:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:36:28.000Z (over 1 year ago)
- Last Synced: 2024-10-27T20:44:33.881Z (over 1 year ago)
- Topics: mcedit-filter, minecraft, minecraft-beta
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beta Kobra Fixer
## Filter for MCEdit 1.0 for fixing Kobras for Minecraft Java Edition Beta 1.7 - 1.4.7
Minecraft now has Kobras in the very first version pistons got added, you can watch this video for more information - [How to Generate a Spawner in MCJE Beta 1.7](https://youtu.be/G6L-5owxID4).
[Kimo made a mod](https://github.com/kimoVoid/BetaCMP) that allowes to constantly power detector rails (as if they always have minecarts on them), this greatly speeds up the development of Kobras, since we don't need to worry about minecarts. This MCEdit filter is made so you can convert builds made with such mod into Kobras that work in vanilla single player.
## What this filter does?
It does two things:
- places a minecart above each detector rail;
- changes data value of all rails, so there are no sloped rails.
## How to install
1. Download [32 bit MCEdit](https://www.reddit.com/r/GoldenAgeMinecraft/comments/opfrb2/mcedit_for_beta/) and open mcedit.exe
2. Quick Load -> Select needed world -> Select an area -> Press **Filter** option in the bottom menu

3. In Filter window press **Filter:** - it's a shortcut to open filter folder

4. Download beta_kobra_fixer.py from this repository and drag & drop it into opened filter folder

5. Now reload filters by selectind different tool in tool box and going back to **Filter**, now you can find Beta Kobra Fixer filter!

6. By default filter sets all detector rails data value to 8 (powered north-south), you can modify the value to your needs: https://minecraft.wiki/w/Detector_Rail#Data_history
## How to use
1. Box select your Kobra that needs fixing using **Select** tool.

2. Now select **Filter** tool, find "Beta Kobra Fixer" tool and click "Filter". You can also toggle an option to change all detector rails to default data value (this is needed to fix sloped rails on upwards extensions).

3. Save the world by pressing **Ctrl + S**.
## Change log
- v1.0 Added the ability to change all rails to data value 0 (unpowered north-south) and place minecart on them.
- v1.1 Fixed default data value to 8 (powered north-south) and added ability to change it. Fixed a bug where entity UUID is bigger than 32-bit signed integer
## License
This program is licensed under the MIT License. Please read the License file to know about the usage terms and conditions.