- «
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- »

Removed and Unused Features Mod
This mod adds the removed and unused features of minecraft, back to minecraft!

RemovedFeaturesMod by Smakced, MCreator
Many things that have been removed from previous versions of Minecraft are now back! Also includes blocks from Minecraft: Education Edition!

Renaissance Core by keletu
a mod for TRK modpack

Renamign! by licht
Rename items!

Render 360 Core by 18107
Provides hooks for "Render 360"

Render Image Mod by ed3v8vl0@gmail.com
Render Image Mod

Render Player Mod
Show the player on display.

Render Scale Mod by canelex
Change the UI elements on almost every other mod!

Render Toggle by Aycy
A key bind to change your render distance.

Render360 by 18107
Renders the game with a 360 degree view

RenderBlocksFix by Ferne

RenderChunk rebuildChunk Hooks by Cadiboo, CosmicDan
A small(ish) coremod for 1.12.2 to inject hooks into RenderChunk#rebuildChunk to allow modders to add their own custom chunk rendering logic and other chunk rendering related modifications. This mod provides configurable events that Modders can use for various chunk/world-related rendering logic - The RebuildChunkPreEvent is called before any chunk rebuilding is done - RebuildChunkPreOptifineEvent is the same as the RebuildChunkPreEvent but allows access to Optifine-related objects - The RebuildChunkBlockRenderInLayerEvent allows modders to modify the BlockRenderLayers that blocks can render in - RebuildChunkBlockRenderInLayerOptifineEvent is the same as the RebuildChunkBlockRenderInLayerEvent but allows access to Optifine-related objects - The RebuildChunkBlockRenderInTypeEvent allows modders to modify the EnumBlockRenderType that blocks can render in - RebuildChunkBlockRenderInTypeOptifineEvent is the same as the RebuildChunkBlockRenderInTypeEvent but allows access to Optifine-related objects - The RebuildChunkBlockEvent is called for each BlockRenderLayers of each block and allows Modders to add their own logic - RebuildChunkBlockOptifineEvent is the same as the RebuildChunkBlockEvent but allows access to Optifine-related objects - The RebuildChunkPostEvent is called after all chunk rebuilding logic is done - RebuildChunkPostOptifineEvent is the same as the RebuildChunkPostEvent but allows access to Optifine-related objects

RenderChunk rebuildChunk Hooks by Cadiboo, CosmicDan
A small(ish) coremod for 1.12.2 to inject hooks into RenderChunk#rebuildChunk to allow modders to add their own custom chunk rendering logic and other chunk rendering related modifications. This mod provides configurable events that Modders can use for various chunk/world-related rendering logic - The RebuildChunkPreEvent is called before any chunk rebuilding is done - RebuildChunkPreOptifineEvent is the same as the RebuildChunkPreEvent but allows access to Optifine-related objects - The RebuildChunkBlockRenderInLayerEvent allows modders to modify the BlockRenderLayers that blocks can render in - RebuildChunkBlockRenderInLayerOptifineEvent is the same as the RebuildChunkBlockRenderInLayerEvent but allows access to Optifine-related objects - The RebuildChunkBlockRenderInTypeEvent allows modders to modify the EnumBlockRenderType that blocks can render in - RebuildChunkBlockRenderInTypeOptifineEvent is the same as the RebuildChunkBlockRenderInTypeEvent but allows access to Optifine-related objects - The RebuildChunkBlockEvent is called for each BlockRenderLayers of each block and allows Modders to add their own logic - RebuildChunkBlockOptifineEvent is the same as the RebuildChunkBlockEvent but allows access to Optifine-related objects - The RebuildChunkPostEvent is called after all chunk rebuilding logic is done - RebuildChunkPostOptifineEvent is the same as the RebuildChunkPostEvent but allows access to Optifine-related objects

Renewal Revival by itsFoxee, MCreator
Some tech, some weirdness!

Renkin by eyeq
�y����_�C�������

RenoSense by Sjnez
1.12.2 PvP Hack

RentableRegions by pie_flavor
Rentable regions from UniverseGuard 2

Repair Gem by David Ma
A Repair Gem that repairs items in the player's inventory

Repair Times by Nokiyen
RepairTimes enables to check how many times the tool or book has been repaired or enchanted.

RepairBench by Sir Gerald
Very cheap repair pog

RepairBot by SlothyGaming
A bot that repairs tools.

Repairify by EnK_ (Neebh), Virtuoel
A little utility mod for Minecraft which should speed up the process of repairing items and tools by removing the need to open the inventory for it.

ReplaceBlock
Replace target block to another block

ReplaceMobs Mod by gw3
it replace mobs to any other mob!

Replanting Crops by Rick South
Automatically replants/replaces/reseeds crops harvested with seeds from drops, negated by holding the sneak button.

Replay Mod by CrushedPixel, johni0702
A Mod which allows you to record, replay and share your Minecraft experience.

Replay Mod - Restrictions by CrushedPixel, johni0702
Server-side Restrictions Module of the ReplayMod - Restrict what clients can do in replays

ReplayAddon by nessie
Somewhat useful addons for ReplayMod.

ReplayModAddon by Gabber235
Addon for the replay mod

Report Menu by Aycy

Report Plus by
A better reporting menu.

Report System by RedEnergy, Firkys
Позволяет отправлять сообщения об ошибках и жалобы на игроков через игру. Связь с разработчиками по скайпу: bar1996skype.ru

Reptile Mod by crackedEgg
Reptile mod adds monitor lizards, turtles, iguanas, chameleons, and crocodiles. Komodo Dragons! Man-eating Crocodiles! And cute little turtles.

Repurpose by WuestMan
This mod provides a number of different ways to enhance the vanilla experience of Minecraft and provide easier or alternative ways to obtaining materials or blocks. This is to allow you to focus on what you really want to do, BUILD!

Reputed by Jared
Allows for tracking of weapon kills.

RequestMOD JP by spuash918
このMODはリクエストがあったほかの公開MODに 追加できないようなものを追加します。 今回のバージョンの変更点: ゲームバランス崩壊してしまうバグ修正。

RequiredItems by tana

Requisite by TGMDevelopment
Modding utility library for mod developers.

Rerange by Abstruse
Modify the minimum (not fully supported) and maximum range from the player in which monsters spawn. Functions by denying spawns, rather than setting valid locations.

Reroll Thingy by GutFella
Adds an item to reroll your Kekkei Genkai, and more.

ResCraft by DanpocalypseYT, MCreator
Adds more tools, ores, blocks, armor, GUI's, Weapons, Structures, and Tools

Rescue by Fokson
One is never really dead until no one remembers them.

ResearchTable by Snownee

Reset SoulLink Mod by sistr
This mod allows you to reset the SoulLink.

Resident Evil by Utente, MCreator

Resident Evil 8 mod by Joy187
This is Joy's First Mod.Have your own adventure in the resident evil world!

Resident Evil Mod by ana, MCreator

Resident Evil Mod by Emoji Pensador, Mgamer020
Atividade Sobrenatural

ResidentEvELLE by Smacktalks, MCreator

ResidentEvil
Todos los personajes de RE4

ResistantBlocks
Afraid of creepers?

Resizable by toyhippogriff
Override the max stack size of any item.

Resizing Mod by ed3v8vl0
Entity Resizing Mod

Resizing Potion by Camellias_
It adds 2 potions to resize the player.

Reskillable PSI Compat by Kamefrede
Compatability between PSI and Reskillable!

Resolute Cards by IrresoluteArkia
Adds resolute cards to give you permanent semi-random potion effects!

Resonance by cyberpwn
We like RuneTune & Ambience, but they arent that good. We made our own!

Resonant Induction by Calclavia, DarkCow, tgame14
Resonant Induction is a Minecraft mod that brings in realistic, world-based technology advancement experience into Minecraft.
tech opensource

Resonant Induction by Calclavia, DarkCow, tgame14
Resonant Induction is a Minecraft mod that brings in realistic, world-based technology advancement experience into Minecraft.
tech opensource

Resonant Induction Archaic by Calclavia, DarkCow, tgame14
tech opensource

Resonant Induction Atomic
tech opensource

Resonant Induction Electrical by Calclavia, DarkCow, tgame14
tech opensource

Resonant Induction Mechanical by Calclavia, DarkCow, tgame14
Resonant Induction is a Minecraft mod (developed during ModJam 2013 competition) focusing on the manipulation of electricity and wireless technology.
tech opensource

Resonant Toolbox by Silly511
An addon for thermal expansion that adds a new end game tier of tools and weapons.

Resonating Peacock Power Productions Incorporated Enterprises by Pixel, sputtert
Delivering Resonating Peacock Power from space.

Resource Dimensions by Kerberos
This MOD add a dimension and teleporter for resources.

Resource Exploit Fix by Sk1er, Punkeel
Fixes a critical bug in Minecraft 1.8 that can be exploited to check if files exist on a users' computer

Resource Hogs by Darkhax
Adds pigs which help you get resources.

Resource Loader by lumien
Allows mod pack creators / users to add their own custom textures to minecrafts resources without making a resource pack.

Resource Mod Loader by Hileb
a modloader which load mods from resource packs.(in mods/)

Resource Overhaul by Jackbusters
Now with full 1.12.x support, experience a mod which allows for new progression ranging from dirt, to ruby, and even up to nether star!

Resource Pack Display by 1fxe, Sk1er LLC, Wyvest
Display resource pack

Resource Pack HUD by phantamanta44
Allows resource pack authors to modify the structure of the in-game HUD.

Resource Pack Manager by Aycy
Manage your resource packs with ease.

Resource Pack Organizer by chylex
Enhances the Resource Pack menu by adding folder support for easier pack organization, ability to search packs by name or description, new sorting options, and quick refresh button directly in the GUI. The mod uses a folder icon by FatCow under the CC BY 3.0 US license: http://fatcow.com/free-icons

Resource Reloader by LatvianModder, modmuss50

ResourceNameShow Mod by huanmeng_qwq
Author huanmeng_qwq.

ResourcefulCrops by TehNut
Resource-filled crops.
- «
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- »