-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom wood types #1008
Comments
you can use the Scripting API along with block permutation and item custom components. |
Good, do you know of any tutorials, also it's a green wood that is native
to the end, here's the log texture:
…On Wed, Feb 26, 2025, 8:50 AM Minato ***@***.***> wrote:
you can use the Scripting API along with block permutation and item custom
components.
use BAO server https://discord.gg/7fNyT533 for directly providing help.
—
Reply to this email directly, view it on GitHub
<#1008 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNXGKG42N5T7QHTYRYJ372D2RXICTAVCNFSM6AAAAABX5SB532VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVGQ3TCNZQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: MinecraftBedrockArabic]*MinecraftBedrockArabic* left a comment
(Bedrock-OSS/bedrock-wiki#1008)
<#1008 (comment)>
you can use the Scripting API along with block permutation and item custom
components.
use BAO server https://discord.gg/7fNyT533 for directly providing help.
—
Reply to this email directly, view it on GitHub
<#1008 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNXGKG42N5T7QHTYRYJ372D2RXICTAVCNFSM6AAAAABX5SB532VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVGQ3TCNZQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Also, what are the biome restrictions of the end dimension?
On Wed, Feb 26, 2025, 9:33 AM Will Parker ***@***.***>
wrote:
… Good, do you know of any tutorials, also it's a green wood that is native
to the end, here's the log texture:
On Wed, Feb 26, 2025, 8:50 AM Minato ***@***.***> wrote:
> you can use the Scripting API along with block permutation and item
> custom components.
> use BAO server https://discord.gg/7fNyT533 for directly providing help.
>
> —
> Reply to this email directly, view it on GitHub
> <#1008 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BNXGKG42N5T7QHTYRYJ372D2RXICTAVCNFSM6AAAAABX5SB532VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVGQ3TCNZQGA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
> [image: MinecraftBedrockArabic]*MinecraftBedrockArabic* left a comment
> (Bedrock-OSS/bedrock-wiki#1008)
> <#1008 (comment)>
>
> you can use the Scripting API along with block permutation and item
> custom components.
> use BAO server https://discord.gg/7fNyT533 for directly providing help.
>
> —
> Reply to this email directly, view it on GitHub
> <#1008 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BNXGKG42N5T7QHTYRYJ372D2RXICTAVCNFSM6AAAAABX5SB532VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVGQ3TCNZQGA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
can you check this code to see that it`ll allow me to strip my wood: system.initialize = function() {
}; system.onBlockInteract = function(eventData) {
}; // Check if the item in hand is an axe (checks for axe in the item id) // Get the block state at a specific position // Set a new block state at a specific position // Helper to set the block at a position |
I'm trying to add a custom wood type, and I have the log and the stripped log, is there a way to have the axe automatically strip the log
The text was updated successfully, but these errors were encountered: