mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-05 01:45:00 +01:00
Resource relics unearthed
- Logspam
This commit is contained in:
parent
a38f12f5c7
commit
15a7b247fc
15 changed files with 2 additions and 4 deletions
|
@ -40,6 +40,7 @@ import com.simibubi.create.foundation.worldgen.AllFeatures;
|
|||
import com.simibubi.create.foundation.worldgen.AllPlacementModifiers;
|
||||
import com.simibubi.create.foundation.worldgen.WorldgenDataProvider;
|
||||
import com.tterrag.registrate.providers.ProviderType;
|
||||
import com.tterrag.registrate.util.nullness.NonNullConsumer;
|
||||
|
||||
import net.minecraft.data.DataGenerator;
|
||||
import net.minecraft.data.PackOutput;
|
||||
|
@ -157,7 +158,7 @@ public class Create {
|
|||
DataGenerator gen = event.getGenerator();
|
||||
PackOutput output = gen.getPackOutput();
|
||||
if (event.includeClient()) {
|
||||
REGISTRATE.addDataGenerator(LANG_MERGER, $ -> {});
|
||||
REGISTRATE.addDataGenerator(LANG_MERGER, NonNullConsumer.noop());
|
||||
gen.addProvider(true, AllSoundEvents.provider(gen));
|
||||
}
|
||||
if (event.includeServer()) {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue