Skip to content
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

[Feature] Waterlogged leaves like 1.19 #77

Open
Armagedon13 opened this issue Mar 16, 2024 · 3 comments
Open

[Feature] Waterlogged leaves like 1.19 #77

Armagedon13 opened this issue Mar 16, 2024 · 3 comments

Comments

@Armagedon13
Copy link

Is your feature request related to a problem? Please describe.
When you see a new create build they use a compact format with mangrove leaves that are waterloggeable

Describe the solution/mod you'd like
i make a leave with kubejs that copy that:

onEvent('block.registry', event => {
	event.create('Waterlogged_leave')
	.displayName('Waterlogged leave') //test name
	.material('leaves')
	.hardness(0.1)
	.tagBlock('minecraft:mineable/shears')
	.tagBlock('minecraft:leaves')
	.requiresTool(true)
	.textureAll('kubejs:block/Waterlogged_leave')
	.renderType('cutout')
	.fullBlock(false)
	.waterlogged()
	.transparent(true)
	.defaultCutout()
});
//can be crafted with any leaves
onEvent('recipes', event => {
    event.shapeless('kubejs:Waterlogged_leave', ['#minecraft:leaves'])
});

to be clear i'm not expert using kubejs(or anything in general) but this is very useful

Additional context
imagen
[ ] This is something I believe would fit the base pack, and would not be better implemented as an addition to the compatibility script.

@Armagedon13
Copy link
Author

Armagedon13 commented Mar 18, 2024

or i find a create mod that add useful things, and add the same thing but with different applications
this is the block

mod link

@cubebotfan
Copy link
Collaborator

I'll look into if I can backport leave waterlogging and will look into making compat for that mod

@cubebotfan
Copy link
Collaborator

CABIN is going to have a 1.20.1 port soon so I'm going to close this as not planned for the 1.18 version of CABIN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants