Create + PBR texture
https://beta.curseforge.com/minecraft/texture-packs/create-pbr
Building Gadgets
https://beta.curseforge.com/minecraft/texture-packs/building-gadgets-create-like
| // KubeJS 5 / 1.18.x | |
| const $CreativeTabRegistry = java("dev.architectury.registry.CreativeTabRegistry"); | |
| $CreativeTabRegistry.create( | |
| "test:group", | |
| () => Item.of("minecraft:apple") | |
| ); | |
| onEvent("item.registry", (event) => { |
| const range = len => Array.from({ length: len }, (_, i) => i + 1) | |
| const len = array => array.length | |
| const map = Array.prototype.map | |
| const filter = Array.prototype.filter | |
| const reduce = Array.prototype.reduce | |
| String.prototype.join = function(array) { return array.join(this) } |
Create + PBR texture
https://beta.curseforge.com/minecraft/texture-packs/create-pbr
Building Gadgets
https://beta.curseforge.com/minecraft/texture-packs/building-gadgets-create-like
Alkyaly has stopped maintaining their list they have given me the responsibility to maintain their list original list
A list of usefull mods for most major-played versions.
Any suggestions/complaints?
Join our discord or use the gist comments.
| /** | |
| * !!!! This code doesn't work anymore !!!! | |
| * | |
| * - You can check working code on comments. I won't update this code anymore. | |
| * | |
| * Also, I just decided to remove this code. You can check revisions for old code. | |
| * Since this code was made for discord client that almost 5 years ago, It seems like doesn't work anymore. | |
| * I don't want people keep arguing in the comments, i decided to remove this code. | |
| * | |
| * Note: This code is now fulfilled with Javascript comments. This code won't work even if you pasted to console. doesn't do anything. |
Find the Discord channel in which you would like to send commits and other updates
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
| package goddrinksjava; | |
| /** | |
| * The program GodDrinksJava implements an application that | |
| * creates an empty simulated world with no meaning or purpose. | |
| * | |
| * @author momocashew | |
| * @lyrics hibiyasleep | |
| */ | |