Rename radio to radio receiver
This commit is contained in:
parent
f1cd38e73b
commit
04b8143ff7
5 changed files with 4 additions and 5 deletions
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "new_soviet:radio"
|
||||
"recipe": "new_soviet:radio_receiver"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
|
@ -54,7 +54,7 @@
|
|||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"new_soviet:radio"
|
||||
"new_soviet:radio_receiver"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
|
@ -11,7 +11,7 @@
|
|||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "new_soviet:radio"
|
||||
"name": "new_soviet:radio_receiver"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
|
@ -18,7 +18,7 @@
|
|||
"III"
|
||||
],
|
||||
"result": {
|
||||
"item": "new_soviet:radio"
|
||||
"item": "new_soviet:radio_receiver"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
|
@ -2,7 +2,6 @@ package su.a71.new_soviet.registration;
|
|||
|
||||
import net.fabricmc.fabric.api.itemgroup.v1.FabricItemGroup;
|
||||
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
||||
import net.fabricmc.fabric.api.object.builder.v1.block.entity.FabricBlockEntityTypeBuilder;
|
||||
import net.minecraft.block.AbstractBlock;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.block.MapColor;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in a new issue