Skip to content

Library mod for DragonsPlusMinecraft Create-addons.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.txt
MIT
LICENSE-CREATE.txt
Notifications You must be signed in to change notification settings

DragonsPlusMinecraft/CreateDragonsPlus

Repository files navigation

Welcome to Create: Dragons Plus

A library mod for DragonsPlusMinecraft Create-addons.

Add Depenency

repositories {
    maven {
        url "https://maven.dragons.plus/releases" // DragonsPlusMinecraft Maven
    }
}

dependencies {
    implementation("plus.dragons.createdragonsplus:create-dragons-plus-${minecraft_version}:${create_dragons_plus_version}")
}

Features

Register

  • CDPRegistrate: Registrate with Create related builders and other advanced functions.

Tag

  • TagRegistry: Instance based, easily seperates tags under different namespaces. Supports datagen (including tag localization).

Recipe

  • Full support for custom processing recipe with custom params, including builder, serializer and sequenced assembly support.
  • Custom builder for vanilla recipe types, supporting integration output (output that might not exist at runtime).

Advancement

  • AdvancementBehaviour: BlockEntityBehaviour for awarding owner player advancements by stats and builtin trigger.
  • BuiltinTrigger: Criterion trigger for code triggered advancements.
  • StatTrigger: Criterion trigger for player stats

Localization

  • CDPRegistrate#registerBuiltinLocalization: Merge builtin language files (under lang/builtin) to language provider.
  • CDPRegistrate#registerForeignLocalization: Merge foreign language files with untranslate entries. Add '--existing', file('src/main/translations/').getAbsolutePath() to datagen program arguments to use translated language files under src/main/translations.

Ponder

  • Ponder plugins are made to be sorted by mod dependency order, allowing addons to register scenes to existing components with reliable orders.

Gameplay

  • Dye Fluids and Bulk Coloring

Contribute

Feel free to open a PR to either provide localization or to add another feature! All help is appreciated!

Localization

Please use the language files in src/generated and submit to src/main/translations.

About

Library mod for DragonsPlusMinecraft Create-addons.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.txt
MIT
LICENSE-CREATE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages