BuildCraft Core
The core/library submodule as provided by [BuildCraft](https://modrinth.com/mod/buildcraft).
This submodule provides shared code used by other BuildCraft submodules, as well as some blocks/items shared between them (crafting component items, area marker blocks, etc). Notably, the mod’s Wrench item is provided by this submodule, which is often well-supported by other mods.
Note that the [BuildCraft](https://modrinth.com/mod/buildcraft) project contains the complete mod in single-JAR format – but not all versions are available in this format; likewise, not all versions are available in this multi-JAR submodule format.
Licensing information is provided in the full version’s description above.
BuildCraft Builders
The builders submodule as provided by [BuildCraft](https://modrinth.com/mod/buildcraft).
This submodule adds BuildCraft’s Builders – blocks which allow the construction of user-provided schematics within a world using resources gathered from that world. To create a Schematic, the Architect Table is utilized. Schematics created in this way can be imported and exported using the Blueprint Library and shared with others online.
Note that the Builders only really became fully stable in a multiplayer context with more recent versions for Minecraft 1.7.10.
Note that the [BuildCraft](https://modrinth.com/mod/buildcraft) project contains the complete mod in single-JAR format – but not all versions are available in this format; likewise, not all versions are available in this multi-JAR submodule format.
Licensing information is provided in the full version’s description above.
Block Helper
# Block Helper
A direct WAILA port for old versions of Minecraft, with almost the same API and many, many additional fixes!
## Download
[**Download on CurseForge**](https://www.curseforge.com/minecraft/mc-mods/block-helper)
[**Download on Modrinth**](https://modrinth.com/mod/block-helper) (More versions are available here)
### Fixers
Some Minecraft versions have bugs. That’s normal. In order to fix some of them, you can install the following fixers:
– [Class Loader Fixer](https://modrinth.com/mod/class-loader-fixer)
– [Font Fixer](https://modrinth.com/mod/font-fixer)
## Old source code
This repository hosts the source code for BlockHelper versions 2.x and onwards.
The source code for older versions (0.x and 1.x), has moved [here](https://github.com/ThexXTURBOXx/BlockHelper-old).
## Installation
### Forge (all versions) / ModLoaderMP (≤ 1.2.3)
#### Client
Just drop the mod into the `mods` folder. Done! 🙂
#### Server
If you are running a server on MC 1.3.x or newer, just copy the Block Helper jar file into the `mods` folder.
On older versions, you need to download the dedicated server build of the mod.
It can be found under “Additional files” both on Modrinth and CurseForge.
In MC b1.5_02 and older, you need to copy all the files from this jar into the server jar.
In all newer versions, it is sufficient to just copy the jar file into the `mods` folder.
#### MCPC+/Cauldron/Bukkit
If you are running a server on MC 1.3.x or newer, just copy the Block Helper jar file into the `mods` folder.
On older versions, you need to download the dedicated Bukkit/MCPC+ build of the mod.
It can be found under “Additional files” both on Modrinth and CurseForge.
In MC b1.7.3 and older, you need to copy all the files from this jar into the Bukkit jar.
In all newer versions, it is sufficient to just copy the jar file into the `mods` folder.
### Fabric
Drop the mod into the `mods` folder and install [Apron](https://github.com/BetterThanUpdates/Apron) or [BetaLoader](https://github.com/paulevsGitch/BetaLoader) (for b1.7.3)
or [Fabricated Forge](https://github.com/arthurbambou/Fabricated-Legacy-Forge) (for 1.3.2+).
## Features
### Mod Compatibility
Next to Vanilla blocks, integration modules for the following mods are in place (list updated only irregularly!):
– Advanced Machines
– Advanced Solar Panels
– Applied Energistics 1
– Barrels
– BuildCraft 2 and 3
– ChickenChunks
– Ender Storage
– Equivalent Exchange 1, 2 and 3
– Factorization
– Falling Meteors
– Flora & Soma / Natura
– Forestry
– Forge Multipart
– GregTech
– IC²
– Immibis’s Microblocks
– IndustrialCraft
– InfiCraft
– NEI
– Pam’s Mods
– Project Zulu
– Railcraft
– Red Power
– Thaumcraft
– Thermal Expansion
– Total Panels
– Twilight Forest
Some of these mods still host downloads to this day.
If you cannot find downloads for some of these,
chances are that they are still downloadable via [MCModArchive](https://mcmodarchive.femtopedia.de/).
### API
Block Helper features WAILA’s API (with minimal changes) from version 2.x onwards.
Since there are many resources online on how to use the API, I will keep this as simple as possible here and just list a few “good” examples:
– [Block Helper’s own plugins](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.5.2/src/main/java/mcp/mobius/waila/addons)
– [BlockHelperAddons](https://github.com/VintageModsReforged/BlockHelperAddons)
Just try to follow these examples and you will succeed. To safely register your plugin, use the code snippet from the
JavaDoc of the `mod_BlockHelper#registerPlugin` function.
### Other features
Yes, Block Helper has a few additional features and integrations you probably have not seen before 🙂
On the Modrinth and CurseForge page, there are a few images of most of these features in action!
_Please note that not every feature is available for every Minecraft version due to modding limitations._
#### NEI/AMI/HMI integration
– Two new keybinds (default: NUM3 and NUM4), which show all the recipes for or using the
block currently looked at
– Show the mod an item is from in the item’s tooltip [this also works without NEI/AMI/HMI in Apron]
– Another keybind specific for NEI (default: I), which shows all the applicable enchantments for the
currently highlighted item in the inventory
#### World Overlays
Just like NEI in MC 1.4.7 and onwards, Block Helper features a light level overlay and chunk border overlay. The default
keybinds for these are F7 and F9, respectively.
## Source Code
Block Helper is being developed for:
– [a1.2.6](https://github.com/ThexXTURBOXx/BlockHelper/tree/a1.2.6)
– [b1.1_01/b1.1_02](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.1_02)
– [b1.2_02](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.2_02)
– [b1.3_01](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.3_01)
– [b1.4_01](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.4_01)
– [b1.5/b1.5_01](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.5_01)
– [b1.6.5/b1.6.6](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.6.6)
– [b1.7-b1.7.3](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.7.3)
– [b1.8/b1.8.1](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.8.1)
– [b1.9p5](https://github.com/ThexXTURBOXx/BlockHelper/tree/b1.9p5)
– [1.0/1.0.1](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.0)
– [1.1](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.1)
– [1.2.3](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.2.3)
– [1.2.4/1.2.5](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.2.5)
– [1.3.2](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.3.2)
– [1.4](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4)
– [1.4.1/1.4.2](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4.2)
– [1.4.3](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4.3)
– [1.4.4/1.4.5](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4.5)
– [1.4.6/1.4.7](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.4.7)
– [1.5.x](https://github.com/ThexXTURBOXx/BlockHelper/tree/1.5.2)
Blinding Pumpkin Overlay
You ever wanted to completely blind your foes with a curse of binding pumpkin? Then this is the resource pack for you!
Should work for every version.
It just makes the pumpkin overlay completely black, thats it.
[Alternative Download [PlanetMinecraft]](https://www.planetminecraft.com/texture-pack/blinding-pumpkin-overlay)
Black Hole Moon
# 
Thanks for checking out Black Hole Moon! This Resource Pack will change the boring moon to a Black Hole. Great to prank your friends, or just to change the moon to something else.
## FAQ
### Does this require any external mods?
Nope. This Resource Pack does not need any external mods for it to function properly.
### Can you put this pack on CurseForge?
I do not plan to put this pack on CurseForge, and probably never will.
### On some versions of Minecraft it either says “The pack is too new” or “The pack is too old”
On these versions “supported_formats” in pack.mcmeta was not introduced yet, because of that it looks at “pack_format” and says on the lines of “Pack format 5? (pack format for 1.15.2) That is old. This pack must not work on me anymore” even though the pack supports that version. Best you can do is just ignore it and enable the pack anyway, do the same if it says “pack is too new”.
### Did you make the Pixel Art yourself?
Yes! and you are free to use it on whatever project your working on. Credit would be appreciated, but its not mandatory, just dont copy the Resource Pack outright and publish it claiming its your own.
Better Than Wolves

Better Than Wolves is a “total conversion”. This differs from most mods that you are probably used to in that it changes many of the rules of play to provide a richer experience, rather than just adding in new stuff. What makes it special however, is that it always attempts to do so in a way that retains the original spirit of the game, perhaps even more so than the newer official releases.
It focuses both on challenging survival play, and player creativity in terms of never providing “magic block” solutions to in game problems. Instead, it provides basic tools and leaves it to the player to figure out how to use them to get the job done.
In short, Better Than Wolves is a vision of what Mincraft could have been, designed by a very serious player, for other like minded individuals.
All credit goes towards the creator, FlowerChild. And to the BTW Community.
**VERSIONS 4.84+ DO NOT USE A MODLOADER!!!**
**PERMISSION** : FlowerChild officially declared BTW open source CC BY 4.0 and allowed redistribution. — https://sargunster.com/btwforum/viewtopic.php?t=9863 —
**TO BE UPLOADED**: Versions 3.63, 3.72, 4.85 when Modrinth allows uploading out of order to not mess up the changelog
**NOTE: Better Than Wolves IS NO LONGER ACTIVELY DEVELOPED.**
It has been superseded by Better Than Wolves: Community Edition
MCF: https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/3117153-better-than-wolves-community-edition-v2-0-4-may
Github: https://github.com/BTW-Community/BTW-Public
BeTPA
A somewhat simple TPA (Teleport Request) plugin for Minecraft Beta (most versions), with way too many features! Probably supports other versions too…
Feel free to customize the messages to your liking, as well as adjust the request time limit.
| Commands | Description | Permission* |
|———————|—————————————————————————–|————-|
| `tpa ` | Sends a teleport request to a player | tpa.request |
| `tpaccept [player]` | Accepts a teleport request from one or more players (if none are specified) | tpa.answer |
| `tpadeny [player]` | Denies a teleport request from one or more players (if none are specified) | tpa.answer |
| `tpareload` | Reloads the plugin | tpa.reload |
> ⚠️ The permissions are, by default, disabled (except for the /tpareload command). Enable them in the config.
**Minimum Java required:** 8
Beta+
A simple texture pack to enhanced your beta world.
## Features
– Outlined ores
– Dark GUI
– Old cobblestone & Old Mossy cobblestone
– Newer developer art dispenser, mob spawner and, Coco **Beans**
– Wool from 1.12
– Translucent Pumpkin (b1.8+)
and more to come in the future
Message me on discord for whatever @ Minix#4977
## What’s “New beta+?”
New beta+ was created to be used for version beta 1.8 and beta 1.9
Beta+ is for “old school” beta 1.0 – 1.7.3
Bedwars Ultimate
This Resource Pack focuses on Bedwars and PvP Textures, like tiny Swords or some simple Block Textures.
Tools and Weapons:
25
Blocks:
128
Items:
11
Armor and Equipment:
21
Coming soon: Item Textures 🙂
Bare Bones Moon Fix
it bothered me that the Bare Bones pack didnt have the same moon texture as the trailers. so I fixed that