Is it possible to make a recipe for crafting a specific mob spawner? (Solved!)

Started by AikkenZz on

Topic category: Help with modding (Java Edition)

Last seen on 16:31, 8. Dec 2021
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to make a recipe for crafting a specific mob spawner? (Solved!)
Wed, 12/08/2021 - 04:35 (edited)

"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
Last seen on 01:07, 21. Nov 2022
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You might be able to create…
Wed, 12/15/2021 - 06:57

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

Last seen on 01:07, 21. Nov 2022
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
wait. i read that wrong. to…
Wed, 12/15/2021 - 07:01

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)