Chicken Ores

Quick rating

Chicken Ores

No reviews yet

Chicken Ores, Resource production with Chickens.

Tech
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
chicken_ores_1.3.2.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

A simple chicken ores mod inspired by Hatchery and Chickens mods.

DESCRIPTION

This mod has some chicken ores and machines like Diamond Chicken, Gold Chicken, Incubator etc.

CHICKENS

  • Coal Chicken: Can spawn anywhere(Overworld). 1 egg every 30 seconds.
  • Lapis Chicken: Can spawn anywhere(Overworld). 1 egg every 50 seconds.
  • Iron Chicken: Can spawn anywhere(Overworld). 1 egg every 70 seconds.
  • Gold Chicken: Can spawn anywhere(Overworld). 1 egg every 90 seconds.
  • Slime Chicken: Can spawn only swamp(Overworld). 1 egg every 110 seconds.
  • Quartz Chicken: Can spawn anywhere(Overworld). 1 egg every 130 seconds.
  • Diamond Chicken: Can spawn anywhere(Overworld). 1 egg every 150 seconds.
  • Ender Chicken: Can spawn only End. 1 egg every 170 seconds.
  • Blaze Chicken: Can spawn only Nether. 1 egg every 190 seconds.
  • Glowstone Chicken: Can spawn anywhere(Overworld). 1 egg every 210 seconds.
  • Emerald Chicken: Can spawn anywhere(Overworld). 1 egg every 230 seconds.

 MACHINES

  • Incubator: Can work with Coal(720 Seconds), Coal Block(1440 Seconds), Blaze Powder(2160 Seconds). Returns the egg as a incubated egg after 180 seconds.
  • Parser: Can work with Coal(720 Seconds), Coal Block(1440 Seconds), Blaze Powder(2160 Seconds). Returns the egg as a ingot after 10 seconds.

SOME INFO

- Egg can't spawn new chicken. If you want a new chicken you need to make incubated egg.

- In default only way to get chickens are exploering and luck.

- If you are going to make some kind of technic modpack add normal egg on CraftTweaker so they can be crafted and ıncubated with the machine.

Craft Tweaker Script if you want to make eggs easier to obtain

craftingTable.addShaped("elmasegg", <item:chicken_ores:diamond_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:diamond>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("blaze_egg", <item:chicken_ores:blaze_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:blaze_rod>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("ender_egg", <item:chicken_ores:ender_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:ender_pearl>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("slime_egg", <item:chicken_ores:slime_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:slime_ball>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("iron_egg", <item:chicken_ores:iron_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:iron_ingot>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("quartz_egg", <item:chicken_ores:quartz_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:quartz>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("lapis_egg", <item:chicken_ores:lapis_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:lapis_lazuli>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("coal_egg", <item:chicken_ores:coal_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:coal>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("emerald_egg", <item:chicken_ores:emerald_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:emerald>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("glowstone_egg", <item:chicken_ores:glowstone_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:glowstone_dust>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

craftingTable.addShaped("gold_egg", <item:chicken_ores:gold_egg>, [
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:gold_ingot>, <item:minecraft:egg>],
[<item:minecraft:egg>, <item:minecraft:egg>, <item:minecraft:egg>]
]);

IMAGES

Incubator GUI

 Parser

 Diamond Chicken

 RECIPES

Incubator

incubator_recipe

Parse

Parser Recipe

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~18,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works