-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add a command to display the circular saw GUI in creative mode #144
Comments
Maybe get this into an sfinv page? |
@Linuxdirk That can be done optionally, but I'd like to have the base feature available without requiring any specific inventory mods. |
sfinv is part of default Minetest. It is not additional. But yes, being completely independent is always good. |
The |
see https://github.com/minetest-mirrors/invsaw for a current implementation. i like this proposal, but don't feel it should be added to the logic of this mod unless the feature is gated behind a specific privilege. some servers allow both creative and survival building, and this sort of feature should be restricted to a privilege, so as to permit server owners the choice of whether to gate it to a privilege, or allow anyone w/ |
I enabled Stairs+ nodes in creative inventory by default with 774c404. However, this makes it difficult to browse the creative inventory and slows down loading, so I think I'll disable it by default.
As an alternative, I thought of adding a
/saw
command that would display the circular saw GUI (only available in creative mode or for players with thecircular_saw
privilege). This way, players won't have to craft/place/use a circular saw to access Stairs+ nodes and the creative inventory will remain easy to browse.Bonus feature for quicker usage:
/saw [node name]
would pre-fill the input material slot with 65535 nodes of the specified type, as long as it's not in thenot_in_creative_inventory
group (unless the player has thegive
privilege, which would let them bypass this restriction).The text was updated successfully, but these errors were encountered: