Top down infinite worlds

Im trying to make a top down game where you have a player and enemies to defeat, but you can only defeat them by using minions, and to make minions you need to have wood and lamb. When i was trying to make an infinite world with procedural generation, i couldn’t.
Can anyone help me with that pls :/.

You’ll need to be a bit more specific with what help you need. Can you screen snip what you’ve done so far, and describe the problem in a bit more detail?

The trees are 32x32 pixels and the sheep 16x16 pixels, i’m using the gdevelop pre-made programing language (not js) the sheep has qwerky random movement, you use a minion maker (that is 32x32 pixels) to make minions(16x16) and i want to make a rendering sistem (like minecraft) to make infinite worlds :). Hope it helped.