Can you make a forum or add lots of information to the wiki? #66

Open
opened 2020-09-11 03:20:06 +00:00 by Maxbrick · 7 comments
Maxbrick commented 2020-09-11 03:20:06 +00:00 (Migrated from github.com)

There isn't a forum for fabric that i know of, and the wiki has helpful information but it doesnt tell me a lot of things i need to know.
The only thing is the discord but i dont have discord so can you make a forum or something?

There isn't a forum for fabric that i know of, and the wiki has helpful information but it doesnt tell me a lot of things i need to know. The only thing is the discord but i dont have discord so can you make a forum or something?
NeRdTheNed commented 2020-10-21 08:46:03 +00:00 (Migrated from github.com)

What do you want to know? Asking for more documentation is valid, but it's possible that the wiki already has what you're looking for.

What do you want to know? Asking for more documentation is valid, but it's possible that the wiki already has what you're looking for.
Maxbrick commented 2020-11-21 17:02:39 +00:00 (Migrated from github.com)

Oof sorry for really late respond..
Ok so I want to know how to make blocks do certain things on command (e.g. teleporting the player)
But things like this aren't shown on the wiki, is it in the fabric api? Do i use other apis? how?

Maybe there is stuff on how to do it there but im just not finding it..
Also, can you make like a forum? That would be a lot more helpful, so if it's possible, please do it.

Oof sorry for really late respond.. Ok so I want to know how to make blocks do certain things on command (e.g. teleporting the player) But things like this aren't shown on the wiki, is it in the fabric api? Do i use other apis? how? Maybe there is stuff on how to do it there but im just not finding it.. Also, can you make like a forum? That would be a lot more helpful, so if it's possible, please do it.
YTG1234 commented 2020-11-21 17:18:00 +00:00 (Migrated from github.com)

Ok so I want to know how to make blocks do certain things on command (e.g. teleporting the player)

what do you mean "on command"? For most cases, you can just look how vanilla does it and do the same (for this one Entity#teleport iirc)

Also, can you make like a forum? That would be a lot more helpful, so if it's possible, please do it.

There was a discussion about that in the discord, and from what I remember the answer is "maybe".

> Ok so I want to know how to make blocks do certain things on command (e.g. teleporting the player) what do you mean "on command"? For most cases, you can just look how vanilla does it and do the same (for this one `Entity#teleport` iirc) > Also, can you make like a forum? That would be a lot more helpful, so if it's possible, please do it. There was a discussion about that in the discord, and from what I remember the answer is "maybe".
YTG1234 commented 2020-11-21 17:19:52 +00:00 (Migrated from github.com)

The wiki doesn't document everything because for most things we'd just use vanilla methods because we don't need Fabric API to provide this stuff. I see the wiki as documentation to get started, and documentation for Fabric API stuff. Again, for most things you can look at how vanilla does it and do the same.

The wiki doesn't document everything because for most things we'd just use vanilla methods because we don't *need* Fabric API to provide this stuff. I see the wiki as documentation to get started, and documentation for Fabric API stuff. Again, for most things you can look at how vanilla does it and do the same.
Maxbrick commented 2021-01-12 18:51:43 +00:00 (Migrated from github.com)

alright then, thanks
(What i meant by "on command" is making it happen when a player does a certain action, e.g. crouching, but like you said, I will have to figure it out myself.)

alright then, thanks (What i meant by "on command" is making it happen when a player does a certain action, e.g. crouching, but like you said, I will have to figure it out myself.)
ByMartrixx commented 2021-01-12 20:02:18 +00:00 (Migrated from github.com)

To do something when something else happens ("on command" as you said), you have to use events. The event you want may be in the Fabric API, but if it doesn't, you can create your own: https://fabricmc.net/wiki/tutorial:events

To do something when something else happens ("on command" as you said), you have to use events. The event you want may be in the Fabric API, but if it doesn't, you can create your own: https://fabricmc.net/wiki/tutorial:events
Maxbrick commented 2021-01-18 00:31:37 +00:00 (Migrated from github.com)

alright, thanks

alright, thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#66