Links
Tags
Creators
Details
DEV-02.26.1
Compatibility
Changes
Development note:
In this version, we have continued to adapt the old development version of the mod to the new vision of the project. Little by little, as the project receives patches, you will see changes in the way the elements are organised, their categories, their textures, etc. All with the aim of ensuring that the entire mod maintains a modern and stable aesthetic, with a Minecraft design.
Please note that these versions contain bugs and issues that will be resolved through updates until the official version is released.
The changes made in this development version are:
-
[+] A new recipe item has been added for Turkish Round Bread.
-
[+] A new recipe item has been added for Pita Bread.
-
[+] A new recipe item has been added for Durum Tortilla.
-
[+] A recipe has been added to the crafting table for Turkish Round Bread.
-
[+] A recipe has been added to the crafting table for Pita Bread.
-
[+] A recipe has been added to the crafting table for Durum Tortilla.
-
[-] The countertop payment computer has been removed from the creative inventory.
-
[-] The kebab rotisserie has been removed from the creative inventory.
These items have been removed from the creator's inventory, but they still exist in the game. However, due to a reconfiguration of the inventory organisation and an incompatibility with the new update system, as well as a visual bug, I have decided to keep these two items hidden for the time being, also replacing their texture in the inventory with a development rectangle.
Other minor changes in this development version include:
- The texture of recipes has been modified; recipes will now change colour according to their food type. In the case of foods related to update 1, they will be light brown. (Subject to change)
- The mod logo in the mod list has been changed, and the logo for the Oriental Food update (delayed) has been removed.
- The language of the ‘IN DEVELOPMENT’ message has been changed to English, as it was previously in Spanish.
- The mod version in the mod list information has been changed.
Thank you for actively supporting the development of Restaurant Addons by downloading the mod. Remember that you can submit your suggestions or report any issues in the comments section. Please note that this is an early development version and is likely to contain errors and bugs that will be fixed as the version is developed.
Thank you very much. Braism.p
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:9ub6VuEG:ZraqMzVv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9ub6VuEG:ZraqMzVv"
}

