#how would i make a plant like wheat?
1 messages · Page 1 of 1 (latest)
You'll need to utilize custom components and block states
so ive got the stages, now what
@velvet kettle
Please learn about the new custom components: https://learn.microsoft.com/en-us/minecraft/creator/documents/customcomponents?view=minecraft-bedrock-stable and learn about scritping
Intro to ScriptAPI: https://aka.ms/startwithmcscript
Intro to Tests: https://docs.microsoft.com/en-us/minecraft/creator/documents/gametestgettingstarted
Official Docs: https://docs.microsoft.com/en-us/minecraft/creator/scriptapi
Community Docs: https://wiki.bedrock.dev/scripting/game-tests
Script API examples: https://github.com/JaylyDev/ScriptAPI
2021 Q&A: https://wiki.bedrock.dev/scripting/gametest-qna.html
2022 Q&A: https://wiki.bedrock.dev/scripting/scripting-editor-qna.html
Please note that it is currently impossible to recreate every single mechanic of custom crops, since you can’t detect light sources from the block.
Got it, thank fully my plant doesn't need sunlight, also just a question, do you know if Theres a template for a plant some where or how I would make a template using base game files?
Vanilla block files are not available for usage. You’d have to create your own. My block templates repository will have a few plant templates soon though 🙂
Here is it, in case you’d like to star it: https://github.com/Kaioga5/Kaioga-s-Block-Templates
There may be templates already available on #1072983602821861426 too
thank you
just a question, how long is soon gonna be for plant templates? i really wanna finish this mod for a friend lol
I am not sure 😅
Don’t want to promise anything I can’t deliver