I followed the tutorial on how to make custom crops, and I've triple checked everything to make sure I did it right, but it's not working. Putting the crops down work, and the bonemeal works, but the tick update step doesn't work. The plants don't grow on their own and have to have bonemeal. What can I try to fix this?
FORUMS
To see this working, head to your live site.
Search
I am not sure what the setup looks like and will be unable to help unless I can see the setup for the custom crops elements in your mod. If you upload the workspace in a .zip file to google drive or MediaFire then provide link below this I can take a look to find any issues. I made a tutorial on how to do this on both of these site below. https://www.northwesttreesgaming.com/forum/mcreator-help/tutorial-uploading-your-mcr-workspace
i have the same proble... can you help me?
this is the link http://www.mediafire.com/file/5ypk828pmt858n4/Langeweile-Mod.zip/file
the Redseed is the seed
the Redwheat is the "fuit"
and the Redwheat stage 1,3,5 and 7 are the blocks they should grow.
in the beginning i want to make 8 stages from 0 to 7 That's why the funny numbers
i hope you can help me with the fix as soon as possible
thank you
I will need some time to look over your settings, for some reason some textures where not loading when I imported the workspace, they are in the program but are not showing up in the procedure boxes. I think the icon issue is a bug with MCreator. I did notice that your growth stages though in the update-tick procedure where both set to "≤"
You are basically telling the program to test for the same thing twice.
So "≤" is basically "<=", this will test for the exact number say 0.5. "<" will test for 0.499... where its the same on the other end "≥" and ">" do the same thing but test for higher numbers where "≤" and "<" will test for lower number. To make a 50% chance ether way you need to use "≤" for your if statement and ">" for your second statement. This will test for between 0 and 1 without any numbers missing. I still need to go over the rest of the settings but I would suggest using a higher number like 0.5 for that particular setup.
ok I'll wait Thank you
The crop seems to be growing fine now I slowed the growth speed down using the tick-rate option in each block, the setting is 1000 however if you find this still to fast you can increase the value to say 1500 for 50% slower, or 2000 for 100% slower. The only issue I found was what I said above with the less then or equal to sign being the same as the other condition in the if statement. I have uploaded it to my Mediafire, the link is below, let me know when you have downloaded it so I can remove the file from my storage to free up space. I also included the old version just in case you needed it for a backup.
Your workplaces are below. https://www.mediafire.com/file/3d3oehm31okdohv/Langeweile-Mod.zip/file
hi
I downloaded the file and have already added new content, however, I would like to create a costum farmland. This is supposed to work on land but I would like to do the same with another block also for under water. I have the idea for some corallen who are supposed to grow under water.
But it doesn't work ... I think it is more difficult or complicated than I would like. Maybe you'll be able to show it yes and you can help me there or do a tutorial about it if you like
if you can help a new link
https://www.mediafire.com/file/cnhdqogzd3hjbjg/Langeweile-Mod.mcr/file
the dekocorall ist the farmland block that schould be work on land with air
and the block gracilaria the corallblock
The last time I looked at the code it was changed from the tutorial quite a bit, I am not sure if its going to support all of those features, and for the underwater one, you will need to disable the fire materiel and set it to something like dirt because water breaks fire. As far as adding more than one block to be placed on this can be done with the light blue operator if you check the options there is one that says AND where the "=" is normally, just copy the block check script and make sure its in both boxes with the blocks you want to have it place on, if you need more than two AND just place an AND in the AND and add a extra box that way.
I can't keep making features for your mod. As much as I would like to help solve any issue I come across I would not have time to work on YouTube or other projects for my self. I mainly intended to offer support to fix issue regarding peoples mods that are following the tutorial and not so much building off of the tutorial. The best I can offer is to ask for help on the official MCreator forums under the help topic, there are more people there other than my self that may be able to help you with configuring your procedure to the way you want it set up, if not they may be able to direct you how to fix it your self. Sorry I can't help, I truly am. - NorthWestTrees Gaming