Rename radio to radio receiver

This commit is contained in:
Andrew-71 2023-08-29 13:24:13 +03:00
parent f1cd38e73b
commit 04b8143ff7
5 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -11,7 +11,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "new_soviet:radio"
"name": "new_soviet:radio_receiver"
}
],
"rolls": 1.0

View file

@ -18,7 +18,7 @@
"III"
],
"result": {
"item": "new_soviet:radio"
"item": "new_soviet:radio_receiver"
},
"show_notification": true
}

View file

@ -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