Started by
AikkenZz
on
Topic category: Help with Minecraft modding (Java Edition)
"Basically the title, I've made a few custom items and I want to make a recipe that uses them to create mob spawners for each mob. Is it possible to do? If yes, how?"
- This is how I solved it: Creating a spawner myself and adding a procedure to spawn X mob every Y ticks near it and creating a recipe for this block. Not what I wanted to do, but works and is pretty simple
Edited by AikkenZz on Wed, 12/08/2021 - 04:35
You might be able to create a structure with it actually.
Go spawn a mob spawner in creative. put the desired mob egg inside. Then use mcreator's structure block to save it as a structure. Idk for sure if it'll save correctly but I think it will.
Tutorial for mcreators structures:
https://www.youtube.com/watch?v=Vx_V6R6VkBE&ab_channel=EmisMods
wait. i read that wrong. to add onto what I said before:
create items now to work in your recipes. And then just use procedures so when you right-click a block with the item in hand, it spawns your structure and deletes the item from your hand (im not a pro with procedures but i think that's possible)