Harvest your animals in the most cursed way possible.

Related tags

Spring Boot Reaping
Overview

Reaping

Harvest your animals in the most cursed way possible.

By using the Reaper you can harvest food from animals as if you had killed them, but without the guilt of killing them - the reaper tool simply cuts off most of the animal, making them a child again - science!

You can also put a reaper in a dispenser to automate your farming.

Demo GIF

The reapers can be crafted like so:

Diamond Reaper Recipe

Available for both Forge and Fabric.

CurseForge page

Discord

You might also like...

🐀 Simple, Fast and easy to implement ORM for most popular databases

RatORM Simple, Fast and easy to implement ORM for most popular databases Status: Branch Tests Code Quality master Usefull links Helpful links: GitHub

Dec 25, 2022

For Jack language. Most of codes were commented with their usage, which can be useful for beginner to realize the running principle of a compiler for object-oriented programming language.

Instructions: Download the Java source codes Store these codes into a local folder and open this folder Click the right key of mouse and click ‘Open i

Jan 5, 2023

Excel utility for Java to read and write data in declarative way.

Excel utility for Java to read and write data in declarative way.

Data Excel Exporter A Java wrapper using Apache POI to read and write Excel file in declarative fashion. Installation ExcelUtil is using Apache POI ve

Oct 16, 2022

Shitty, yet simple way to get someone's token right at their discord client's startup.

discord-token-stealer Shitty, yet simple discord injector to add a little spice to their discord client Disclaimer: This is for educational purposes o

Sep 26, 2022

Android Auto Apps Downloader (AAAD) is an app for Android Phones that downloads popular Android Auto 3rd party apps and installs them in the correct way to have them in Android Auto.

Android Auto Apps Downloader (AAAD) is an app for Android Phones that downloads popular Android Auto 3rd party apps and installs them in the correct way to have them in Android Auto.

Android Auto Apps Downloader (AAAD) is an app for Android Phones that downloads popular Android Auto 3rd party apps and installs them in the correct way to have them in Android Auto.

Jan 2, 2023

Some anti afk bot which prevents you from getting punished for going afk in games. Way of stopping the bot is slightly flawed but we'll ignore that.

Some anti afk bot which prevents you from getting punished for going afk in games. Way of stopping the bot is slightly flawed but we'll ignore that.

AntiAFK Some anti afk bot which prevents you from getting punished for going afk in games. Gui mode coming soon... Installation Install Java 17. Downl

Jan 13, 2022

Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.

Cadence This repo contains the source code of the Cadence server and other tooling including CLI, schema tools, bench and canary. You can implement yo

Jan 4, 2023

Conway's Game Of Life, but made by me in a very inefficient and unpractical way. Still, I am proud!

Conway's Game Of Life, but made by me in a very inefficient and unpractical way. Still, I am proud!

Conway's Game Of Life, but made by me in a very ugly and inefficient way. Still, I am proud! I want to share my appreciation to cellular automata with anyone who comes across this repo.

May 25, 2022

This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fundamental Bluetooth API capabilities.

This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fundamental Bluetooth API capabilities.

Zenitsu-Bluetooth Chat Application This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fund

Jan 16, 2022
Comments
  • [Forge 1.18.2] Failed to create mod instance. ModID: reaping, class io.github.jamalam360.reaping.forge.ReapingForge

    [Forge 1.18.2] Failed to create mod instance. ModID: reaping, class io.github.jamalam360.reaping.forge.ReapingForge

    Hi, I use the latest version (V2.1.0 [1.18.2 / Forge]) for my Forge 1.18.2 server. I installed the newest version of architectury api (4.4.60).

    I get this error on startup:

    [13May2022 11:07:35.027] [modloading-worker-0/INFO] [io.github.jamalam360.reaping.ReapingMod/]: [Reaping] Initializing Reaping Mod...
    --
    9 | [13May2022 11:07:35.043] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: reaping, class io.github.jamalam360.reaping.forge.ReapingForge
    10 | java.lang.reflect.InvocationTargetException: null
    11 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    12 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    13 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    14 | at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    15 | at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
    16 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.0.jar%2346!/:?]
    17 | at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.0.jar%2345!/:?]
    18 | at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
    19 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
    20 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
    21 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
    22 | at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
    23 | at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
    24 | at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
    25 | Caused by: java.lang.NoClassDefFoundError: me/shedaniel/autoconfig/ConfigData
    26 | at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
    27 | at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?]
    28 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:116) ~[securejarhandler-1.0.3.jar:?]
    29 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    30 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    31 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    32 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    33 | at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    34 | at io.github.jamalam360.reaping.ReapingMod.init(ReapingMod.java:35) ~[reaping-2.1.0+forge.jar%2341!/:?]
    35 | at io.github.jamalam360.reaping.forge.ReapingForge.<init>(ReapingForge.java:16) ~[reaping-2.1.0+forge.jar%2341!/:?]
    36 | ... 14 more
    37 | Caused by: java.lang.ClassNotFoundException: me.shedaniel.autoconfig.ConfigData
    38 | at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
    39 | at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    40 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:134) ~[securejarhandler-1.0.3.jar:?]
    41 | at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    42 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:134) ~[securejarhandler-1.0.3.jar:?]
    43 | at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    44 | at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
    45 | at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?]
    46 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:116) ~[securejarhandler-1.0.3.jar:?]
    47 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    48 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?]
    49 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?]
    50 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?]
    51 | at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    52 | at io.github.jamalam360.reaping.ReapingMod.init(ReapingMod.java:35) ~[reaping-2.1.0+forge.jar%2341!/:?]
    53 | at io.github.jamalam360.reaping.forge.ReapingForge.<init>(ReapingForge.java:16) ~[reaping-2.1.0+forge.jar%2341!/:?]
    54 | ... 14 more
    

    Full server log: https://mclo.gs/bnvhFCn

    bug 
    opened by pavog 3
  • [Bug] Cloth Config Dependency Issue (Likely no minimum version)

    [Bug] Cloth Config Dependency Issue (Likely no minimum version)

    image Upon trying to load Reaping 2.1.4 with the any current Cloth Config version, an fml crash shown above appears. I'm no expert, so take this with a grain of salt, but it seems there's no listed minimum version required, so the mod won't accept any version. Even with only Reaping, Cloth, and Architectury installed, this occurs.

    bug 
    opened by tacticalretard 1
  • Add Villager Functionality

    Add Villager Functionality

    • [ ] Butchers trade for reapers occasionally
    • [ ] The shady villager reaping man from the jamtastic booth has a chance of having his structure generate near to villages. He has AI (oh no help) that lets him travel to the village and kidnap villagers at night.
    opened by Jamalam360 0
  • Pillager Texture wrong

    Pillager Texture wrong

    Hi the Texture of the Reaping Pillagers are wrong? Can i disable them somehow? I grafik

    Im using a texture pack for the pillagers. Is it possible that the texture isnt the vanilla one or anything like that? ^^" It works fine without the texture pack (haha)

    opened by pewblaze 4
Releases(2.2.0)
Owner
Jam Core
A small team of Minecraft modders.
Jam Core
Critter Chronologer a Software as a Service application that provides a scheduling interface for a small business that takes care of animals

Critter Chronologer a Software as a Service application that provides a scheduling interface for a small business that takes care of animals. This Spring Boot project will allow users to create pets, owners, and employees, and then schedule events for employees to provide services for pets.

Rasha Omran 1 Jan 28, 2022
A small companion library to Mixin, designed to help you write your Mixins in a more expressive and compatible way.

MixinExtras A small companion library to Mixin, designed to help you write your Mixins in a more expressive and compatible way. More information about

null 97 Jan 7, 2023
The shortest possible maven template / quickstarter for Java 16

The shortest possible Java 16 maven quickstarter The shortest possible Apache Maven template for Java 16 usage git clone https://github.com/AdamBien/j

Adam Bien 6 Nov 8, 2021
A singular file to protect as many Minecraft servers and clients as possible from the Log4j exploit (CVE-2021-44228).

MC-Log4J-Patcher The goal of this project is to provide Minecraft players, and server owners, peace of mind in regards to the recently discovered Log4

Koupa Taylor 4 Jan 4, 2022
Library that makes it possible to read, edit and write CSV files

AdaptiveTableLayout Welcome the new CSV Library AdaptiveTableLayout for Android by Cleveroad Pay your attention to our new library that makes it possi

Cleveroad 1.9k Jan 6, 2023
This is a Velocity plugin that makes it possible to host a modern forge server behind a Velocity proxy!

Ambassador This is a Velocity plugin that makes it possible to host a modern forge server behind a Velocity proxy! Unlike other solutions, this plugin

Adrian Bergqvist 31 Dec 28, 2022
UniFi Proxy makes it possible to integrate third-party hardware into UniFi Protect

UniFi Proxy UniFi Proxy makes it possible to integrate third-party hardware into UniFi Protect. For testing purposes only, it is recommended to purcha

Jan Heil 8 Dec 27, 2022
🕊️ The world's most advanced open source instant messaging engine for 100K~10M concurrent users https://turms-im.github.io/docs

简体中文 What is Turms Turms is the most advanced open-source instant messaging engine for 100K~10M concurrent users in the world. Please refer to Turms D

null 1.2k Dec 27, 2022
MessageEngine by afkvido. Alpha test is the most updated but may contain many bugs

MessageEngine Alpha Alpha Testing This is the most frequently updated, fresh, and potentially most glitchy version of MessageEngine. This version will

gemsvidø 3 Feb 7, 2022
The most reliable world manager you've ever seen.

Rift2 - The Opening Electric Boogaloo The most reliable world manager you've ever seen. Contributors & creators: Cyberpwn Vatuu Psycho If you want to

Volmit Software 9 Dec 2, 2022