Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Staff of The King Orange
This mod adds the staff from Animation vs Minecraft shorts. Now you can use these staff like the King Orange! Most of the functions are based on the AVM Shorts Episode 33 and relational wiki. Enjoy it!
⭕Obtaining
The staff can only be obtained from creative inventory (combat tab) or use command. Because I haven't figured out how to obtain it yet.
✅Some supported blocks
26 different staff functions have been added now.
This is a part of it. More staff you can enjoy in game!
Some content is copied from the AVA's Wiki.
- Diamond Block: Destroy 15x15x15 block in front of player with drops.
- Netherite Block: Destroy 15x15x15 block in front of player without drops.
- Magma Block: Possesses fire aspect properties and allows the wielder to shoot fire charges.
- Lightning Rod: Conjures lightning in the form of thunderbolts.
- TNT: Each swing can eject/launch lit TNT blocks at a distance. Notably, TNT thrown from this staff instantly explodes on contact with a surface or entity.
- Wither Skeleton Head: Fires the different types of Wither projectiles, which yield a powerful blast and likely give the Wither effect.
- Cobblestone: The cobblestone block is able to create and manipulate cobblestone blocks and decorative blocks that use cobblestone, such as slabs and stairs.
- Cobweb Block: Shoots web strings and cobwebs that can be used to impair their opponents in various ways or to swing around. The webs can also be fired at blocks of other staffs to disable the staff entirely. The staff is also capable of firing multiple webs at extremely high speeds as projectiles.
- Oak Log: Able to create and manipulate any kind of block that uses wood, including wooden planks.
- Wool Block: The wool block creates blocks of wool and rugs when used.
- Bone Block: Functions much like bone meal in that it instantly fertilizes crops and saplings in (potentially) an infinite amount.
🔘New command
Syntax:
- /ko_staff normal_block <block id> 【Add a normal block to the staff】
- /ko_staff player_head <player name> 【Add a custom player head to the staff】
⌨️Keybind
Add an item to the staff:
- Put the staff in one of your hands;
- Put an item in your other hand;
- Press R (default keybind).
Random change the block in the staff:
Change the block in the staff to random block with random block state. Default keybind is B
Toggle continuous mode:
If this mode is enable, firing rate of the staff will become like a machine gun. Default keybind is C
Place the staff in ground:
You can press shift and right click the ground to place it, and right click with empty hand to pick it up. You can also right click with a block to change the block in staff when placed.
⚙️For developer
The mod add 3 new events:
RegisterNormalStaffFunctionEvent:
Register a new staff function with normal block (non player head), it provide a register method. Parameter 'block' is the Block object, parameter 'function' is the function class of the staff (should implement the INormalStaffFunction interface)
RegisterPlayerHeadStaffFunctionEvent:
Due to the particularity of player head, you will use this event to register staff with custom player head. It provide a reigster method. Parameter 'name' is the player name, parameter 'function' is the function class of the staff (should implement the IPlayerHeadStaffFunction interface)
RegisterStaffCoreBlockRenderEvent:
Some block has it special render, it cannot render like normal block (like bell, end gateway, etc.). So you should use this event to add theirs render. Specific parameter can check in this class.
About this mod
Due to personal abilities and the artistic effects of the animation itself, the functions of these staff cannot achieve 100% consistency. Nevertheless, I will still try my best to complete it. Any interesting idea can be brought up to me at any time! Unfortunately, due to being busy with studies, updates may not be very timely.
If you find any bugs, you can provide feedback in Github's Issues. You can also fix it if you have enough ability.