promotional bannermobile promotional banner

Content Creator

A mod for creating items, blocks, fluids and more with crafttweaker
Back to Files

ContentCreator-1.3.92.jar

File nameContentCreator-1.3.92.jar
Uploader
fullskelefullskele
Uploaded
Dec 30, 2024
Downloads
86.2K
Size
298.8 KB
Mod Loaders
Forge
File ID
6035583
Type
R
Release
Supported game versions
  • 1.12.2
  • 1.12

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:content-creator-622862:6035583")

Learn more about Curse Maven

What's new

Commissioned by xkforce/penteractgaming

Added Blocks:

-Pumpkin/Stem crops

-2-block tall crops

-Crops that require a certain block next to them

-Tall crops that require a certain block next to them

Constructors:

GenericBlock.createStem(String name, String cropBlockId, int cropBlockMeta).register();

GenericBlock.createCropRestrictedByBlock(String name, String cropId, String blockId, int cropMeta, int blockMeta, int cropMinDrop, int cropMaxDrop).register();

GenericBlock.createCropRestrictedByOreDictionary(String name, String cropId, String oreDict, int cropMeta, int cropMinDrop, int cropMaxDrop).register();

GenericBlock.createCropTall(String name, String cropId, int meta, int cropMinDrop, int cropMaxDrop).register();

GenericBlock.createCropTallRestrictedByBlock(String name, String cropId, String blockId, int cropMeta, int blockMeta, int cropMinDrop, int cropMaxDrop).register();

GenericBlock.createCropTallRestrictedByOreDictionary(String name, String cropId, String oreDict, int cropMeta, int cropMinDrop, int cropMaxDrop).register();

This mod has no additional files