Included content
| Name | |
|---|---|
![]() | Porting Lib |
offhand_equipment tag now includes forge:tools/shields by default, extending default compatibility;minecraft:is_beach (thanks, lyaneii!);minecraft namespace;#meals - Groups bowl and plate foods which are considered a "meal" by the mod. Excludes Fruit Salad and Nether Salad;#drinks - Groups drinkable FD items that are not potions;#feasts - Groups the full forms of feasts. Their portions reside in #meals;forge:buckets/water (unofficial);c:buckets/water;breaks_decorated_pots tag;create:upright_on_belt to include all bowl, plate and bottle items;meals tag, but does not update with the tag itself;turnToDirt converting it into normal dirt (thanks, SarahIsWeird!);unaffected_by_rich_soil tag:
storage_blocks/<material> tags for each storage block (crates, bags, bales) in the mod:
forge;c;unaffected_by_rich_soil tag;waterlogged=true;tomatoes not having a map color;farmersdelight:campfire_signal_smoke. Blocks in this tag will cause Campfires to emit "signal smoke", like the Hay Bale;signs and hanging_signs item tags;tomatoes were temporarily removed from the crops tag, as bee pollination was breaking ropelogged vines unpredictably;
create:brittle tag, to prevent them from being deleted randomly when disassembling contraptions;farmersdelight:flat_on_cutting_board: Items which will always render flat and 2D when placed on a Cutting Board, to fix certain render cases.
maxStackSize() calls;overrideAllSoupItems config option has been removed, due to performance and usability concerns;flat_on_cutting_board tag will be used instead. Wrongly-angled items should be added to this tag;origins:meat tag from the Origins mod:
meat() in properties;createaddition:plants and createaddition:plant_foods (thanks, moltenwolfcub!);tconstruct:seeds tag from Tinker's Construct, to replant with Harvest modifiers;farmersdelight:terrain: Blocks commonly present in biome surfaces. Populated by minecraft:dirt and minecraft:sand, and used for wild crop generation;farmersdelight:horse_feed_tempted: Entities which will be tempted by Horse Feed when held;farmersdelight:serving_containers: Items commonly used as containers for Cooking Pot recipes. Used for shift-click logic in the UI;replaceable and replaceable_by_trees: Sandy Shrub;create:upright_on_belt with newer FD drinks;fan_heaters to passive_boiler_heaters, according to Create 0.5 specs;
fan_heaters is still present for legacy compatibility with Create 0.4;minecraft:sand, instead of hardcoded to normal sand;tomatoes and budding_tomatoes (thanks, RaymondBlaze!);forge:is_overworld on placed features, since the tag is unused by most mods;recipe_book_tab and farmersdelight:tool_action to CT scripts;tomatoes instead of budding_tomatoes, making it impossible to complete;"recipe_book_tab" field for cooking recipes, which lets the recipe specify which tab it goes into:
meals, drinks, misc. If not provided, the recipe's tab will be determined in-code;forge:dough: Used to add modded dough items to FD's recipes, and populated by Wheat Dough by default;forge:berries: Any kind of small berry. Currently used for Stuffed Pumpkin and Fruit Salad;farmersdelight:cabinets: This, together with cabinets/wooden, is used to classify cabinet items for searching, crafting and integration;budding_tomatoes. The normal tomatoes block involves four fruiting stages;unaffected_by_rich_soil, while non-bonemealable plants such as ferns/grasses were;farmersdelight:add_features_by_filter biome modifier:
forge:add_features, with allowed and denied biome filters, as well as temperature ranges.allowed_biomes are optional.add_loot_table loot modifier:
lootTable paths;generateFDChestLoot config; if set to false, it doesn't do anything.add_item can now safely specify a count for the added item (optional);drops_cake_slice tag, used for vanilla cake variants (e.g. candle cakes) which should drop a Cake Slice (thanks, Umpaz!)forge:dirt being removed in Forge 39.0.18 (using the vanilla tag instead);farmersdelight:straw_blocks - Tag for blocks made (predominantly) out of Straw. Mineable with knives by default;farmersdelight:mineable/knife has been properly configured:
#carpet and #wool;forge:mineable/knife by default;forge:mineable/knife being registered but not generated, causing reload problems on servers;_pantry IDs instead of _cabinet;rice_crop to rice;rice_upper_crop to rice_panicles;comfort_foods tag. The mod now only adds the Comfort effect to vanilla SoupItems, which can be disabled in the config;small_flowers to tall_flowers;comfort_foods will work, but won't have an effect tooltip to them;comfort_foods tag, for now;comfort_foods from 5 to 2 minutes;mushroom_colony_growable_on tag: blocks that allow Mushroom Colonies to continue growing until mature;
heat_conductors, up to 1 block of space:
tall_rice_crop) has been permanently removed in favor of the new one (rice_upper_crop). See the Breaking Changes for more info;stream when they shouldn't be;offhand_equipment tag:
farmersdelight:cabbage_roll_ingredients for valid fillings (thank you, bagel!);type parameter and allowing custom ingredients (thank you, ochotonida!)
SoupItem's from vanilla, using a list inside the configs. You can add more items to it, but it only affects SoupItem items;SoupItem stack to 16, except the ones listed in the config. This affects other mods, so be careful!dog_food_users determines which living entities can be fed Dog Food;horse_feed_users determines which living entities can be fed Horse Feed;farmersdelight:unaffected_by_rich_soil for blocks that shouldn't receive growth boosts;1.16.3+
1.15.2+
1.16.1+
1.16.1+
1.16.1+
| Name | |
|---|---|
![]() | Porting Lib |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:7vxePowz:Z8UNayLO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7vxePowz:Z8UNayLO"
}