Coder Social home page Coder Social logo

twelveiterationmods / farmingforblockheads Goto Github PK

View Code? Open in Web Editor NEW
26.0 3.0 20.0 1.46 MB

Minecraft Mod. Adds a seed market with a search bar and a scrolling grid.

Home Page: https://mods.twelveiterations.com/mc/farming-for-blockheads/

License: Other

Java 100.00%
minecraft-mod forge-mod fabricmc-mod

farmingforblockheads's People

Contributors

a5161655 avatar abbie5 avatar acgaming avatar alfeeclare avatar blaytheninth avatar bytegm avatar dycoldwind avatar fitfc avatar github-actions[bot] avatar gjeodnd12165 avatar hugoalh avatar lgmrszd avatar liskoslayer63 avatar mikeliro avatar theanaxman avatar wizqok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

farmingforblockheads's Issues

[Sponge] Merchant dies on impact

Hello!

I am playing on a 1.10.2 spongeforge server with numerous other mods. Although it does not affect the functionality of the market block, every time someone places the market down, the villager, who should fall next to it, falls to his death. Could that be a Sponge issue?

Dupe Bug? w/ Tinkers Construct (techionally)

The Farming Station uses a villager as its merchant. Right.... The Issue is that when you place it it spawns one. That is a issue because if you place it next to a TiC smeltary, and make the villager fall into it with any molten metal in it, you're pretty much getting a dupe bug of Emerald. I know its not the intended purpose, but it should be noted.

Fixes?
1: Make the villager not actually a villager, aka another mob, maybe a zombie reskined. Since zombies dont melt, all it would do is give blood in the smeltary. Still not ideal but is better then duping emeralds. (To be fair it costs emeralds to trade and if you just dupe them back...)

2: Remove the villager. Its not really needed, and could be removed, since its not needed.

I would want these fixes so im not trying to get all the seeds
Meaning melting down the villagers into emeralds. Casting them out just to use them to get seeds.

Emeralds is meant to be a hard resource, not something you have infinite amount of.

NullPointerException when placing a Market with a null placer

A player on our server decided to put a Market block into a block placer from Cyclic which caused a NullPointerException. After following the stack trace I found that the issue was that Cyclic passes null for the placer that the Market uses to determine its direction. I initially reported this to the Cyclic developer (see Lothrazar/Cyclic#865), but they said that passing null is valid (command blocks pass null also) and to report it here.

forge-1.10.2 12.18.3.2297 Server Crash

Let me know if you need more info :)

forge-1.10.2: v12.18.3.2297

---- Minecraft Crash Report ----

WARNING: coremods are present:
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  CXLibraryCore (cxlibrary-1.10.2-1.2.3.jar)
  NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  FMLPlugin (InventoryTweaks-1.61-58.jar)
  ForgelinPlugin (Forgelin-1.4.2.jar)
Contact their authors BEFORE contacting forge

// Sorry :(

Time: 6/4/17 11:08 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Farming for Blockheads (farmingforblockheads)
Caused by: java.lang.NoSuchMethodError: net.minecraft.creativetab.CreativeTabs.func_78013_b()Ljava/lang/String;
	at net.blay09.mods.farmingforblockheads.compat.AgriCraftAddon$1.lambda$apply$0(AgriCraftAddon.java:27)
	at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
	at java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown Source)
	at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source)
	at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source)
	at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
	at java.util.stream.FindOps$FindOp.evaluateSequential(Unknown Source)
	at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
	at java.util.stream.ReferencePipeline.findFirst(Unknown Source)
	at net.blay09.mods.farmingforblockheads.compat.AgriCraftAddon$1.apply(AgriCraftAddon.java:27)
	at net.blay09.mods.farmingforblockheads.registry.MarketRegistry.registerDefaults(MarketRegistry.java:172)
	at net.blay09.mods.farmingforblockheads.registry.MarketRegistry.load(MarketRegistry.java:91)
	at net.blay09.mods.farmingforblockheads.registry.AbstractRegistry.load(AbstractRegistry.java:54)
	at net.blay09.mods.farmingforblockheads.FarmingForBlockheads.init(FarmingForBlockheads.java:96)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
	at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
	at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.10.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_131, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 473055008 bytes (451 MB) / 1484259328 bytes (1415 MB) up to 2833776640 bytes (2702 MB)
	JVM Flags: 0 total; 
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.32 Powered by Forge 12.18.3.2297 67 mods loaded, 67 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHI	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHI	FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2297.jar) 
	UCHI	Forge{12.18.3.2297} [Minecraft Forge] (forge-1.10.2-12.18.3.2297.jar) 
	UCHI	infinitylib{1.10.2-0.10.0} [InfinityLib] (infinitylib-0.10.0.jar) 
	UCHI	agricraft{2.0.0-0.10.0-a17} [AgriCraft] (agricraft-2.0.0-0.10.0-a17.jar) 
	UCHI	aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar) 
	UCHI	BiblioCraft{2.2.3} [BiblioCraft] (BiblioCraft[v2.2.3][MC1.10.2].jar) 
	UCHI	BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar) 
	UCHI	bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar) 
	UCHI	Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) 
	UCHI	ChestTransporter{2.5.17} [Chest Transporter] (ChestTransporter-1.10.2-2.5.17.jar) 
	UCHI	chisel{MC1.10.2-0.0.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar) 
	UCHI	JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) 
	UCHI	mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) 
	UCHI	chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar) 
	UCHI	shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) 
	UCHI	clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar) 
	UCHI	cookingforblockheads{4.2.43} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.43.jar) 
	UCHI	craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar) 
	UCHI	crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.25.jar) 
	UCHI	MineTweaker3{3.0.25} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.25.jar) 
	UCHI	modcurrency{1.10.2-1.0.3} [Currency Mod] (Currency-1.10.2-1.0.3.jar) 
	UCHI	cxlibrary{1.2.3} [CXLibrary] (cxlibrary-1.10.2-1.2.3.jar) 
	UCHI	Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) 
	UCHI	darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar) 
	UCHI	PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar) 
	UCHI	props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar) 
	UCHI	StorageDrawers{1.10.2-3.7.7} [Storage Drawers] (StorageDrawers-1.10.2-3.7.7.jar) 
	UCHI	bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar) 
	UCHI	endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) 
	UCHI	EnderIO{1.10.2-3.1.186} [Ender IO] (EnderIO-1.10.2-3.1.186.jar) 
	UCHI	extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.1.jar) 
	UCHI	zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar) 
	UCHI	bigreactors{1.10.2-0.4.5.29} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.29.jar) 
	UCHI	forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar) 
	UCHE	farmingforblockheads{1.1.13} [Farming for Blockheads] (FarmingForBlockheads_1.10.2-1.1.13.jar) 
	UCHI	fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar) 
	UCHI	forgelin{1.4.2} [Forgelin] (Forgelin-1.4.2.jar) 
	UCHI	ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) 
	UCHI	ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) 
	UCHI	gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar) 
	UCHI	headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar) 
	UCHI	inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) 
	UCHI	ironbackpacks{1.10.2-2.2.26} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.26.jar) 
	UCHI	ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) 
	UCHI	journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar) 
	UCHI	mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
	UCHI	tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) 
	UCHI	moarsigns{4.2.2.8} [MoarSigns] (MoarSigns-1.10.2-4.2.2.8.jar) 
	UCHI	morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar) 
	UCHI	MoreFurnaces{1.8.6} [More Furnaces] (MoreFurnaces-1.10.2-1.8.6.jar) 
	UCHI	shear{1.1.2} [More Shearables] (MoreShearables1.2.1-1.10.2.jar) 
	UCHI	Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
	UCHI	mputils{1.2.8} [ModPack Utilities] (mputils-1.10.2-1.2.8.jar) 
	UCHI	mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar) 
	UCHI	multifarmcrops{1.1.0} [Multifarm Crops] (MultifarmCrops-1.1.0.jar) 
	UCHI	openglider{@VERSION@} [Open Glider] (OpenGlider-1.10.2-0.2.3.jar) 
	UCHI	oreexcavation{1.2.93} [OreExcavation] (OreExcavation-1.2.93.jar) 
	UCHI	harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar) 
	UCHI	redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar) 
	UCHI	redstoneremote{@VERSION@} [Redstone Remote] (RedstoneRemote-1.10.2-1.0.0.jar) 
	UCHI	refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar) 
	UCHI	SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar) 
	UCHI	substratum{1.8.2.1} [Substratum] (Substratum-1.10.2-1.8.2.1.jar) 
	UCHI	torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.3.27.jar) 
	UCHI	wailaplugins{MC1.10.2-0.3.0-26} [WAILA Plugins] (WAILAPlugins-MC1.10.2-0.3.0-26.jar) 
	UCHI	denseores{1.0} [denseores] (denseores-1.11-1.0.2.jar) 
	Loaded coremods (and transformers): 
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
CXLibraryCore (cxlibrary-1.10.2-1.2.3.jar)
  cubex2.cxlibrary.CoreModTransformer
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  net.fybertech.nwr.NWRTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  team.chisel.common.asm.ChiselTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
  invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.4.2.jar)
  
	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselsandbitsIntegration (Enabled/Not Forced)
		- craftingtweaksIntegration (Enabled/Not Forced)
		- WailaIntegration (Enabled/Not Forced)

	EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                  * The RF API that is being used (1.4.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from refinedstorage-1.2.25.jar).
                    It is a supported version, but that difference may lead to problems.
                  * Our API got loaded from MoarSigns-1.10.2-4.2.2.8.jar. That's unexpected.
                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
	Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/D:/Users/Nerdism/Desktop/Farmers%20Market/farmers-market-server-1.0/farmers-market-server-1.0.0/mods/extrautils2-1.10.2-1.4.1.jar!/cofh/api/energy/TileEnergyHandler.class
	Detailed Tesla API diagnostics:
                  * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
                  * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
                  * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
                  * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
                  * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
                  * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
                  * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
                  * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
                  * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
                  * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
                  * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
	!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

	Profiler Position: N/A (disabled)
	Is Modded: Definitely; Server brand changed to 'fml,forge'
	Type: Dedicated Server (map_server.txt)

Merchant causing crashes with WAILA

So I was testing the mod in singleplayer with my own modpack. When I place down the Market, the merchant fell down and my pack crashed.
I've tried disabling Optifine and FoamFix but still produced the same crash, but when I disabled HWYLA (WAILA alternate mod) and its related mods, the crash stopped.
Here's the crash report.

Dupe bug

Running version 3.1.3, I have found that you can put in a single emerald and then shift-L-click out an entire inventory's worth of items.

Add Player Selling Back

Can you possibly add a way for players to sell back crops/seeds/saplings/etc so that we can have a one stop shop for a market. I'd even support a bit of a loss in emeralds for the player selling back farm products. The merchant needs to make a living somehow. :)

Black Fertilized Soil

I just added this mod to my pack and all the tilled soil blocks turn black when I add any of the 3 fertilizers.

Configurable Market Categories

You give us the ability to disable certain modules of cold items... but not the tab at the side of the GUI that shows a picture of those items? Like, if I disable seeds from being sold... there shouldnt be a seed tab still at the right of the GUI. Is there a way you can add a config for us to specify an item to appear on the label of the tabs?

[Suggestion] More supported mods.

FarmingForBlockheads is super helpful but it should support more mods, personally I'd suggest Biomes O' Plenty, Natura, and Terraqueous.

Biomes O' Plenty adds a great number of trees to the game, along with the massive Sacred Oak Tree.
Natura adds a number of berry bushes and crops that can be planted like seeds.
Terraqueous adds a handful of fruit trees, some small fruit bushes, and grape vines.

Server Crash

The recent version crashes my server that i'm using with a custom pack.

[Suggestion] Add a Catalog Item Option

Would you consider adding a config option to turn off the trading stall and add a catalog item instead for activating the trade GUI? This would give more options for mod packs.

Crash

Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Farming for Blockheads (farmingforblockheads)
Caused by: java.lang.NullPointerException
at net.blay09.mods.farmingforblockheads.registry.AbstractRegistry.tryGetObject(AbstractRegistry.java:149)
at net.blay09.mods.farmingforblockheads.registry.MarketRegistry.load(MarketRegistry.java:108)
at net.blay09.mods.farmingforblockheads.registry.AbstractRegistry.load(AbstractRegistry.java:52)
at net.blay09.mods.farmingforblockheads.FarmingForBlockheads.init(FarmingForBlockheads.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[issue] Feeding Trough is not feeding animal after a couple times

So you leave a couple of porks in the pen and put some carrots in the feeding through and it gives them to eat a couple times and then it stops,

As an added suggestion it is cool to have a some sort of limit to the animals, like don't feed them when we have 10 or something but this is just not the case here.

Also what is the range for the feeding, because my pen is small, like 4x4 and the feeding is in the middle the animals are moving around but the amount of animals never grows.

v.1.12.2-3.1.12

[1.12.2] Funny interaction with Lost Cities Space Domes

So if you have Lost Cities and are using the Space profile which adds biomes encased in glass domes as the only world gen you get a funny interaction with this mod:

Summoning the salesperson gets you the counter but the villager gets stuck up on the top of the dome. This is most likely because the mod drops the salesperson from the sky limit and since there is glass, they hit the glass and not the ground.

Not sure if there is a fix for this, but thought you might like to know, in case someone thinks the salesperson just doesn't show up.

Allow mixing of fertilizers to some extent

Yellow Fertilizer isn't very useful by itself right now, because the other effects very much outweigh it.

There should maybe be a recipe that combines Red or Green Fertilizer with Yellow Fertilizer, maybe at the cost of an additional gold nugget or something.

NBT support in MarketRegistry.json

This may already be a thing, but I was hoping there would be a way to add items to sell that have custom NBT tags. I wanted to be able to trade both ways a bucket of honey for a bee from Forestry, both of which have custom NBT tags.

Adjust when Entity is registered

Hello again Blay!

I'm trying to reference the merchant from within Crafttweaker and I'm getting a NPE which I believe is due to the merchant not being registered by the time Crafttweaker runs. Would you be able to move this into the entity registration event or preInit?

Thanks!

(1.12.2) Market having multiple outputs for 1 item

It seems like different items can't be used to gain different amounts 1 item from the market.

Example of what I'm trying to do in the json:
"custom entries": {
"__comment": "You can define additional items to be sold by the Market here. Defaults can be overridden. Prefix with ! to blacklist instead.",
"64contenttweaker:rak_coin": "contenttweaker:caz_metal:0",
"48
contenttweaker:rak_coin": "contenttweaker:bear_metal:0",
"32contenttweaker:rak_coin": "contenttweaker:sey_metal:0",
"16
contenttweaker:rak_coin": "contenttweaker:og_metal:0"
}

Only the last one actually shows up.

API for access to MarketRegistry?

Currently the various addons are all part of the blockheads mod itself. I'd like to add items from the RealWorld mod and my own crops mod. Can we have a formal API to do this (IMC? Java?). Stuff in the 'registry' packages seems the likely candidate but I'm not sure that is official. Also, multiple payment items (like for villager merchants...say 1 diamond + 2 emeralds)?

[1.12] Tabs not working

Looking at the different tabs shows nothing in the saplings or other tabs. Everything is listed in the seeds tab however.

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.