Giter VIP home page Giter VIP logo

friendscraft-redo's Introduction

FriendsCraft

Partly mod development exercise

A mod to add some ANIMAL BEPPINS to Minecraft

Inspired by KemonoCraft except this one will actually be good


Finding Friends

Friends currently spawn randomly in their designated biomes. In the future, there will be smarter logic for limiting their spawn to one friend of a certain type every 100 or so blocks, as well as "group spawning" where associated friends will spawn with another.

Taming Friends

Friends can be tamed using a japari bun, which is crafted like so:

(Yellow bun) [Wheat Sugar Wheat]

Healing Friends

Friends can be healed by any food item in the game, restoring X amount of hearts based on its hunger restoration


Notes

Friends currently don't follow the owner

Friends currently don't assist the owner in attacks

Friends currently don't retaliate against whatever is attacking the owner

Eating animation does not work

Friends will not be overpowered like the KemonoCraft friends and will not become spawnkillers if you accidentally hit them

friendscraft-redo's People

Contributors

flashlightet avatar

Watchers

 avatar

friendscraft-redo's Issues

crashes with nostalgic tweaks in IDE, crashes in general in normal launchers

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2024-06-21 13:07:33
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'kemonofriends'!
	at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388)
	at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386)
	at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
	at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:458)
	at net.minecraft.client.main.Main.main(Main.java:211)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.gui.widget.ClickableWidget failed
	at net.minecraft.client.gui.screen.ingame.HandledScreens.<clinit>(HandledScreens.java:91)
	at net.ezogaming.FriendsCraftClient.onInitializeClient(FriendsCraftClient.java:24)
	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384)
	... 7 more
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.gui.widget.ClickableWidget failed
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	... 10 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
	... 14 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinPreProcessorException: Attach error for mixin.nostalgic_tweaks-common-widen.json:AbstractWidgetAccessor from mod nostalgic_tweaks during activity: [Attach method -> NT$setFocus(Z)V]
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:313)
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
	at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1289)
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:294)
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
	... 17 more
Caused by: java.lang.RuntimeException: Ambiguous Mixin: method lookup method_25365 (Z)V is not unique
	at net.fabricmc.loader.impl.util.mappings.MixinIntermediaryDevRemapper.throwAmbiguousLookup(MixinIntermediaryDevRemapper.java:74)
	at net.fabricmc.loader.impl.util.mappings.MixinIntermediaryDevRemapper.mapMethodName(MixinIntermediaryDevRemapper.java:114)
	at org.spongepowered.asm.obfuscation.RemapperChain.mapMethodName(RemapperChain.java:59)
	at org.spongepowered.asm.mixin.refmap.RemappingReferenceMapper.remapWithContext(RemappingReferenceMapper.java:166)
	at org.spongepowered.asm.mixin.refmap.RemappingReferenceMapper.remap(RemappingReferenceMapper.java:123)
	at org.spongepowered.asm.mixin.gen.InvokerInfo.initType(InvokerInfo.java:54)
	at org.spongepowered.asm.mixin.gen.AccessorInfo.<init>(AccessorInfo.java:304)
	at org.spongepowered.asm.mixin.gen.InvokerInfo.<init>(InvokerInfo.java:48)
	at org.spongepowered.asm.mixin.gen.AccessorInfo.of(AccessorInfo.java:536)
	at org.spongepowered.asm.mixin.transformer.MixinTargetContext.addAccessorMethod(MixinTargetContext.java:235)
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachAccessorMethod(MixinPreProcessorStandard.java:407)
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachAccessorMethod(MixinPreProcessorStandard.java:372)
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:335)
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:299)
	... 23 more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.